mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 20:25:50 +03:00
[GH-ISSUE #68] wont open #64
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 @BetaCyberSec on GitHub (Sep 9, 2019).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/68
nothing opens when i run it im on the windows 10 linux sub system
@brentvollebregt commented on GitHub (Sep 9, 2019):
Do any messages or errors appear?
@ehsanonline commented on GitHub (Oct 30, 2019):
I can not open on windows 10 too. it says:
This app can't run on your PC
To find a version for your PC, check with the software publisher.
the error is looked like this:
https://www.quora.com/How-can-I-correct-this-error-This-app-cant-run-on-your-PC-I-am-using-Windows-10
I tried both 'One file' and 'One folder' options and my app is super simple and works fine on python 3.6.
I've tried with the compatibility option on the file properties set to windows 7 it does not help.
Edit: seems like pyinstaller only build for the active OS, so i cant build for windows on linux! which was my problem.
@brentvollebregt commented on GitHub (Oct 30, 2019):
@BetaCyberSec said he was running it on the Windows 10 Linux subsystem, you @ehsanonline are running it in Windows which is different.
You haven't supplied what you're actually trying so I am going to have to guess you have packaged your script, moved the executable output to a new computer and am trying to run it. When running the executable, this dialog appears saying "This app can’t run on your PC".
In the page that you linked, architecture has been discussed at the top of the first answer. Are you aware what architectures both your machines have? I discuss the problem you are potentially having in the post that is linked in the auto-py-to-exe UI after every build under The exe Doesn't Work on Another Computer - I recommend reading this to see if it's your issue.
Aside from this, please make a new issue next time because your issue does not relate to the original issue created by @BetaCyberSec (unless you are using the Windows 10 Linux subsystem and haven't stated it?).
@ehsanonline commented on GitHub (Oct 31, 2019):
Yes you are right, I'm sorry. my bad!
@brentvollebregt commented on GitHub (Oct 31, 2019):
@BetaCyberSec did you get any further on this?
@brentvollebregt commented on GitHub (Jan 9, 2020):
No further information provided. Closing the issue.
@mytja commented on GitHub (Nov 30, 2020):
On Windows you have to run it like this: python -m auto_py_to_exe