Thank you, I will do it.
In the meantime, I have started to experience folloving message, which 
strikes me dumb:

PS C:\> python
'import site' failed; use -v for traceback
Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit 
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> ^Z

PS C:\> python -v
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# C:\Python26\lib\site.pyc matches C:\Python26\lib\site.py
import site # precompiled from C:\Python26\lib\site.pyc
# C:\Python26\lib\os.pyc matches C:\Python26\lib\os.py
import os # precompiled from C:\Python26\lib\os.pyc
import errno # builtin
import nt # builtin
# C:\Python26\lib\ntpath.pyc matches C:\Python26\lib\ntpath.py
import ntpath # precompiled from C:\Python26\lib\ntpath.pyc
# C:\Python26\lib\stat.pyc matches C:\Python26\lib\stat.py
import stat # precompiled from C:\Python26\lib\stat.pyc
# C:\Python26\lib\genericpath.pyc matches C:\Python26\lib\genericpath.py
import genericpath # precompiled from C:\Python26\lib\genericpath.pyc
# C:\Python26\lib\warnings.pyc matches C:\Python26\lib\warnings.py
import warnings # precompiled from C:\Python26\lib\warnings.pyc
# C:\Python26\lib\linecache.pyc matches C:\Python26\lib\linecache.py
import linecache # precompiled from C:\Python26\lib\linecache.pyc
# C:\Python26\lib\types.pyc matches C:\Python26\lib\types.py
import types # precompiled from C:\Python26\lib\types.pyc
# C:\Python26\lib\UserDict.pyc matches C:\Python26\lib\UserDict.py
import UserDict # precompiled from C:\Python26\lib\UserDict.pyc
# C:\Python26\lib\_abcoll.pyc matches C:\Python26\lib\_abcoll.py
import _abcoll # precompiled from C:\Python26\lib\_abcoll.pyc
# C:\Python26\lib\abc.pyc matches C:\Python26\lib\abc.py
import abc # precompiled from C:\Python26\lib\abc.pyc
# C:\Python26\lib\copy_reg.pyc matches C:\Python26\lib\copy_reg.py
import copy_reg # precompiled from C:\Python26\lib\copy_reg.pyc
'import site' failed; traceback:
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'
Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit 
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
 >>>
I am so sorry.
Tovim

On 14.3.2011 21:37, Jacek Kałucki wrote:
>> There is error in Dabo that prevents from correct path decoding.
>> Your path contains national character "á" and can't be properly decoded.
>> Hold on please, I'm working on this.
>>
> Ok. Get latest SVN commit version and try again please.
>
> 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/4d7e7fa2.8030...@email.cz

Reply via email to