[wingide-users] Re: wingide-users Digest, Vol 46, Issue 6
Tony Cappellini
cappy2112 at gmail.com
Wed Feb 6 12:12:19 MST 2008
Would using Pyrex cause similar (undesirable, but expected) behavior
in Wing, as is when using Psyco?
I know Pyrex and Psyco are two different animals, but if the
underlying bytecode is mucked with by Pyrex, similar problems with a
Python debugger can happen as well
Message: 3
Date: Wed, 06 Feb 2008 11:52:54 -0500
From: Wingware Support <support at wingware.com>
Subject: Re: [wingide-users] Pyrex support in WingIDE?
To: Konrad Hinsen <konrad.hinsen at laposte.net>
Cc: Wing IDE Users <wingide-users at wingware.com>
Message-ID: <47A9E5E6.1070106 at wingware.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Konrad Hinsen wrote:
> Are there any plans to support Pyrex in WingIDE? I'd like to see at
> least a proper support of Pyrex syntax in the editor (I currently use
> the Python settings, but a lot of the code ends up underlined in red),
> and ideally also a way to run the Pyrex compiler on a Pyrex file without
> having to open a shell window.
We'll look at adding pyrex syntax support to the editor in the future,
which minimally would mean the ability to turn off the red error
underlines. You should be able to define an OS command to run the pyrex
compiler in Wing version 3. It could be bound to a key combination and
/ or run before you start debugging.
Cheers,
John
More information about the wingide-users
mailing list