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