Re: [PyInstaller] I tried to make my library into an executable using pyinstaller, but pyinstaller can't seem to find my library.

2023-01-23 Thread 'Chris Barker' via PyInstaller
In order to be able to help, we need to know exactly what you did, and what the result was. How did you run PyInstaller? What error messages are you getting? With some more information, hopefully we can help you. By the way: PyPi is a system designed to distribute useful packages to other peop

[PyInstaller] I tried to make my library into an executable using pyinstaller, but pyinstaller can't seem to find my library.

2023-01-23 Thread 흠냐Storage
First of all, please understand that I am not good at English, so I use Google Translate. To study the https protocol, I implemented the https protocol with Python, and uploaded my library to the pypi site to test if communication with the outside was possible and used pyinstaller to create an e

[PyInstaller] App don't start

2023-01-23 Thread 'Daniel Menkel' via PyInstaller
Hi, after some working Apps I tried a new one. This Program has to open a *.txt file or create a new if not found. If I start Python the Program does his work. After using pyinstaller the don't start, so I try to start with Terminal using ./*App-name *I get this Error: UnboundLocalError: local va