thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Please make the PYTHONPATH settings permanent for the interpreter #409

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to Tools -> Pythonpath and add a new path (where my .py files are) 
2. Go to interpreter window and :import MyFile.py (from the new directory)
3. Exit PyScripter
4. Restart PyScripter and try in interpreter window 'import MyFile.py' -> does 
not work

The above is independent of any additional settings of an environment variable 
PYTHONPATH as I have tried that (setting a PythonPath variable globally for 
system environment via MyComputer -> Rightclick -> Properties ->Advanced 
->Environment) or Tools -> Configure Tools -> Py&Interpreter -> Environment -> 
add a new PATH and checkbox

What is the expected output? What do you see instead?
That upon Restart PyScripter still knows the path to my .py files I added in 
step 1 and hence I can import files

What version of the product are you using? On what operating system?
Windows 7, PyScripter 2.1.1.0

Please provide any additional information below.
I found a previous posting here with this issue and followed the steps 
suggested there (see above) yet they don't remedy the situation. Also, I could 
not find any script upon initialization that PyScripter is running which could 
set the PythonPath used by PyScripter

Original issue reported on code.google.com by ppl4wo...@gmail.com on 8 Sep 2010 at 3:43

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 10 Sep 2010 at 11:15