How to 'from package import module; from module import variable'?
Alex
new_name at mit.edu
Mon Jul 9 10:36:45 EDT 2001
More information about the Python-list mailing list
Mon Jul 9 10:36:45 EDT 2001
- Previous message (by thread): How to 'from package import module; from module import variable'?
- Next message (by thread): socket module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ouch, it doesn't use the binding in the current namespace? OK, I guess I'll need to write a new __import__ function, or something. Thanks. Alex.
- Previous message (by thread): How to 'from package import module; from module import variable'?
- Next message (by thread): socket module
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list