Re: Psyco & Linux

2005-08-12 Thread Steve M
> c/codegen.h:19:3: #error "sorry -- I guess it won't work like that on 64-bits > machines" The first error output by gcc suggests the 64-bit OS might be the problem. But I don't actually know what that error means. -- http://mail.python.org/mailman/listinfo/python-list

Re: Psyco & Linux

2005-08-12 Thread fausto_barbuto
"Jeremy Sanders" <[EMAIL PROTECTED]> wrote in message > Fausto Arinos Barbuto wrote: > > The specifics of my system are: > > > > Athlon AMD-64 3300+ > > SuSE 9.3 Professional (64-bit) > > Python 2.4 > > gcc/g++ 3.3.5 > Ummm... I thought psyco only supported 32 bit systems. I

Re: Psyco & Linux

2005-08-12 Thread Jeremy Sanders
Fausto Arinos Barbuto wrote: > The specifics of my system are: > > Athlon AMD-64 3300+ > SuSE 9.3 Professional (64-bit) > Python 2.4 > gcc/g++ 3.3.5 Ummm... I thought psyco only supported 32 bit systems. I haven't seen anything else to suggest otherwise. See http://psyco.sou

Re: Psyco & Linux

2005-08-11 Thread Fausto Arinos Barbuto
Hi Steve; Steve M wrote: >> First, I tried the usual "python setup.py install" but that did not work. > How exactly did it fail? Perhaps you can paste the error output from > this command. Sure, he is the output: linux:/home/fausto/Documents/psyco-1.4 # python setup.py install PROCES

Re: Psyco & Linux

2005-08-11 Thread Steve M
> First, I tried the usual "python setup.py install" but that did not work. How exactly did it fail? Perhaps you can paste the error output from this command. -- http://mail.python.org/mailman/listinfo/python-list

Psyco & Linux

2005-08-11 Thread Fausto Arinos Barbuto
Hi All; I have Psyco (on Windows XP) and now I want to install it on Linux, too. I FTP'd the tarball (tar.gz) from Psyco's site but can't get it compiled. First, I tried the usual "python setup.py install" but that did not work. I later found a RPM for Psyco but it wasn't suitable