[Zope] LocalFS under Zope2.9

2006-01-20 Thread Dennis Allison

This is the  LocalFS-1.3-andreas version.  Later releases do not appear to 
address this issue.


2006-01-20T09:22:51 ERROR Zope Couldn't install LocalFS
Traceback (most recent call last):
  File /usr/local/src/zope/Zope2.9/lib64/python/OFS/Application.py, line 
763, in install_product
global_dict, global_dict, silly)
  File /opt/zope/zproducts/standard/LocalFS/__init__.py, line 44, in ?
import os, LocalFS
  File /opt/zope/zproducts/standard/LocalFS/LocalFS.py, line 51, in ?
from OFS.content_types import find_binary
ImportError: cannot import name find_binary





-- 

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] LocalFS under Zope2.9

2006-01-20 Thread Jürgen Herrmann
change the line
from OFS.content_types...
to
from zope.app.content_types

in LocalFS.py

regrds, juergen herrmann

On Fri, January 20, 2006 19:07, Dennis Allison wrote:

 This is the  LocalFS-1.3-andreas version.  Later releases do not appear to
 address this issue.


 2006-01-20T09:22:51 ERROR Zope Couldn't install LocalFS
 Traceback (most recent call last):
   File /usr/local/src/zope/Zope2.9/lib64/python/OFS/Application.py, line
 763, in install_product
 global_dict, global_dict, silly)
   File /opt/zope/zproducts/standard/LocalFS/__init__.py, line 44, in ?
 import os, LocalFS
   File /opt/zope/zproducts/standard/LocalFS/LocalFS.py, line 51, in ?
 from OFS.content_types import find_binary
 ImportError: cannot import name find_binary
 




 --

 ___
 Zope maillist  -  Zope@zope.org
 http://mail.zope.org/mailman/listinfo/zope
 **   No cross posts or HTML encoding!  **
 (Related lists -
  http://mail.zope.org/mailman/listinfo/zope-announce
  http://mail.zope.org/mailman/listinfo/zope-dev )



___

 XLhost.de - eXperts in Linux hosting 

Jürgen Herrmann
Bruderwöhrdstraße 15b, DE-93051 Regensburg

Fon:  +49 (0)700 XLHOSTDE [0700 95467833]
Fax:  +49 (0)721 151 463027
WEB:  http://www.XLhost.de

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )