On 10/10/2007 1:02 PM, [EMAIL PROTECTED] wrote: > > It is easier to do it the other way around. > Create module.py and _module.so and in module.py write: > > from _module.so import *
It is even easier to type
from _module import *
and somewhat more productive, too :-)
--
http://mail.python.org/mailman/listinfo/python-list
