Python extension package namespace
Courageous
jkraska1 at san.rr.com
Mon Apr 16 20:23:33 EDT 2001
More information about the Python-list mailing list
Mon Apr 16 20:23:33 EDT 2001
- Previous message (by thread): Tkinter causes hang
- Next message (by thread): Python extension package namespace
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 17 Apr 2001 00:09:08 GMT, tuthach at aix09.unm.edu (Tu-Thach) wrote: >I have written a simple test extension module for Python and called it >testxyz. What I'd like to know is how can I make the module so that when >I call it from Python I can use >from test.testxyz import * You need to prep up your directory with "__init__.py" C//
- Previous message (by thread): Tkinter causes hang
- Next message (by thread): Python extension package namespace
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list