28 May
2003
28 May
'03
2:33 p.m.
I am attempting to import another class for use and Zope now complains 'cannot import name profile'. My Product structure in a bit more detail is: Products - Resources -FGDC -__init__.py -profile.py -BIO -scripts -script1.py -dtml -www -extensions -DISTINFO.py which contains a class of the same name In DISTINFO.py, I have an import statement like this: from Products.Resources.FGDC import profile Can someone please tell me what I am doing wrong here?? Thanks in advance, Stacy