dude wrote:
>>> f = foo("wow")
...
>>> However, I always get the "module not callable" error.
...
> That was the problem.  I was using:
> import ohYeah

To get that error, I think you must have been importing
a module named "foo" as well. Or you would have gotten
a NameError instead.

-- 
Tom Zych / freethin...@pobox.com
Q: I'm having problems with my Windows software. Will you help me?
A: Yes. Go to a DOS prompt and type "format c:". Any problems you are
   experiencing will cease within a few minutes. -- Hacker Howto
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to