I tried to install cx_freeze on my computer (windows) with an MSI, but the installation kept failing saying something like "one or more needed files could not be found." Because installing from a prebuilt binary wasn't an option, I decided to build cx_freeze from source.
I downloaded the .tar.bz and extracted until I got to the actual folder containing the setup.py
. I cd
ed into the directory, and ran the command
python setup.py install
A cmd windows came up and printed out a lot of text along the lines of "adding base module named...",then printed out
running install
running build
running build_py
However, the install then failed with the error
error: package directory 'cx_freeze' does not exist
I have no idea how to solve this. If someone could give me working instructions on how to install cx_freeze that would be great
BTW, I'm on python 3.3