I am sorry, I have something to add.
I have performed
c:/> cd dabodev
c:/dabodev> python
 >>> import dabo
...
No translation file found for domain "dabo".
Locale dir = dabo\locale
Languaages = ["cs_CZ]
Codeset = cp1250

OK, I have created *cs* folder as a copy of *en* folder and put it into 
the *locale* folder. Next, I have
changed the coding of dabo.pth file from utf-8 to cp1250.

 >>> import dabo
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "dabo\__init__.py", line 304, in <module>
       import dEvents
   File "dabo\dEvents.py", line 5, in <module>
       from dabo.dObject import dObject
   File "dabo\dObject.py", line 10, in <module>
       from dabo.dPref import dPref
   File "dabo\dPref.py", line 8, in <module>
       import dabo.lib.utils as utils
AttributeError: 'module' object has no attribute 'lib'

Now, I am definitely perplexed.
Tovim




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