On Mon, Mar 17, 2008 at 07:04:30PM -0400, didier deshommes wrote:
> Hi there,
> I'm not sure if you've received this or not, but I thought I'd provide
> a patch to make setup.py build. The current pyrex version not longer
> accepts things like 2**32 because it can be ambiguous. I've replaced
> all these calls by math.pow(base,exp). The patch is attached.

Thanks for the report.  It looks like I was still using 0.9.5-era
pyrex.  (And on a 64-bit box.)

I just committed a somewhat different fix using long-integer
arithmetic rather than math.pow (which uses floating point); if it
doesn't work for you, then let me know!  (Ideally to
[email protected], rather than me directly, though I'll take
either.)  The fix should be included in the next release.

-- Nathaniel

-- 
Electrons find their paths in subtle ways.

_______________________________________________
Parti-discuss mailing list
[email protected]
http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss

Reply via email to