RE: [Zope] Another import doesn't find the module
28 May
2003
28 May
'03
2:48 p.m.
[Stacy Roberts]
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
You need an __init__.py in each directory in the path to your target. In this case, you need one in the Resources directory too. Cheers, Tom P
8349
Age (days ago)
8349
Last active (days ago)
0 comments
1 participants
participants (1)
-
Passin, Tom