Thank you for the quick response. I'll look into it. IMOH, pyinstaller.py seems the way forward for building executables.
But, I've now run into a related question. With Portable Python, I'm struggling to return the os.environ['_MEIPASS2'] value to access additional files. I'm getting nothing returned, even though I can see the tmp folder (with everything correctly inside) and also running debug=True in the build is showing that _MEIPASS2 is set correctly. Actually, os.environ['PYTHONPATH'] and os.environ['PYTHONHOME'] return nothing either. Any ideas? Laurence. On Sun, May 20, 2012 at 8:23 PM, Martin Zibricky <[email protected]>wrote: > Laurence Anthony píše v Ne 20. 05. 2012 v 01:54 +0900: > > > > Hi all, I have been enjoying using pyinstaller.py (the new alternative > > interface for using PyInstaller). > > > > I've had no problem setting things like --onefile, --noconsole etc., > > but I'm now trying to add things like additional files to the long > > command line string (bypassing spec files). Is this possible? > > It should be possible creating files. with command line arguments it's > not yet possible. It should be implemented but nobody did that yet. > You are more than welcome to do so. > > Martin > > -- > 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. > > -- 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.
