Skip to main content

All Questions

Tagged with
0 votes
1 answer
192 views

install forge Error loading python DLL: python312.dll. Cant find this module

I am using install forge to create a Windows installer for my app. I create the dist folder using pyinstaller. In there I find the .exe and many files and folders. If I start this .exe everything ...
Ismael Santana's user avatar
0 votes
2 answers
44 views

sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file(Background on this error at: https://sqlalche.me/e/20/e3q8)

I have an app that uses sqlalchemy to manage a sqlite database. The app was created using pyqt5 and I have created all the classes for the database. Now I am in the process of create an .exe file ...
Ismael Santana's user avatar
0 votes
0 answers
40 views

.exe file created using pyinstaller is not workinng

I am tryng to make an executable file for my app created with pyqt5. I am using pyinstaller to create the dist folder and using this command: pyinstaller main.py It runs ok. There ir no error message ...
Ismael Santana's user avatar
0 votes
0 answers
26 views

Styling is corrupted in an EXE output from building with pyinstaller [duplicate]

I have a python project based on PyQt5 which I build the GUI using PyQt5 Designer. The python file when it is run, there is no issue found. I build it with pyinstaller using the below command: ...
Hosam's user avatar
  • 11
0 votes
0 answers
35 views

I created an exe file using pyinstaller. When there is a DLL file at the same level as the exe file, an exception will occur

I developed an application using PyQt5 and packaged it into a standalone exe file using pyinstaller's one-file mode。 The packaging process is successful, and independent execution is also okay. But ...
Alvin Lee's user avatar
0 votes
0 answers
28 views

PyInstaller with PyQt5 Generates "DLL load failed" Error for QtPrintSupport

I've developed a Python application using PyQt5 and successfully packaged it with PyInstaller. However, after compiling the application with Inno Setup Compiler and installing it on my PC, I encounter ...
Damon Schulz's user avatar
0 votes
1 answer
62 views

Python PyQt5 Add Remote Debugging To Compiled Application

In my project I create an application which I then compile with pyinstaller. The application allows the end-user to add HTML5 files into a folder which the python script then runs as a web app using ...
Miger's user avatar
  • 1,205
0 votes
1 answer
96 views

Python and PyQT5, exe file is not running

I wrote a program in Python 3.8 using the PyQt5 5.15.10 library. Using pyinstaller (also tried auto-py-to-exe) I get the EXE file of the program. When running on Windows 10 (where I developed the ...
Alex Freeman's user avatar
0 votes
0 answers
29 views

tesseract opens console with pyinstaller

I have a program that does ocr using tesseract and pyqt5 thread.py class SearchThread(QThread, QObject): signal = pyqtSignal(str) finished = pyqtSignal() def __init__(self, data): ...
Amine Messaoudi's user avatar
0 votes
0 answers
33 views

Pyinstaller standalone .exe still shows console on API call even if console is set to false

I am writing a GUI app which is validating license during runtime using LemonSqueezy licence API. I use PyQt5 and QTimer to trigger validate_lic() every few minutes. Everything works fine until I make ...
smg's user avatar
  • 37
0 votes
1 answer
58 views

Barcode image generation not working when .exe generated [duplicate]

I have this PyQt5 custom widget: from PyQt5 import QtCore, QtGui, QtWidgets from PyQt5.QtCore import Qt from PyQt5.QtWidgets import QWidget, QGraphicsScene from PyQt5.QtGui import QPixmap,QImage from ....
Ruben Calvo's user avatar
0 votes
0 answers
58 views

Irreproducible crash/behaviour of pyinstaller executable on different PCs

I'm writing a little Python (3.11.3) program using PyQt5 and a few more modules. Then I was packing this with pyInstaller (5.10.1) into an single file executable for Windows10. On my laptop, I did not ...
theozh's user avatar
  • 24.7k
-1 votes
1 answer
217 views

I built the tool using pyinstaller=5.13.2. i use yolov8 and ultralytics lib. pyqt5

I built the tool using pyinstaller=5.13.2. i use yolov8 and ultralytics lib. When running the exe file, the interface is double. And running regular code is fine. I discovered that when debugging, I ...
Thịnh Đỗ's user avatar
0 votes
0 answers
153 views

How can i make an executable file from Python project written on Windows 11 to run on Windows 7?

I just have build a PyQt5 project for desktop usage and i want this to run on Windows 7. Using PyInstaller i managed to generate the .exe file and run it on Windows 10 and Windows 11 successfully but ...
Νίκος Ανδρεάδης's user avatar
0 votes
0 answers
62 views

Python ,SQLalchemy, Access dbs error pop up when turn it to an exe file

Python ,SQLalchemy, Access dbs error pop up when turn it to an exe file **Note**: works great in Pycharm before using Pyinstaller to turn it to an exe app. Please advise. Tried to import sqlalchemy....
Ouriemchi's user avatar

15 30 50 per page
1
2 3 4 5
20