[Zope] image resources

Graham Chiu anon_emouse@hotmail.com
Mon, 31 May 1999 21:59:22 +1200


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.

-------
Regards,        Graham Chiu
gchiu<at>compkarori.co.nz