Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/search/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 其中pyinstaller路径必须为_Python_Python 2.7_Pyinstaller - Fatal编程技术网

Python 其中pyinstaller路径必须为

Python 其中pyinstaller路径必须为,python,python-2.7,pyinstaller,Python,Python 2.7,Pyinstaller,我在Windows上,我的python路径是C:\Python27。 当我打开归档文件时,我找到了文件pyinstaller-2.0 文件路径必须在哪里?PyInstaller可以作为独立应用程序运行,因此不需要将其放置在C:\Python27目录中。例如,您可以将其放入C:\Program Files中,然后从cmd.exeshell像这样调用PyInstaller应用程序: c:\python27\python.exe "c:\Program Files\pyinstaller-2.0\py

我在Windows上,我的python路径是
C:\Python27
。 当我打开归档文件时,我找到了文件
pyinstaller-2.0

文件路径必须在哪里?

PyInstaller可以作为独立应用程序运行,因此不需要将其放置在
C:\Python27
目录中。例如,您可以将其放入
C:\Program Files
中,然后从
cmd.exe
shell像这样调用PyInstaller应用程序:

c:\python27\python.exe "c:\Program Files\pyinstaller-2.0\pyinstaller.py" --help