Sorry, yes, import has been called, and it is indicated as found by the error.
Which works... if I use:
(this call didn't seem to work before, but is now)
However this is what i'm actually using:
Code:
b= __import__("blob.blobby")
b.test()
Which is still throwing the followong error:
Quote:
AttributeError: 'module' object has no attribute 'test'
|