I'm using python 2.4, py2exe 0.6.6 and Dabo rev. 3054 on Win XP.

My program runs nice when I run it as normal, but when I compile with
py2exe, I get an error when starting the application:

Traceback (most recent call last):
  File "dabo\ui\__init__.pyo", line 44, in loadUI
  File "<string>", line 1, in ?
  File "dabo\ui\uiwx\__init__.pyo", line 65, in ?
  File "dabo\ui\uiwx\dSizerMixin.pyo", line 9, in ?
  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 "gin2import.py", line 50, in ?
  File "ui.pyo", line 9, in ?
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.


_______________________________________________
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]

Reply via email to