When importing from another context like

WebKit/myPage/Main.py
---------------------
>From myDB.ObjectsT import *


It doesn't report any errors until I try to access it like so

Obj = ObjectsT.CreateMain()

The WW error is:
AttributeError: class ObjectsT has no attribute 'ObjectsT'


The file structure is

WebKit/myDB/ObjectsT.py/pyc
WekKit/myPage/Main.py/pyc


Is this possible, or am I doing something completely wrong?

Thanks.

PaulG.



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to