From: On Behalf Of Hartmut Goebel > Sent: May 9, 2011 6:27 AM > Am 09.05.2011 10:43, schrieb MacDonald, Stuart: > > - Add a version file/command; depending on the doc/Manual.html to be > > updated is not great, and it requires parsing > > I did not understand your description. Can you please elaborate a bit > more, what you are trying to achieve? What versions are you talking > about? Something like 'pyinstaller --version'?
Exactly 'pyinstaller --version' is what I am asking for. ATM the only place the version number is mentioned in the entire source tree is in pyinstaller/doc/Manual.html. Documentation often gets overlooked in a release, so I don't trust it to have the current version number. Even if I did, I have to parse it out of the html, which is not terribly handy. ...Stu -- 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.
