[Zope] image resources

Martijn Pieters mj@antraciet.nl
Mon, 31 May 1999 13:56:33 +0200


At 11:59 31/05/99 , Graham Chiu wrote:
>In article <4.2.0.56.19990530120926.00bc8ed0@lisp.atmm.nl>, Martijn
>Pieters <mj@antraciet.nl> writes
> >If you have a load of images on a different server, you'd be better to use
> >properties on the root Folder, like Rob said, or you could use a TinyTable
> >(download from http://www.zope.org/Download/Contrib), and store a list of
> >image names in that.
>
>I tried it out, and got the following:
>
>Traceback (innermost last):
>   File "f:\zope\lib\python\OFS\Application.py", line 384, in
>import_products
>     product=__import__(pname, global_dict, global_dict, silly)
>   File "f:/Zope\lib\python\Products\TinyTable\__init__.py", line 39, in
>?
>     import TinyTable
>   File "f:/Zope\lib\python\Products\TinyTable\TinyTable.py", line 39, in
>?
>     from PersistentMapping import PersistentMapping
>ImportError: No module named PersistentMapping
>
>This was TinyTableB2 which comes up as a broken product.

This is due to a change in Zope 1.11.0pr1. TinyTables works fine on older 
versions. Ty has a fix:

   http://www.zope.org/pipermail/zope/1999-May/004173.html

After making the change, delete the TinyTable product from your Products 
(in Zope), and restart Zope.

--
Martijn Pieters, Web Developer
| Antraciet http://www.antraciet.nl
| Tel: +31-35-6254545 Fax: +31-35-6254555
| mailto:mj@antraciet.nl http://www.antraciet.nl/~mj
| PGP: http://wwwkeys.nl.pgp.net:11371/pks/lookup?op=get&search=0xA8A32149
------------------------------------------