Martin Gamwell Dawids píše v Pá 21. 10. 2011 v 09:01 -0700: > Anyways, the fix mentioned above, changing line 527 in Build.py from: > > if typ == 'BINARY' and name in fnm: > > to > > if typ == 'BINARY' and fnm.find(name) != -1: > > should be applied. Otherwise, PyInstaller is potentially broken on > Python 2.2 on any *NIX platform.
thanks, fix commited. -- 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.
