"bwobbones" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Hi,

I'm having trouble making __import__ work with the two classes attached. The PrintHello() method can't be seen in the BMTest2 class - what am I doing wrong here?


[snip]

       tb = __import__('BMTest2')
       tb2.PrintHello()

Shouldn't this be tb.PrintHello() ?

[snip]


Any help will be much appreciated!

Bones

John Roth


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to