[pypy-dev] Using PyPy as a compiler
Hart's Antler
bhartsho at yahoo.com
Mon Feb 7 09:23:47 CET 2005
--- holger krekel <hpk at trillke.net> wrote:
> Hi Brett,
>
> On Sun, Feb 06, 2005 at 18:25 -0800, Hart's Antler wrote:
> > Hi, your right my function did have a print statement in there. I fixed that and it worked!
> Is
> > there a doc that lists the limitations translator has?
> >
> > Now i am trying to compile some other functions but having another problem. pyrexc gives this
> > error:
> > mymodule.pyx:11:12: Syntax error in simple statement list
> > that line from mymodule is:
> > cinline "Label2:"
>
> this is the "cinline" extension to pyrex, earlier mentioned in this thread.
> Did you really use dist-pypy/pypy/tool/pyrexc to compile your code?
>
> holger
>
Hi Holger,
I am sure i was calling dist-pypy/pypy/tool/pyrexc. For a sanity check i did an md5sum on both
dist-pypy/pypy/tool/pyrexc and /usr/bin/pyrexc, they are different.
I also tried the test again with both versions of pyrexc and they both give the same error.
-brett
__________________________________
Do you Yahoo!?
Yahoo! Mail - Helps protect you from nasty viruses.
http://promotions.yahoo.com/new_mail
More information about the Pypy-dev
mailing list