google-code-export / ulipad

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

即使设置了Python解析器为正确的路径,仍会自动使用自己检测出来的错误的路径 #307

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. 注册表检查出来的python安装路径是E:\dev_install_root\BitNami 
DjangoStack\python,但是实际上的是E:\dev_install_root\Python27\
2. 
启动Ulipad,会自动检查出Python解释器是E:\dev_install_root\BitNami 
DjangoStack\python
3. 
手动把Python->设置Python解释器,中,把E:\dev_install_root\BitNami 
DjangoStack\python改为E:\dev_install_root\Python27\
4.不关闭当前Ulipad的情况下,再去点击运行代码,结果还会自
动生成错误的Python解释器的路径:E:\dev_install_root\BitNami 
DjangoStack\python

What is the expected output? What do you see instead?
应该会自动使用新更改的,正确的路径:
E:\dev_install_root\Python27\

What version of the product are you using? On what operating system?
Ulipad: ulipad.4.1.py27.exe 
OS:Win7 x64
Python: Python 2.7.2 x64

Please provide any additional information below.

Original issue reported on code.google.com by crifan2...@gmail.com on 14 Dec 2012 at 2:28