[Zope] about load_files.py

Dieter Maurer dieter@handshake.de
Mon, 17 Mar 2003 21:43:51 +0100


Chen Fu wrote at 2003-3-17 11:04 +0800:
 > I try load_files.py to upload htmls on my hard disk.
 > Try to explain easily, i upload to root
 > http://localhost:8080/.
 > But i get :
 > ....
 > RemoteException(t,v,f,l,self.url,query,ec,em,response)
 > bci.NotFound: bobo exception (File:
 > d:\zope\lib\python\OFS\ObjectManager.py Line
 > : 58)
 > 400 Bad Request for
 > http://localhost:8080/manage_addFolder
 > 
 > ==============================================
 > 
 > Did i miss something?

Look at line 58 of "OFS\ObjectManager.py".
The code there will tell you precisely what went wrong.


Dieter