Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

Cx_freeze: "no Module Named 'codecs'"

I've been desperately trying to compile my python pygame program into standalone executables to… Read more Cx_freeze: "no Module Named 'codecs'"

Creating Executable File Of My Python Script

I am trying to create an executable file out of my python script. System config : python --versio… Read more Creating Executable File Of My Python Script

Can't Make Standalone Binary Scrapy Spider With Cx_freeze

A short description about my working environment: win 7 x64, python 2.7 x64, scrapy 0.22, cx_Freeze… Read more Can't Make Standalone Binary Scrapy Spider With Cx_freeze

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

Error Using Requests In A Frozen App

I am trying to use the excelent requests library in a frozen app. The code works fine when interpre… Read more Error Using Requests In A Frozen App

Convert Tkinter Py File Into Exe File

im trying to convert my tkinter file into EXE using cx_freeze, but i got this error all the time th… Read more Convert Tkinter Py File Into Exe File

Cx-freeze Doesn't Find All Dependencies

I have a python script (2.7) with some 'interesting' imports at the top. I initially wanted… Read more Cx-freeze Doesn't Find All Dependencies