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
[..
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