I have used LocalFS, but at the time I upgraded it had to be patched too, you 
could check around and see if it's been updated.  I believe it's still actively 
maintained.
--
Jeffrey D Peterson
Webmaster
Crary Industries, Inc.

From: zope-boun...@zope.org [mailto:zope-boun...@zope.org] On Behalf Of Andrew 
Watkins
Sent: Thursday, March 11, 2010 2:15 PM
To: Tres Seaver; zope@zope.org
Subject: Re: [Zope] questions about migrating forwards


Thanks for the useful responses

Is there some other Product that people use to bring external files into the 
zope environment?


Andrew


Andrew Watkins
Systems Development Team Manager
National Institute Water & Atmospheric Research (NIWA).


>>> On 12 Mar 10 at 04:05 AM, in message <hnb0r9$jc...@dough.gmane.org>, Tres 
>>> Seaver <tsea...@palladion.com> wrote:

You will eed to patch ExternalFile to use Zope3-style interfaces.  E.g.,
instead of:

  from Interface import Interface

patch it to be:

  from zope.interface import Interface

Their may be other changes required, as well, depending on how the
product uses the interfaces.  (Later:  I've done the patch, at least to
the extent of getting the appserver to start:  see attachment).

> 2. ZMySQLDA This fails with the message 'ImportError: No module named
> _mysql' again this works ok on zope 2.11.4

You need to install the MySQL-python package into your virtuaenv:

  $ bin/easy_install MySQL-python


NIWA is the trading name of the National Institute of Water & Atmospheric 
Research Ltd.
_______________________________________________
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to