At 06:53 PM 11/5/2002 -0600, you wrote:
>> from Products.Formulator.Errors import ...
beno> Hmmm. Went there. Was referred to a file called *Errors.py* in beno> Formulator. File doesn't exist. Noticed the thread was recent and beno> the author was the author of the program. What did I miss?!
Depending how your directory tree is set up, you may have to look in more than one place. I have a binary Plone installed (MacOSX). It has the following relevant directories:
/Applications/Plone/PloneInstance/Products /Applications/Plone/Zope/lib/python/Products
I ran this command at my Zope root: find . -name "Errors.py" and nothing came back!
Perhaps you are also dealing with a multi-headed beast. Assuming you are on a Unix-ish system you should be able to execute something like:
cd /Applications/Plone find . -name Formulator
Oh, *Formulator* I find with no problem at all! It's in the Zope directory... Thanks anyway, beno