Re: [Python-Dev] Py3k: error byte-compiling with distutils

2007-07-24 Thread Guido van Rossum
On 7/24/07, Lisandro Dalcin <[EMAIL PROTECTED]> wrote: > I'm porting some of my code to py3k, and I started from the C size. > After this, all extensions compiled fine, but after a 'setup.py > install', I got the following: > > File "/usr/local/python/3.0/lib/python3.0/distutils/util.py", line >

[Python-Dev] Py3k: error byte-compiling with distutils

2007-07-24 Thread Lisandro Dalcin
I'm porting some of my code to py3k, and I started from the C size. After this, all extensions compiled fine, but after a 'setup.py install', I got the following: File "/usr/local/python/3.0/lib/python3.0/distutils/util.py", line 498, in byte_compile compile(file, cfile, dfile) File "/usr/