Results 13 comments of sv99

How long? Standart process some minits!

`pip install lingvoreader` install script `lsdreader` in the cmd window: ``` lsdreader -h lsdreader --header -i xxx.lsd lsdreader -i xxx.lsd ``` make xxx.dsl

Download not need. pip - package manager for python. in the windows command shell (cmd): ``` pip install lingvoreader lsdreader -h ``` lsdreader - python command script for windows shell,...

which python distro used?

which distribution? How you install python?

If you have single lsd send me link to this file. I convert this file for you.

Official distribution install 2.7 in the c:/Python27 pip and scripts in the folder c:\Python27\Scripts - this folder must be in the %PATH% ``` cmd>echo %PATH% cmd>set PATH=C:\Python27;C:\Python27\Scripts;%PATH% cmd>echo %PATH% cmd>pip...