0

setup.py within the folder raises:

setup.py is not yet supposed to work. Please Use PyInstaller without installation.

as mentioned here. I couldn't follow the solution mentioned there. "pip install pyinstaller" raises the same error. I unzipped the 2.0 version but am now stuck on how to proceed. (for clarification - I want to install pyinstaller-2.0 on my machine so that I can use it to bundle Python modules and send it to others). I have looked at this and this but still no luck. OS = Mountain Lion and Python = 2.7. Pls. help.

Community
  • 1
  • 1
askance
  • 1,077
  • 4
  • 14
  • 19

1 Answers1

0

I found that installing the development version solved it when I had the problem.

Slidon
  • 393
  • 2
  • 3
  • 16