- Notifications
You must be signed in to change notification settings - Fork339
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I am trying to write a compiled wrapper that runs Python programs via WinPython, passing an environment similar to the environment that is set up by I have tried comparing the environments generated by my wrapper and by What am I missing? Things I have double checked:
Why it matters for me: I don't actually need to configure anything through |
BetaWas this translation helpful?Give feedback.
All reactions
I finally figured out thatwinpython.ini is actually handled inenv_for_icons.bat, not env.batand that it is converted into commands that are executed from within that batch file that do things like setting environment variables, so that's why nothing inwinpython.ini` was having any effect.
Replies: 7 comments 2 replies
-
I finally figured out that |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 1
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Indeed, this is this beautiful line: As you can't propagate upward a change of variables, you have to "replay" the output kindly generated per WinpythonIni.py |
BetaWas this translation helpful?Give feedback.
All reactions
-
Where did the functionality of |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Env.ini is to not have to regenerate the env.bat every release . Whatever small things that can trouble an anti virus |
BetaWas this translation helpful?Give feedback.
All reactions
-
So why is |
BetaWas this translation helpful?Give feedback.
All reactions
-
Hu ? Hummm, did I forgot to force generate it at first icon click ? |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
apparently i did remove the "useless otherwise" call to get that winpython.ini generated per winpythonini.py. so until you try an icon, it's not created ... someone has to find where that overkill broomstick gesture happened |
BetaWas this translation helpful?Give feedback.
All reactions
-
before summer 2024 settings/winpython.ini was created if empty per env.bat |
BetaWas this translation helpful?Give feedback.
All reactions
-
BetaWas this translation helpful?Give feedback.