Użytkownik JK napisał:
> 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'
>
>    

Hi.

I don't known the source of your problems, but could you:
- run SVN update and check for existence of dabo.lib.__init__.py file
     and then try again;
- if it still doesn't work, try to create link via junction to the dabo 
folder
     in the site-packages directory instead of using .pth file.

BTW, where do you live in Czech Republic?

-- 
Regards
Jacek Kałucki

_______________________________________________
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