thecocce / pyscripter

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

please support save python path in pyscripter #302

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. [menu]tool->python path, add directories
2. restart pyscripter
3. directories lost

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.
I checked the manual. It said that "save" is not support. If this feature 
can be supported, it can save a lot of time. thanks!

Original issue reported on code.google.com by len...@gmail.com on 21 May 2009 at 7:13

GoogleCodeExporter commented 9 years ago
The dialog box in the Tools menu allows you to modify the python path of the 
current 
session.  To permanently change the Python path you need to do it in the 
standard 
Python way.  Two possible options (there are a couple of other ways) are:  

a) Change the registry option under 
HKEY_LOCAL_MACHINE\SOFTWARE\Python\PythonCore\2.x 

b)set the PYTHONPATH environment variable.

PyScripter will soon provide the ability to run a user script on initialization 
which will offer yet another way to customise the Python path among other 
things.

Original comment by pyscripter on 21 May 2009 at 7:42

GoogleCodeExporter commented 9 years ago
I thought this was a bug, but then I read this and was kind of surprised. Why 
would
anyone want an execution session based path setting. It should be persistent 
and be
set like it is now and not in a script. It should also be possible to set 
project
specific paths.

Original comment by noocnexus on 29 Nov 2009 at 11:55

GoogleCodeExporter commented 9 years ago
Project specific paths are already possible.

Original comment by pyscripter on 31 Dec 2009 at 2:50

GoogleCodeExporter commented 9 years ago
Issue 409 has been merged into this issue.

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

GoogleCodeExporter commented 9 years ago
I have implemented the initialization script and it will be available in the 
next version.  So you will be able to customize the path by using that script.

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