[GH-ISSUE #149] Whole directory to exe #139

Closed
opened 2026-02-26 12:20:36 +03:00 by kerem · 5 comments
Owner

Originally created by @EikeAhlers on GitHub (Dec 19, 2020).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/149

converting 1 script without dependencies works perfect. But what if i have a whole directory to convert? adding the whole folder does not work

Originally created by @EikeAhlers on GitHub (Dec 19, 2020). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/149 converting 1 script without dependencies works perfect. But what if i have a whole directory to convert? adding the whole folder does not work
kerem 2026-02-26 12:20:36 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@brentvollebregt commented on GitHub (Dec 19, 2020):

How would you run said directory of scripts? I have never heard of a way to run multiple scripts at once - each needs their own process.

<!-- gh-comment-id:748518585 --> @brentvollebregt commented on GitHub (Dec 19, 2020): How would you run said directory of scripts? I have never heard of a way to run multiple scripts at once - each needs their own process.
Author
Owner

@EikeAhlers commented on GitHub (Dec 20, 2020):

No i want to run 1 script with imports from other scripts.

Thanks for the help, probally a beginner question

Brent Vollebregt notifications@github.com schrieb am Sa., 19. Dez. 2020,
21:02:

How would you run said directory of scripts? I have never heard of a way
to run multiple scripts at once - each needs their own process.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/brentvollebregt/auto-py-to-exe/issues/149#issuecomment-748518585,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/ASB3I5H5EOCRVXDZKSWHYI3SVUBHHANCNFSM4VCOOHGQ
.

<!-- gh-comment-id:748666576 --> @EikeAhlers commented on GitHub (Dec 20, 2020): No i want to run 1 script with imports from other scripts. Thanks for the help, probally a beginner question Brent Vollebregt <notifications@github.com> schrieb am Sa., 19. Dez. 2020, 21:02: > How would you run said directory of scripts? I have never heard of a way > to run multiple scripts at once - each needs their own process. > > — > You are receiving this because you authored the thread. > Reply to this email directly, view it on GitHub > <https://github.com/brentvollebregt/auto-py-to-exe/issues/149#issuecomment-748518585>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ASB3I5H5EOCRVXDZKSWHYI3SVUBHHANCNFSM4VCOOHGQ> > . >
Author
Owner

@brentvollebregt commented on GitHub (Dec 22, 2020):

Did you read the help blog post that I have put in the REAMDE and the UI? In that post, I state:

Add the entry point in the script location. PyInstaller searches for imports to get the rest of the Python files required to run, so as long as you use the import keyword, your files will be added.

Might pay to give it a read before asking here 👍

<!-- gh-comment-id:749356946 --> @brentvollebregt commented on GitHub (Dec 22, 2020): Did you read the help blog post that I have put in the REAMDE and the UI? In [that post](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/#how-do-i-convert-all-my-python-files), I state: > Add the entry point in the script location. PyInstaller searches for imports to get the rest of the Python files required to run, so as long as you use the `import` keyword, your files will be added. Might pay to give it a read before asking here 👍
Author
Owner

@github-actions[bot] commented on GitHub (Feb 21, 2021):

This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.

<!-- gh-comment-id:782771590 --> @github-actions[bot] commented on GitHub (Feb 21, 2021): This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
Author
Owner

@github-actions[bot] commented on GitHub (Feb 27, 2021):

Closing issue due to no activity in more than 60 days.

<!-- gh-comment-id:786965595 --> @github-actions[bot] commented on GitHub (Feb 27, 2021): Closing issue due to no activity in more than 60 days.
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#139
No description provided.