I\'m working in Windows, using PyInstaller to package a python file. But some error is occuring:
PyInstaller
Traceback (most recent call last): File \"<
If you are using virtualenv you should use the "-p" or "--path='D:...'" option. Like this:
pyinstaller.exe --onefile --paths=D:\env\Lib\site-packages .\foo.py
What this does is generates foo.spec file with this pathex path