google-code-export / ulipad

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

"check syntax" not working in windows version (语法检查在windows版本中无效) #263

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get windows installation file and install it
2. you will find "check syntax" button not working.

What version of the product are you using? On what operating system?
only happens to windows version only

Please provide any additional information below.
Actually i find solution for this issue:
1, install pyflakes for python 2.5
2, edit config.ini in ulipad installation, add something like below:
[default]
pythonpath = "c:\\python25\\Lib\\site-packages"

I checked source code version, pyflakes is packed inside. so why not packed  
pyflakes into windows installation too. Especially when windows version user is 
a newbie(like me), it is difficult to solve it by themselves.

Original issue reported on code.google.com by yichen1...@gmail.com on 17 Sep 2010 at 6:26

GoogleCodeExporter commented 9 years ago
BTW, I love UliPad very much. Many thanks for your time, work, and effect on 
this.

Original comment by yichen1...@gmail.com on 17 Sep 2010 at 6:29