[pypy-dev] Using PyPy as a compiler

holger krekel hpk at trillke.net
Mon Feb 7 08:34:48 CET 2005


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



More information about the Pypy-dev mailing list