mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #24] Unable to run "run.py" nor auto-py-to-exe. #23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Syed-Hussaini2 on GitHub (Sep 4, 2018).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/24
Error:
Error: PyInstaller not found
Please install PyInstaller using: "python -m pip install PyInstaller"
C:\WINDOWS\system32>pip install PyInstaller
Requirement already satisfied: PyInstaller in c:\python27\lib\site-packages (3.3.1)
Requirement already satisfied: macholib>=1.8 in c:\python27\lib\site-packages (from PyInstaller) (1.11)
Requirement already satisfied: pefile>=2017.8.1 in c:\python27\lib\site-packages (from PyInstaller) (2018.8.8)
Requirement already satisfied: future in c:\python27\lib\site-packages (from PyInstaller) (0.16.0)
Requirement already satisfied: setuptools in c:\python27\lib\site-packages (from PyInstaller) (39.0.1)
Requirement already satisfied: dis3 in c:\python27\lib\site-packages (from PyInstaller) (0.1.2)
Requirement already satisfied: altgraph>=0.15 in c:\python27\lib\site-packages (from macholib>=1.8->PyInstaller) (0.16.1)
PyInstaller has been installed already, however I am receiving this error.
@brentvollebregt commented on GitHub (Sep 4, 2018):
I put these messages in to allow people to understand that PyInstaller was not installed. Are you 100% sure that the Python you are running this script with has Pyinstaller installed?
Make sure you aren't installing PyInstaller in one version of Python and executing with a different version.
@brentvollebregt commented on GitHub (Sep 6, 2018):
How are you running this project? Through PyPI or downloading/cloning from the repo?
@mshemadarshini commented on GitHub (Nov 13, 2018):
does this works with pyqt4/ pyqt5 if i want to convert them to executable ?
@brentvollebregt commented on GitHub (Nov 13, 2018):
Yes, PyInstaller can package PyQt applications
@mshemadarshini commented on GitHub (Nov 14, 2018):
This doesn't work as it say can't execute the file.
On Wed, Nov 14, 2018, 1:43 AM Brent Vollebregt <notifications@github.com
wrote:
@brentvollebregt commented on GitHub (Nov 14, 2018):
Are you looking at the actual output that this is producing? If you executed your executable with something that preserves output, you will most likely find errors that you are missing.
You could also build the executable in debugging mode I recommend following my small debugging tutorial to get an idea of how to do this.
Also how does this relate to this issue (#24)? This issue covers not being able to run auto-py-to-exe which you clearly are able to do.
@mshemadarshini commented on GitHub (Nov 14, 2018):
whats the point of converting into executable when you cant actually execute them? The file failed to execute and I finding ways to convert the file. It is working well when i run them using shell or pycharm, but I'm facing difficulty to convert them as executable as I wanted to deploy them into separate machine.
@brentvollebregt commented on GitHub (Nov 14, 2018):
Did you bother to read that section I linked? Did you debug the application? I have helped a lot of people solve issues just like this and 95% of them are due to the person incorrectly configuring the build.
@brentvollebregt commented on GitHub (Dec 12, 2018):
Closing due to now being off topic (if was was at the beginning)