Hi - I recently started trying to use pyinstaller. For my first test, I made a simple "hello world" type program, foo.py. My pyinstaller installation directory is in ~/pyinstaller/pyinstaller-1.3/ which is where I put foo.py. Everything works fine.
Now, on to the real work.... the project I want to use pyinstaller on is in something like: ~/proj/subproj1/src so I cd'd to that 'src' directory, and: > ~/pyinstaller/pyinstaller-1.3/source/linux/python Make.py -e ... works OK it seems > make ...and get error about no makefiles, targets, etc. Do I have to install pyinstaller into the directory tree of each project that I want to pyinstall? Or what am I missing about running the above scenario? Ken--
You received this message because you are subscribed to the Google Groups "PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
