Thanks Polo. It should be fixed in develop branch.
jssebastian píše v Út 03. 04. 2012 v 11:37 -0700: > > This mini-patch against the current release (1.5.1) of iu.py seems to > solve the problem, at least getting my program to start (don't see how > to add an attachment in groups interface): > > 454c454,455 > < del sys.modules[fqname] > --- > > if fqname in sys.modules: > > del sys.modules[fqname] > > Not sure if it creates other problems. > > ciao, > Paolo -- 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.
