mherrmann / fbs-tutorial

Tutorial for creating Python/Qt GUIs with fbs
https://build-system.fman.io
GNU General Public License v3.0
1.98k stars 159 forks source link

Problem with Oracledb and PyQt5 packaging with FBS #61

Closed ghost closed 1 year ago

ghost commented 1 year ago

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 outcome its getting failed of missing import. FYI:

image

Hope this might help to get me out.