Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pyinstaller

Pyinstaller - Include Programmatically Imported Modules

I have a package that sort of looks like this: - package -- module1.py -- module2.py --… Read more Pyinstaller - Include Programmatically Imported Modules

Executable Made With Pyinstaller Experiences "fatal Python Error: Initfsencoding"

I am able to run my python (python 3.7) program on my pc from sublime text. The program uses tkinte… Read more Executable Made With Pyinstaller Experiences "fatal Python Error: Initfsencoding"

Error When Using Pyinstaller: Unicodedecodeerror: 'utf-8' Codec Can't Decode Byte 0xff

I have an issue when i compile a PyQt code with pyinstaller. I use this line to compile: c:\Anacond… Read more Error When Using Pyinstaller: Unicodedecodeerror: 'utf-8' Codec Can't Decode Byte 0xff

Unable To Use Pyexcel-xls With Pyinstaller . Python Executable Not Working . Python Version 3.4.4

The program works when run using: Python filename.py but when I create its executable file using &… Read more Unable To Use Pyexcel-xls With Pyinstaller . Python Executable Not Working . Python Version 3.4.4

Pyinstaller What Are Hiddenimports And Hooks?

I recently tried pyInstaller and there are some things i don't quite get. i have been trying to… Read more Pyinstaller What Are Hiddenimports And Hooks?

Create An Exe Compatible With All Versions Of Windows 64-bit And 32-bit Even If Python Isn't Installed With Pyinstaller

I have used pyinstaller to create an exe from a python script on Windows 10 64-bit. How can i setup… Read more Create An Exe Compatible With All Versions Of Windows 64-bit And 32-bit Even If Python Isn't Installed With Pyinstaller

Runtimeerror: Cannot Find The Mxnet Library

I want to create executable for my code where i'm using mxnet with pyinstaller. I got this erro… Read more Runtimeerror: Cannot Find The Mxnet Library

Attributeerror: After Converting Python Script To Exe By Pyinstaller

I have made a python script for calculations purposes, importing libraries, Tkinter, Pmw, sympy, ma… Read more Attributeerror: After Converting Python Script To Exe By Pyinstaller

Syntaxerror: Non-utf-8 Code Starting With '\x90' In File .\score_python.exe On Line 1, But No Encoding Declared;

I have a python script where I need to create an executable via pyinstaller. Successfully created t… Read more Syntaxerror: Non-utf-8 Code Starting With '\x90' In File .\score_python.exe On Line 1, But No Encoding Declared;

Issues With Pyinstaller And Reportlab

Alright so I have a python project that I want to compile, so I decided to use pyinstaller (first t… Read more Issues With Pyinstaller And Reportlab

Missing Dll Files When Using Pyinstaller

Good day! I'm using python 3.5.2 with qt5, pyqt5 and sip14.8. I'm also using the latest pyi… Read more Missing Dll Files When Using Pyinstaller

How To Fix A Pyinstaller 'no Module Named...' Error When My Script Imports The Modules Pikepdf And Pdfminer3?

I've built a working py script using PikePDF and PDFminer3 that will take a PDF off my desktop … Read more How To Fix A Pyinstaller 'no Module Named...' Error When My Script Imports The Modules Pikepdf And Pdfminer3?

Pyinstaller Flush Input

I've a python program which works fine within the Pycharm environment. I tried compiling it wit… Read more Pyinstaller Flush Input

Can't Perform This Operation For Unregistered Loader Type

I'm using bokeh for data visualization, and trying to make an executable but it shows an error … Read more Can't Perform This Operation For Unregistered Loader Type

Pyinstaller App Is Accessing Txt Files, But Not Writing To Them (works Before App Compilation)

settings.txt is stored and accessed within the compiled single file app, but it's not being wri… Read more Pyinstaller App Is Accessing Txt Files, But Not Writing To Them (works Before App Compilation)

Pyinstaller But Keeping .py Files Upgradeable

I've managed to package my PyQt4 app as a 'standalone' application on windows, it works… Read more Pyinstaller But Keeping .py Files Upgradeable

Pyusb On Windows 8.1 - No Backend Available - How To Install Libusb?

Working on pyinstaller 3.1, python 2.7.9, and tkinter. Try to use pyusb instead of pyserial, but no… Read more Pyusb On Windows 8.1 - No Backend Available - How To Install Libusb?

Pyinstaller - Filenotfound Error

I have created a python script and converted it into a .exe file by using: Pyinstaller –-onefile RF… Read more Pyinstaller - Filenotfound Error

Python --> Pyinstaller - .exe File Will Return "test Returned -1"

[1] The code is: import Tkinter from Tkinter import * # Create Tk instance root = Tkinter.Tk(class… Read more Python --> Pyinstaller - .exe File Will Return "test Returned -1"

Webdriverprefs.json Not Found - Pyinstaller

I have a python program which uses selenium package, and when creating an exe from this using pyins… Read more Webdriverprefs.json Not Found - Pyinstaller