Re: call static function from extension module - syntaxerror

2005-12-22 Thread Erik Max Francis
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 >

call static function from extension module - syntaxerror

2005-12-22 Thread Todd
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