I've added this to the py2exe bugtracker, but as there are unhandled requests from 2003 there I don't expect a quick fix...
Is there another way this could be handled to avoid the bug? Having dabo working with py2exe is a must for windows users in my opinion. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simen Haugen Sent: 13. april 2007 17:55 To: Dabo Users list Subject: Re: [dabo-users] py2exe problems with current svn Just noticed this is removed in newer revitions, but the error is the same. The error is in profilehooks.py with the same type of error: new_fn.__doc__ = fn.__doc__ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simen Haugen Sent: 13. april 2007 17:47 To: Dabo Users list Subject: Re: [dabo-users] py2exe problems with current svn This is where it breaks... ------------------------------------------------------------------------ r2925 | paul | 2007-03-17 04:12:11 +0100 (lø, 17 mar 2007) | 2 lines Added the additional arguments docs to all the methods that they apply to. ------------------------------------------------------------------------ If I remove all "*.__doc__ += _doc_additions" py2exe works again. Sounds like a bug in py2exe to me. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simen Haugen Sent: 13. april 2007 17:07 To: Dabo Users list Subject: Re: [dabo-users] py2exe problems with current svn I don't have the revision, but I think it was at least a month old. I'll try to fetch versions backwards until it works so we know what changes breaks it. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: 13. april 2007 16:56 To: Dabo Users list Subject: Re: [dabo-users] py2exe problems with current svn On Apr 13, 2007, at 9:30 AM, Simen Haugen wrote: > AttributeError: 'module' object has no attribute 'dForm' > > > The line it fails on is the class definition below > > import dabo > dabo.ui.loadUI("wx") > > class ImportForm (dabo.ui.dForm): > > I don't know when this error began as I've been using a much older > dabo > build for a long time. That's an odd error. Usually when I see things like this, the problem turns out to be something else in the UI's __init__.py that is failing, preventing the namespace from being properly initialized. What was the last version of Dabo that you know successfully worked? If you don't know the revision number, about how long ago was this? -- Ed Leafe -- http://leafe.com -- http://dabodev.com _______________________________________________ Post Messages to: [EMAIL PROTECTED] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/62210A6E-E3A8-4290-BC8F-476DC [EMAIL PROTECTED] _______________________________________________ Post Messages to: [EMAIL PROTECTED] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED] _______________________________________________ Post Messages to: [EMAIL PROTECTED] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED] _______________________________________________ Post Messages to: [EMAIL PROTECTED] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED] _______________________________________________ Post Messages to: [EMAIL PROTECTED] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]
