Cant use cx_freeze after adding pyqtgraph #991
-
Hey everyone, I'm using cx-freeze==6.5.3 and pyqtgraph==0.11.1. I can run my application/gui without any problems in pycharm/terminal, however after using cx_freeze with inno setup compiler it wont run and outputs the following (removed personal info):
This is strange as I only import pyqtgraph in one file in my code. I dont quite understand what would cause this. Removing pyqtgraph from my application results in a working output from cx_freeze |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
packages = ["pyqtgraph"] should solve this. |
Beta Was this translation helpful? Give feedback.
packages = ["pyqtgraph"] should solve this.
https://cx-freeze.readthedocs.io/en/latest/distutils.html#build-exe