[wxPython-users] Distribution & Auto-Updater

Michele Petrazzo - Unipex srl michele.petrazzo at unipex.it
Wed May 2 02:27:36 PDT 2007


Stani's Python Editor wrote:
> Or another alternative... With pyrex you can compile your modules 
> into .pyd (which is the python equivalent to dll): 
> http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/
> 

[ we are a bit OT, but... :) ]

So, are you saying that I can put my .py code into a .pyx file
directly *without* modifications, compile and call with a simple

"""
from pyrex_compiled_module import my_py_class
myc = my_py_class()
"""

?


Thanks,
Michele




More information about the wxpython-users mailing list