Relative Content

Tag Archive for pythonpathenvironment-variables

Exe from Environment Variables file act different in command prompt

So i was making an program out of Python that let me quick sending emails. After having it done, I add its path to the User Environment Variable ‘Path’.
The folder where my exe file’s in
But after calling it from command prompt, it giving me the error of not finding the config file in its directory. I found out that was because calling it that way actually making some temp files and it changes the exe path.