[Zope] Import doesn't find module

Stacy Roberts Ladnier Stacy.Roberts@noaa.gov
Wed, 28 May 2003 09:09:16 -0500


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