Trouble with Python. Translate Toolkit on windows -
i need use po2csv utility translate toolkit on windows.
i make next step:
- download , install python 2.7 in
c:\python27\
folder - adding
path=c:\python27\;c:\python27\scripts\;othet_folders...
,pythonpath=c:\python27\lib;c:\python27\dlls;c:\python27\lib\lib-tk
in system enviroment variable. - reboot pc.
- download "translate toolkit 1.11.0"
- run command
my_downloads\translate-1.11.0\translate-1.11.0\python setup.py install
after trying use po2csv:
python po2csv python: can't open file 'po2csv': [errno 2] no such file or directory c:\python27\scripts>python po2csv traceback (most recent call last): file "po2csv", line 22, in <module> translate.convert import po2csv importerror: cannot import name po2csv c:\python27\lib\site-packages\translate\convert>python po2csv.py traceback (most recent call last): file "po2csv.py", line 27, in <module> translate.storage import po importerror: cannot import name po
what doing wrong?
Comments
Post a Comment