[wxPython-users] Distribution & Auto-Updater
Josiah Carlson
jcarlson at uci.edu
Wed May 2 10:19:30 PDT 2007
Michele Petrazzo - Unipex srl <michele.petrazzo at unipex.it> wrote:
>
> 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()
> """
There are a few examples where Pyrex doesn't implement some Python
syntax, but most of it is convertable to Pyrex.
- Josiah
More information about the wxpython-users
mailing list