Where to save classes? How to access classes?
David Mitchell
dave at dbmdata.com
Mon Oct 31 21:25:57 EST 2005
More information about the Python-list mailing list
Mon Oct 31 21:25:57 EST 2005
- Previous message (by thread): Where to save classes? How to access classes?
- Next message (by thread): Where to save classes? How to access classes?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I'm trying to get into the object oriented aspect of Python. If I create a custom class (in it's own file), how do I access that class in a function in a different file? In Java there's the notion of a CLASSPATH, where you can tell the compiler to look for classes. Is there something similar to this in Python? Thanks, Dave
- Previous message (by thread): Where to save classes? How to access classes?
- Next message (by thread): Where to save classes? How to access classes?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list