[Zope] Another import doesn't find the module

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


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