>
> Thank you, I will do it.
> In the meantime, I have started to experience folloving message, which
> strikes me dumb:
>
> Traceback (most recent call last):
>     File "C:\Python26\lib\site.py", line 525, in<module>
>       main()
>     File "C:\Python26\lib\site.py", line 508, in main
>       known_paths = addsitepackages(known_paths)
>     File "C:\Python26\lib\site.py", line 288, in addsitepackages
>       addsitedir(sitedir, known_paths)
>     File "C:\Python26\lib\site.py", line 185, in addsitedir
>       addpackage(sitedir, name, known_paths)
>     File "C:\Python26\lib\site.py", line 155, in addpackage
>       exec line
>     File "<string>", line 1, in<module>
> AttributeError: 'module' object has no attribute '__plen'
>
>    

Check packages you recently added to the site-packages directory,
e.g import them separately one by one.
There is an error in package or corresponding .pth file.

Regards
Jacek Kałucki
_______________________________________________
Post Messages to: Dabo-users@leafe.com
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/4d7e9017.7010...@rz.onet.pl

Reply via email to