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:

enter image description here

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

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -