Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why is my exe file located next to the _internal directory and not inside? #436

Closed
pythonMaster2002 opened this issue Oct 12, 2023 · 3 comments

Comments

@pythonMaster2002
Copy link

Screenshot_3

After using auto-py-to-exe, my exe file is not placed inside the directory, it is located outside of it. Because of this, my entire script breaks down. How can I make bot.exe inside _internal? Previously, all my scripts were inside one directory, how can I get this back?

{ "version": "auto-py-to-exe-configuration_v1", "pyinstallerOptions": [ { "optionDest": "noconfirm", "value": true }, { "optionDest": "filenames", "value": "C:/Users/user/PycharmProjects/Bot/bot.py" }, { "optionDest": "onefile", "value": false }, { "optionDest": "console", "value": true }, { "optionDest": "icon_file", "value": "C:/Users/user/Desktop/Steam Scout.ico" }, { "optionDest": "clean_build", "value": false }, { "optionDest": "strip", "value": false }, { "optionDest": "noupx", "value": false }, { "optionDest": "disable_windowed_traceback", "value": false }, { "optionDest": "uac_admin", "value": false }, { "optionDest": "uac_uiaccess", "value": false }, { "optionDest": "argv_emulation", "value": false }, { "optionDest": "bootloader_ignore_signals", "value": false }, { "optionDest": "datas", "value": "C:/Users/user/PycharmProjects/Bot/config.json;." }, { "optionDest": "datas", "value": "C:/Users/user/PycharmProjects/Bot/config;config/" } ], "nonPyinstallerOptions": { "increaseRecursionLimit": true, "manualArguments": "" } }

@github-actions
Copy link

👋 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.

@brentvollebregt
Copy link
Owner

This is a new feature of PyInstaller 6 I believe

@elfi-ox
Copy link

elfi-ox commented Feb 17, 2024

Hey, you marked this issue as "Closed" so I assume you may have found a solution, you didn't mention it tho and since i'm currently having the same issue, i'd really like to know how did you solve it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants