python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
pyinstaller + pythonnet(clr): module not found after adding dll as reference
I'm trying to pack a some code from me into an exe with help of pyinstaller.
In the code I use some proprietary .net third party libraries which are included with the pythonnet/clr module.
If I run t...
dominikdh
Votes: 0
Answers: 0
auto-py-to-exe cannot get rid of torch and torchvision errors
I've been reading every single post I found here and online with similar problems but none solved my problem.
I am trying to convert my python app to a exe file using auto-py-to-exe.
I got rid of most...
sharkyenergy
Votes: 0
Answers: 1
How to reduce execution time of exe file
I created an exe file with pyinstaller for my python script, and it performs 10 times slower, than python scrip.
I tried onedir and onefile options, but still the performance is too slow.
I need to ru...
NairB
Votes: 0
Answers: 0
Pyinstaller: FileNotFoundError: [WinError 2] The system cannot find the file specified:
I have been trying to export a python file as an exacutable file using ptinstaller. However, I get the following error:
"FileNotFoundError: [WinError 2] The system cannot find the file specified...
Brandon Thies
Votes: 0
Answers: 0