Status: New
Owner: ----
New issue 263 by yichen1976: "check syntax" not working in windows version
(语法检查在windows版本中无效)
http://code.google.com/p/ulipad/issues/detail?id=263
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.