On 26 Ott, 19:09, Emanuele <[EMAIL PROTECTED]> wrote: > I'm a new member, i like wxFormBuilder for create my interface for my > program in python. In this time i have create the new program in > python, it work great but i have the problem when i try to create the > installer file with pyinstaller on Linux and Windows. I have this > error when i execute program > > Traceback (most recent call last): > File "<string>", line 574, in <module> > File "gestionale/buildgestionale/out1.pyz/wx._core", line 7757, in > __init__ > File "gestionale/buildgestionale/out1.pyz/wx._core", line 7354, in > _BootstrapApp > File "<string>", line 42, in OnInit > File "<string>", line 49, in init_frame > File "gestionale/buildgestionale/out1.pyz/wx.xrc", line 254, in > XRCCTRL > AttributeError: 'NoneType' object has no attribute 'FindWindowById' > > I dont understand this error, is the one time i have this. > > Any suggestions? > > Thanks all
Problem resolved. I have copy the file .xrc in directory executable, thanks to Ruggero it.comp.lang.python --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
