[Zope3-dev] can't find bullet.gif

Steve Alexander steve@cat-box.net
Sat, 21 Dec 2002 17:00:51 +0000


> NotFoundError: (<Zope.App.Publisher.Browser.Resources.Resources object 
> at 0x8a79ba4>, 'bullet.gif')
> 127.0.0.1:  - anonymous [2002/Dec/21:16:45:47 +0000] "GET /@@/bullet.gif 
> HTTP/1.1" 500 937 "http://localhost:9000/@@contents.html" "Mozilla/5.0 
> (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021126"

The problem is that these two css files want a nonexistent resource:

./lib/python/Zope/App/ZMI/Browser/ZopeTop/www/zopetopBasic.css: 
list-style-image: url("bullet.gif");
./lib/python/Zope/App/ZMI/www/zopetopBasic.css:    list-style-image: 
url("bullet.gif");

I'll comment out these lines in the css files.

--
Steve Alexander