[Pyrex] Problems with the patched version of Pyrex for Python 2.5

Francesc Altet faltet at carabos.com
Sat Jul 29 10:31:46 UTC 2006


A Dissabte 29 Juliol 2006 12:01, Stefan Behnel va escriure:
> > Mmm, the Pyrex/PC directory is empty. Perhaps you forgot to upload the
> > files there?
>
> I did not quite forget uploading them, I rather forgot that they were
> actually used... :)
>
> Can you retry now? I'm actually glad someone is testing it under 2.5. If
> you have any other problems with it, please report back so that I can fix
> them.

Yes, just a small thing: you forgot to add the PC module in the list of 
packages in setup.py:

Index: setup.py
===================================================================
--- setup.py    (revision 30722)
+++ setup.py    (working copy)
@@ -22,6 +22,7 @@
     'Pyrex.Compiler',
     'Pyrex.Distutils',
     'Pyrex.Mac',
+    'Pyrex.PC',
     'Pyrex.Plex'
     ],
   data_files=[

Thanks!

-- 
>0,0<   Francesc Altet     http://www.carabos.com/
V   V   Cárabos Coop. V.   Enjoy Data
 "-"



More information about the Pyrex mailing list