Nate:
Those changes didn't make a difference.  I'm still getting the following
error when I run the app with line "52" commented:

Traceback (most recent call last):
  File "DecisionEntry.pyw", line 3, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "dabo\__init__.pyo", line 129, in <module>
  File "dabo\dLocalize.pyo", line 53, in install
  File "dabo\dLocalize.pyo", line 73, in setLanguage
  File "gettext.pyo", line 469, in translation
IOError: [Errno 2] No translation file found for domain: 'dabo'


Paul:
I'm not sure what library you're talking about.  I've tried using both
bundle 1 and bundle 3 and the generated apps from both give me errors.  I
can't see any library or zip file or anything close to that among the files
generated with either bundles.  I have the dll's, but I can't open them as
archives even if I rename them.

Sorry.  The errors I was referring to occurred when trying to run the app.
This occurs every time I run the app with line"52" uncommented.  Here they
are:

Traceback (most recent call last):
  File "dabo\ui\__init__.pyo", line 44, in loadUI
  File "<string>", line 1, in <module>
  File "zipextimporter.pyo", line 82, in load_module
  File "dabo\ui\uiwx\__init__.pyo", line 65, in <module>
  File "zipextimporter.pyo", line 82, in load_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'


Below is the contents of locales[] when line "52" isn't commented out.  With
it commented all I get is [], just like you said.

locales: [('dabo.locale\\de\\LC_MESSAGES',
('C:\\Python25\\lib\\site-packages\\d
abo-0.8.4-py2.5.egg\\dabo\\locale\\de\\LC_MESSAGES\\dabo.mo',)),
('dabo.locale\\
en\\LC_MESSAGES',
('C:\\Python25\\lib\\site-packages\\dabo-0.8.4-py2.5.egg\\dabo
\\locale\\en\\LC_MESSAGES\\dabo.mo',)), ('dabo.locale\\en_GB\\LC_MESSAGES',
('C:
\\Python25\\lib\\site-packages\\dabo-0.8.4-py2.5.egg\\dabo\\locale\\en_GB\\LC_ME
SSAGES\\dabo.mo',)), ('dabo.locale\\es\\LC_MESSAGES',
('C:\\Python25\\lib\\site-
packages\\dabo-0.8.4-py2.5.egg\\dabo\\locale\\es\\LC_MESSAGES\\dabo.mo',)),
('da
bo.locale\\fi\\LC_MESSAGES',
('C:\\Python25\\lib\\site-packages\\dabo-0.8.4-py2.
5.egg\\dabo\\locale\\fi\\LC_MESSAGES\\dabo.mo',)),
('dabo.locale\\fr\\LC_MESSAGE
S',
('C:\\Python25\\lib\\site-packages\\dabo-0.8.4-py2.5.egg\\dabo\\locale\\fr\\
LC_MESSAGES\\dabo.mo',)), ('dabo.locale\\hi\\LC_MESSAGES',
('C:\\Python25\\lib\\
site-packages\\dabo-0.8.4-py2.5.egg\\dabo\\locale\\hi\\LC_MESSAGES\\dabo.mo',)),
 ('dabo.locale\\it\\LC_MESSAGES',
('C:\\Python25\\lib\\site-packages\\dabo-0.8.4
-py2.5.egg\\dabo\\locale\\it\\LC_MESSAGES\\dabo.mo',)),
('dabo.locale\\nl\\LC_ME
SSAGES',
('C:\\Python25\\lib\\site-packages\\dabo-0.8.4-py2.5.egg\\dabo\\locale\
\nl\\LC_MESSAGES\\dabo.mo',)), ('dabo.locale\\pt\\LC_MESSAGES',
('C:\\Python25\\
lib\\site-packages\\dabo-0.8.4-py2.5.egg\\dabo\\locale\\pt\\LC_MESSAGES\\dabo.mo
',)), ('dabo.locale\\pt_BR\\LC_MESSAGES',
('C:\\Python25\\lib\\site-packages\\da
bo-0.8.4-py2.5.egg\\dabo\\locale\\pt_BR\\LC_MESSAGES\\dabo.mo',)),
('dabo.locale
\\ro\\LC_MESSAGES',
('C:\\Python25\\lib\\site-packages\\dabo-0.8.4-py2.5.egg\\da
bo\\locale\\ro\\LC_MESSAGES\\dabo.mo',)), ('dabo.locale\\ru\\LC_MESSAGES',
('C:\
\Python25\\lib\\site-packages\\dabo-0.8.4-py2.5.egg\\dabo\\locale\\ru\\LC_MESSAG
ES\\dabo.mo',))]


Thanks so much guys for trying to help me.  I know it's hard to troubleshoot
when you can't be in the same place as the person you're trying to help.

Mike


--- StripMime Report -- processed MIME parts ---
multipart/alternative
  text/plain (text body -- kept)
  text/html
---

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

Reply via email to