Hi Mike, you are absolutely right.
When I wrote pyinstaller.py, I wanted to run Configure.py automatically and not bother the user to run it manually. So the logic was to test if python version is the same as the one in config.dat. But since config.dat is no longer placed with the pyinstaller source tree (now it is in folder for user data - c:/users/username/....), we need a better logic to decide when to run configure.py part again. mike píše v Po 16. 05. 2011 v 23:00 -0700: > Hi all, > > I'm getting the error below, which was really wierd because the > missing file is not even in the same location as the copy I'm trying > to run (current copy is pyinstaller.20110517, config specifies > pyinstaller-trunk). Turns out the the existing config was created by > another copy that I was using, and because it existed, Configure.py > was not being run. Is there a way to do one or more of the following- > > * suggest the user re-run Configure.py to refresh the config > * verify whether the path in the config matches the path being run, > and re-run Configure.py if not > * make the iu.pyc path in the config a relative path > > Cheers > Mike -- 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.
