Category "pyinstaller"

Pyinstaller and Django Rest

I am trying to use Pyinstaller with django rest, it generates the .exe well but there is an error at the moment of executing the .exe, the error is this Module

Pyinstaller error on scrapy?

I am using scrapy importing it. I built the python file using pyinstaller. After building it I ran the file ./new.py. But the error pops: FileNotFoundError: [

No such file or directory error using pyinstaller and scrapy

I have a python script that uses scrapy and I want to make it into an exe file using pyinstaller. The exe file is generated without any error but when I open it

Kivy to Exe with PyInstaller. [Failed to execute script main] because of SoundLoader

Im trying to convert my .py file to .exe. Im using kivy in my .py file.I realized that getting Fatal error detected.Failed to execute script main error if i use

Embed icon in python script

Does anybody know a way to embed an icon in a Python script such that when I create my standalone executable (using pyinstaller) I don't need to include the .ic