Creating a "package" using C extensions?
Courageous
jkraska at san.rr.com
Sat Dec 8 13:59:15 EST 2001
More information about the Python-list mailing list
Sat Dec 8 13:59:15 EST 2001
- Previous message (by thread): Creating a "package" using C extensions?
- Next message (by thread): Creating a "package" using C extensions?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
So. I've written Python C extensions before. And I've written Python packages before, with subdirectories and __init__.py files and so forth before. What I'm unclear on is the proper way to combine these. I can see that if I just used a normal __init__.py and then pointed it to C extension dlls, this would probably work. Is this the approved way of doing this? Is there a way to govern the entire thing entirely from C? IOW, is there a __init__.py equivalent for C modules? C//
- Previous message (by thread): Creating a "package" using C extensions?
- Next message (by thread): Creating a "package" using C extensions?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list