From: On Behalf Of MacDonald, Stuart > Sent: May 8, 2011 11:32 PM > From: On Behalf Of Martin Zibricky > > Sent: May 6, 2011 6:19 PM > > Anything else should be prioritized or changed? > > - Add hooks for processing each file as it is found by the > ImportTracker, although I think this is an mf.py item
- Add a version file/command; depending on the doc/Manual.html to be updated is not great, and it requires parsing What I needed to do just now was use PyInstaller to package a script and all its dependencies into a standalone exe for controlled internal use. I built a script that imports mf.py, runs pysvn on each item in the dictionary and stores the result to a version file. I would have preferred to instead add a pysvn command to a hook in mf to accomplish the same thing in one pass instead of two. I also recorded the Python version in use, and manually recorded the PyInstaller version. ...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.
