Hi,

I can't see an answer anywhere to this question:
http://mail.python.org/pipermail/pygui/2010-January/000051.html

I'm having the same problem, running py2app on blobedit results in an app
that doesn't work. From Console, I see this:

02/05/11 15:26:35 [0x0-0x46d46d].org.pythonmac.unspecified.blobedit[6779]
 from GUI import Application, ScrollableView, Document, Window, FileType,
Cursor, rgb
02/05/11 15:26:35
[0x0-0x46d46d].org.pythonmac.unspecified.blobedit[6779] ImportError:
No module named GUI

For some reason it cannot import GUI. Examining the package, I can see that
the library is indeed in there. So I'm not sure why the boot file cannot
important it. Any clues?

Thanks,
Brett
_______________________________________________
Pygui mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pygui

Reply via email to