如何直接从Windows命令提示符

时间:2016-03-10 14:26:26

标签: python windows laravel unoconv

我正在尝试使用unoconv进行文件转换

我已经下载了LibreOffice并添加了 C:\Program Files (x86)\LibreOffice 5\programpython.exepyuno.pydsoffice.exe所在的路径,系统路径变量,以便在我运行C:\Users\user> python时工作

我还从https://github.com/dagwieers/unoconv发送Unoconv zip C:\Program Files (x86) 将其解压缩并将文件夹放在unoconv内,以便C:\Program Files (x86)\unoconv-master文件位于C:\Users\user > python unoconv -h

现在在我运行的命令提示符下 C:\Program Files (x86)\LibreOffice 5\program\\python-core-3.3.0: can't open file 'unoconv' : [Error 2] No such fiel or directory

我收到此错误 C:\Program Files (x86)\unoconv-master > python unoconv -h

但是当我导航到unoconv文件夹并运行相同的命令时

C:\Program Files (x86)\unoconv-master一切正常,

我还在系统路径变量中添加了UNO_PATH,并使用C:\Program Files (x86)\LibreOffice 5\program

创建了python unoconv -h变量

如何在不导航到unoconv文件夹的情况下从任何位置运行unoconv命令?

更新:实际上我正在开发一个应用程序并试图使用php-unoconv,为此,以及上面的设置使用了ExecutableNotFoundException in AbstractBinary.php line 160: Executable not found, proposed : unoconv https://github.com/alchemy-fr/PHP-Unoconv ,但是当运行php-unoconv文档中给出的基本代码时,我得到以下错误

> wfDF
                 category   value sign id    end  start
1         Basic Materials  0.0024  pos  1 0.0024 0.0000
2          Communications  0.0492  pos  2 0.0516 0.0024
3      Consumer, Cyclical  0.0268  pos  3 0.0784 0.0516
4  Consumer, Non-cyclical  0.0245  pos  4 0.1029 0.0784
5             Diversified -0.0037  neg  5 0.0992 0.1029
6                  Energy -0.0040  neg  6 0.0952 0.0992
7               Financial  0.0445  pos  7 0.1397 0.0952
8              Industrial  0.0006  pos  8 0.1403 0.1397
9              Technology -0.0059  neg  9 0.1344 0.1403
10                  Total  0.1345  pos 10 0.0000 0.1344

如何修复此错误?我认为它必须与系统环境变量有关,如果没有,那么任何关于我为什么会收到此错误的想法

0 个答案:

没有答案