(我在 Windows 上。)
我想使用PyInstaller。我总是可以用pyinstaller.py [args]
.
- 它不是带有
__init__.py
文件的包, - 它没有
setup.py
- 并且创建文件夹不起作用,将其放入我的 PYTHONPATH,放入
pyinstaller\[files]
该文件夹,然后调用python pyinstaller\pyinstaller.py
.
pyinstaller.org只告诉我一些Configure.py
.
所以现在我不知道如何安装 PyInstaller,这样我就不必使用绝对路径。你有什么想法?