Using fbs to compile PyQt5 with oracledb throws an error in the executable file #97
-
I am trying to build a binary executable file out with Oracledb package for build a custom db application. When i run fbs run thats executing my application without any issue. Even the fbs freeze also completing without any issue, when i execute my final binary executable its getting failed of missing module. Please help me to get out of this |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Looks like you are using PyInstaller and you will need to specify that the |
Beta Was this translation helpful? Give feedback.
-
(For the record I deleted the identical question which was at https://github.com/oracle/python-oracledb/discussions/98) |
Beta Was this translation helpful? Give feedback.
Looks like you are using PyInstaller and you will need to specify that the
secrets
module needs to be included in the list of modules -- likely as a "hidden" import.