[Zope] re: error message importing zope file

Mark Halegua phantom21@mindspring.com
Sun, 31 Mar 2002 15:05:49 -0500


Dieter,

I appreciate the assistance, however, the versions of Python on the various 
machines is as follows:

network server: 2.1.1
workstation: 2.0
laptop: 2.1.1
remote web server: 2.1.1
The remote web server is running SuSE 7.3, with  Zope 2.4.3.

A question.  My local server, running SuSE 7.0 with Zope 2.4.1, when I'm 
connected to it via my browser, does it use the Python local to the Zope 
server, or to the browser?

I'd think it would use the Python local to the Zope server, but I'm not sure.

Does it make a difference the media I'm using to transfer the export file?  
Because I'm having problems getting the laptop connected to my network, I'm 
using a floppy to transfer the zexp file to the local server and copying it 
to the import directory.

I'm using the same floppy to try the copy operation, using scp, to the remote 
web server.

In all cases, the result is the same.  

Mark

On Saturday 30 March 2002 15:54, Dieter Maurer wrote:
> Mark Halegua writes:
>  > ...
>  > The error message I keep getting when I try to import the file through
>  > the Zope interface is:
>  >
>  > Error Type: UnpicklingError
>  > Error Value: invalid load key, 'ö'.
>
> I saw something like this, when a new Python (2.1) wrote a pickle
> and an old Python (1.5) tried to load it.
>
> If this is your problem, then you need to upgrade Python.
>
>
> Dieter