Todd wrote:
> I'm working right from the example here to make a basic extenstion
> module.
> http://docs.python.org/ext/intro.html
> http://www.dalkescientific.com/writings/diary/archive/2005/04/26/extending_python.html
>
> I can load my module into python and dir shows my function. But I get
>
Hi,
I'm working right from the example here to make a basic extenstion
module.
http://docs.python.org/ext/intro.html
http://www.dalkescientific.com/writings/diary/archive/2005/04/26/extending_python.html
I can load my module into python and dir shows my function. But I get
a syntax error if I tr