[Zope] questions about migrating forwards

Jeff Peterson jeff.peterson at crary.com
Thu Mar 11 16:58:59 EST 2010


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-bounces at zope.org [mailto:zope-bounces at zope.org] On Behalf Of Andrew Watkins
Sent: Thursday, March 11, 2010 2:15 PM
To: Tres Seaver; zope at 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$jcq$1 at dough.gmane.org>, Tres Seaver <tseaver at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20100311/9c8f45c2/attachment.html 


More information about the Zope mailing list