On Thu, Jun 5, 2008 at 1:50 AM, Stefan Behnel <stefan_ml@behnel.de> wrote:
Hi,

Kevin JR wrote:
> On Wed, Jun 4, 2008 at 6:36 PM, Stefan Behnel <stefan_ml@behnel.de> wrote:
>> I guess you are actually using an older Cython version, likely installed
>> with easy_install. The version number in current hg wasn't increased yet.
>>
>>
> no, it's compiled from hg pool.

Believe me, you are not using a recent developer version of Cython. Maybe you
have hg pulled from cython-release instead of cython-devel or whatever. Try
moving your hg Cython directory out of the way and check if it still compiles.


yes, it works with cython-devel.
thanks very much! :)