[Python] Creazione modulo in PyRex
Andrea Giammarchi
andrea a 3site.it
Ven 18 Ago 2006 17:03:59 CEST
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
Maggiori informazioni sulla lista
Python