Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cx Freeze

Cx_freeze Build Error?

I am trying to create a binary from a python,flask and boto3 app. I am having trouble running the p… Read more Cx_freeze Build Error?

No Module Named Bs4 When Using Cx-freeze

I am trying to convert my python script in to standalone executable for Windows using cx-freeze. Fo… Read more No Module Named Bs4 When Using Cx-freeze

Unicodedecodeerror Only With Cx_freeze

I get the error: 'UnicodeDecodeError: 'ascii' codec can't decode byte 0xa0 in posit… Read more Unicodedecodeerror Only With Cx_freeze

Scipy.signal Crashes Application Made With Cx_freeze

I'm trying to use butter and lfilter from scipy.signal in a compiled program. After some debugg… Read more Scipy.signal Crashes Application Made With Cx_freeze

Cx_freeze: Qodbc Driver Not Loaded

my python application looks like: test.py from PyQt4 import QtCore from PyQt4 import QtGui from Py… Read more Cx_freeze: Qodbc Driver Not Loaded

After Creating Python Exe File With Cx_freeze The File Doesn't Do Anything

I recently created used cx_freeze to create a python 3.2.2 exe file. When I tried to run the exe fi… Read more After Creating Python Exe File With Cx_freeze The File Doesn't Do Anything