[GH-ISSUE #503] Windows 10 #391

Closed
opened 2026-02-26 12:21:27 +03:00 by kerem · 2 comments
Owner

Originally created by @jatankshirsagar on GitHub (Oct 3, 2024).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/503

Quick Checks
I am able to generate the exe using the tool on a Ubuntu but when I go to my windows 10 laptop and try running the generated exe it is giving me an error as seen in the image

image

Your Environment:

  • Python version (python --version):
  • auto-py-to-exe version (pip show auto-py-to-exe):
  • PyInstaller version (pip show pyinstaller):
  • Eel version (pip show eel):
Originally created by @jatankshirsagar on GitHub (Oct 3, 2024). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/503 **Quick Checks** I am able to generate the exe using the tool on a Ubuntu but when I go to my windows 10 laptop and try running the generated exe it is giving me an error as seen in the image ![image](https://github.com/user-attachments/assets/19eac489-3290-4201-8e59-bd79e467c574) **Your Environment:** - Python version (`python --version`): - auto-py-to-exe version (`pip show auto-py-to-exe`): - PyInstaller version (`pip show pyinstaller`): - Eel version (`pip show eel`):
kerem 2026-02-26 12:21:27 +03:00
  • closed this issue
  • added the
    not-a-bug
    label
Author
Owner

@github-actions[bot] commented on GitHub (Oct 3, 2024):

👋 Hi, just a reminder that if you haven't read the help post yet, give it a read to see if your issue is covered in it and make sure to follow the debugging section.

Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help post, video or create a new discussion.

<!-- gh-comment-id:2390431014 --> @github-actions[bot] commented on GitHub (Oct 3, 2024): 👋 Hi, just a reminder that if you haven't read [the help post](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/) yet, give it a read to see if your issue is covered in it and make sure to follow [the debugging section](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/#debugging). Also please note, as stated in the README, if your issue is only associated with your application and not auto-py-to-exe itself, please do not create an issue in this repository - instead, comment on the help [post](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/), [video](https://youtu.be/OZSZHmWSOeM) or create a [new discussion](https://github.com/brentvollebregt/auto-py-to-exe/discussions).
Author
Owner

@brentvollebregt commented on GitHub (Oct 3, 2024):

Please read the help post: Can I Create an Executable on One Operating System and Run it on Another?

PyInstaller is tested against Windows, MacOS X, and Linux. However, it is not a cross-compiler; to make a Windows app you run PyInstaller on Windows, and to make a Linux app you run it on Linux, etc.

<!-- gh-comment-id:2390505942 --> @brentvollebregt commented on GitHub (Oct 3, 2024): Please read the help post: [Can I Create an Executable on One Operating System and Run it on Another?](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/#can-i-create-an-executable-on-one-operating-system-and-run-it-on-another) > PyInstaller is tested against Windows, MacOS X, and Linux. However, it is not a cross-compiler; to make a Windows app you run PyInstaller on Windows, and to make a Linux app you run it on Linux, etc.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#391
No description provided.