c++ - Python 3.5 on Windows10 - unable to install cx_freeze - 'cxfreeze-postinstall' does not exist -
i'm trying install cx_freeze on python, , doesn't seem work. i've tried both through pip in command line (python -m pip install cx_freeze) , through pycharm community add packages.
at first gave notorious unable find vcvarsall.bat - installed visual studios latest c++ compilers.
now gives error message - cxfreeze-postinstall not exist:
please me!
well, tried installing win32 version - , worked... have no idea why, since computer 64bit os 64bit processor, , i've installed 64bit version of stuff until now.
update: well, cx_freeze installs, still can't manage executable file. think maybe module/package not compatible python 3.5 - later try on 3.4 , see if works.
update_2.0: works great on python 3.4 - guess there's problem package compatibility python 3.5
Comments
Post a Comment