[wingide-users] integraton with pyflakes
Wing IDE Support
support at wingware.com
Fri Oct 2 08:44:54 MDT 2009
On 10/2/09 3:21 AM, Idan Zaltzberg wrote:
> Hi,
>
> I'm trying to integrate the IDE with pyflakes using scripts but I'm
> always failing at the compiler.parse.
>
> Runtime failure details:
>
> Exception: "<type 'exceptions.KeyError'>"
> ...
> File "c:\python24\lib\compiler\transformer.py", line 52, in parse
This is due to the python 2.4 lib being used with Wing's internal Python
2.5 interpreter. It may work if you use Python 2.5's lib instead
(Wing's internal copy of Python doesn't ship with the compiler package).
Cheers,
John
More information about the wingide-users
mailing list