cpusorcerer
Programmer
Hi, I'm new to Python and I have an import problem... I can import the folder that this .py file is in, but I can't seem to access the .py file itself, either by importing or just using ContainingFolder.pyFile.desiredFunction(). I've looked through my Python documentation, Python books(Learning and Programming) and I've looked online, but no luck so far. So I was wondering if you guys could help. Can you think of any reason why trying to access a function in this .py file would raise the attribute error: no such attribute(when it's spelled correctly with the correct path through its containing file- pyISBNdb.abstract.Response(...))? pyISBNdb is the containing file, abstract is the .py file I can't seem to import or reference with dot qualifications. Thanks for your consideratrion.
-Matt
-Matt