Sera :D
... allora, ho scritto la PHP_Serializer per PyRex, l'ho "pyrexcata" da
.pyx a .c ... zero errori, tutto ok, lancio il build ?
C:\Python24\SVILUPPO\PHP_Serializer>python build.py build
running build
running build_ext
error: The .NET Framework SDK needs to be installed before building
extensions f
or Python.
Bene, io ho .NET Framework 1.1 hotfixed ed il .NET Framework 2
aggiornato, ordunque, che posso fare ?
Questo il build.py
from distutils.core import setup, Extension
import os
os.system("python pyrexc.py PHP_Serializer.pyx")
xosdExtn = Extension("PHP_Serializer", ["PHP_Serializer.c"],
libraries=["xosd"])
setup(name="PHP_Serializer", ext_modules=[xosdExtn])
Grazie,
Andrea Giammarchi
_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python