Re: python extension modules within packages not loading

2006-09-07 Thread Matthew Woodcraft
tyler <[EMAIL PROTECTED]> wrote: > I've written a small python extension but I'm having difficulty loading > it at runtime. The source for my extension is a module which is a > member of a package is organized as follows. > > test/setup.py > test/myutils/__init__.py > test/myutils/netmodule.c [..

python extension modules within packages not loading

2006-09-06 Thread tyler
I've written a small python extension but I'm having difficulty loading it at runtime. The source for my extension is a module which is a member of a package is organized as follows. test/setup.py test/myutils/__init__.py test/myutils/netmodule.c my setup.py file for building / installing looks