Hartmut Goebel píše v Út 04. 01. 2011 v 19:21 +0100: > We have to decide on the name of the scripts put into /usr/bin/, since > "Build.py" is not such a good name IMHO. What do you prefer: > > pyiBuild > pyi-build > pyinstaller-build > pyinstallerBuild
I would suggest using name with included pyinstaller version in the name so one could have multiple versions installed. pyinstaller1.5 pyinstaller1.6 This file could be a bash script which could point to the right python file 'pyinstaller.py'. There could be also just script 'pyinstaller' which could point to prefered pyinstaller version. This naming would be very similar how python is packaged on some distros. 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.
