How to list all functions in an imported module?

Kamilche klachemin at home.com
Mon May 31 12:00:55 EDT 2004


Thanks guys. It DOES work, as you stated... my problem was I had a
module called the same name as a variable I was using, yeesh.

I'm used to C, where you have to declare variables before use, and the
compiler catches stuff like this. I might have to go back to a
Hungarian-like naming conventions for variables, it appears.

--Kamilche



More information about the Python-list mailing list