Nope, I didn't miss anything. Still get the same error message. On Thu, Jul 3, 2008 at 1:18 PM, Mike Mabey <[EMAIL PROTECTED]> wrote:
> Okay. I've tried what you suggested with several different combinations. > I tried using no bundle option, bundle 1, and bundle 3. With each of those > I tried two different versions of my setup.py, one with the code for the > icons, one without. > > All gave me basically the same error log, with the exception of the bundle > 1 combinations which just had a couple extra lines in there which I assume > are involved in packaging the dll's. The other logs were as follows: > > Traceback (most recent call last): > File "dabo\ui\__init__.pyo", line 44, in loadUI > File "<string>", line 1, in <module> > File "dabo\ui\uiwx\__init__.pyo", line 65, in <module> > File "dabo\ui\uiwx\dSizerMixin.pyo", line 9, in <module> > File "dabo\ui\uiwx\dSizerMixin.pyo", line 82, in dSizerMixin > TypeError: unsupported operand type(s) for +=: 'NoneType' and 'str' > Traceback (most recent call last): > File "DecisionEntry.pyw", line 22, in <module> > File "DecisionEntry.pyw", line 15, in main > File "dabo\dApp.pyo", line 325, in start > AttributeError: 'dApp' object has no attribute 'uiApp' > > > This is particularly weird considering I know I commented out line 82 along > with the others you listed in dSizerMixin.py. I'll try doing this again and > see if I missed something the first round. > > Thanks again for your help and patience. > > Mike > > > > On Thu, Jul 3, 2008 at 12:47 PM, Paul McNett <[EMAIL PROTECTED]> wrote: > >> Mike, >> >> This is for testing only. It should get you beyond your current problem >> and with any luck you'll get a runnable exe. >> >> Find and edit dabo/ui/uiwx/dSizerMixin.py. Comment out the following >> lines: >> >> 82 >> 90 >> 128 >> 152 >> >> which have to do with the _doc_additions string. >> >> Let us know. I don't know why I'm not seeing this issue while you are, >> with the same versions of stuff. >> >> Paul >> >> [excessive quoting removed by server] _______________________________________________ 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/[EMAIL PROTECTED]
