python - pyinstaller setup failed with "setup.py is not yet supposed to work. Please Use PyInstaller without installation." -
i trying "pip install pyinstaller" on mountain lion. failed with
setup.py not yet supposed work. please use pyinstaller without installation.
there ticket (http://www.pyinstaller.org/ticket/629) not helpful.
i using pythonepd 7.1.
as says "it not yet supposed work" - if read documents find unzip/unpack local directory , run there.
you not supposed run setup.py
in pyinstaller
@ - see here how set pyinstaller. once installed and on path run typing pyinstaller your_main.py
in project directory. may have generate specification file , edit things work correctly - see documentation!
Comments
Post a Comment