Mailing List Archive

[Zope-PTK] Install Success!!
Concerning the PTK install problems.

I'm writing to tell you that for me (and I guess for everybody else) everything
works fine after upgrading "Methods.py" in ZClasses as an earlier posting
suggests. (Don't find it right now)

I guess that upgrading to Zope 2.1.3 works, too. Didn't check.

The CVS can very easily be accessed over the web:

http://cvs.zope.org/cgi-bin/cvsweb.cgi/

Joachim.
Re: [Zope-PTK] Install Success!! [ In reply to ]
Upgrading to Zope 2.1.3 didn't work for me. I just checked. Where can
I find Methods.py in the CVS?

Ragnar

>Concerning the PTK install problems.
>
>I'm writing to tell you that for me (and I guess for everybody else)
>everything
>works fine after upgrading "Methods.py" in ZClasses as an earlier posting
>suggests. (Don't find it right now)
>
>I guess that upgrading to Zope 2.1.3 works, too. Didn't check.
>
>The CVS can very easily be accessed over the web:
>
>http://cvs.zope.org/cgi-bin/cvsweb.cgi/
>
>Joachim.
>
>_______________________________________________
>Zope-PTK maillist - Zope-PTK@zope.org
>http://lists.zope.org/mailman/listinfo/zope-ptk
Re: [Zope-PTK] Install Success!! [ In reply to ]
Oops! Sorry, I forgot the "restart bug". After restarting it works fine!

Ragnar

>Upgrading to Zope 2.1.3 didn't work for me. I just checked. Where
>can I find Methods.py in the CVS?
>
>Ragnar
>
>>Concerning the PTK install problems.
>>
>>I'm writing to tell you that for me (and I guess for everybody
>>else) everything
>>works fine after upgrading "Methods.py" in ZClasses as an earlier posting
>>suggests. (Don't find it right now)
>>
>>I guess that upgrading to Zope 2.1.3 works, too. Didn't check.
>>
>>The CVS can very easily be accessed over the web:
>>
>>http://cvs.zope.org/cgi-bin/cvsweb.cgi/
>>
>>Joachim.
>>
>>_______________________________________________
>>Zope-PTK maillist - Zope-PTK@zope.org
>>http://lists.zope.org/mailman/listinfo/zope-ptk
>
>
>_______________________________________________
>Zope-PTK maillist - Zope-PTK@zope.org
>http://lists.zope.org/mailman/listinfo/zope-ptk
Re: [Zope-PTK] Install Success!! [ In reply to ]
Joachim Werner wrote:

> Concerning the PTK install problems.
>
> I'm writing to tell you that for me (and I guess for everybody else) everything
> works fine after upgrading "Methods.py" in ZClasses as an earlier posting
> suggests. (Don't find it right now)
>
> I guess that upgrading to Zope 2.1.3 works, too. Didn't check.
>
> The CVS can very easily be accessed over the web:
>
> http://cvs.zope.org/cgi-bin/cvsweb.cgi/
>
> Joachim.

Errr, nop. With Zope 2.1.3 the message is:


Traceback (innermost last):
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZPublisher/Publish.py, line
214, in publish_module
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZPublisher/Publish.py, line
179, in publish
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/Zope/__init__.py, line 202, in
zpublisher_exception_hook
(Object: ApplicationDefaultPermissions)
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZPublisher/Publish.py, line
165, in publish
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZPublisher/mapply.py, line 160,
in mapply
(Object: manage_importObject)
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZPublisher/Publish.py, line
102, in call_object
(Object: manage_importObject)
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/OFS/ObjectManager.py, line 479,
in manage_importObject
(Object: ApplicationDefaultPermissions)
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/OFS/CopySupport.py, line 374,
in _verifyObjectPaste
(Object: ApplicationDefaultPermissions)
Copy Error: (see above)



With Zope 2.1.3 with the file Methods.py downloaded from
http://cvs.zope.org/cgi-bin/cvsweb.cgi/Packages/ZClasses/ the message is

Traceback (innermost last):
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZPublisher/Publish.py, line
214, in publish_module
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZPublisher/Publish.py, line
179, in publish
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/Zope/__init__.py, line 202, in
zpublisher_exception_hook
(Object: ElementWithAttributes)
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZPublisher/Publish.py, line
165, in publish
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZPublisher/mapply.py, line 160,
in mapply
(Object: manage_importObject)
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZPublisher/Publish.py, line
102, in call_object
(Object: manage_importObject)
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/OFS/ObjectManager.py, line 478,
in manage_importObject
(Object: ElementWithAttributes)
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZODB/ExportImport.py, line 283,
in importFile
SystemError: (see above)

Since this file seem do not define the classes MWp and MW. So I made my own
Methods class with the Methods.py downloaded plus the classes defined in the old
Methods.py. I tried whit it and the answer was:

Traceback (innermost last):
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZPublisher/Publish.py, line
214, in publish_module
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZPublisher/Publish.py, line
179, in publish
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/Zope/__init__.py, line 202, in
zpublisher_exception_hook
(Object: ElementWithAttributes)
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZPublisher/Publish.py, line
165, in publish
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZPublisher/mapply.py, line 160,
in mapply
(Object: manage_importObject)
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/ZPublisher/Publish.py, line
102, in call_object
(Object: manage_importObject)
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/OFS/ObjectManager.py, line 479,
in manage_importObject
(Object: ElementWithAttributes)
File /usr/local/Zope-2.1.3-linux2-x86/lib/python/OFS/CopySupport.py, line 374,
in _verifyObjectPaste
(Object: ElementWithAttributes)
Copy Error: (see above)


Could someone who's already running PTK please tell me which version of Zope
he/she is using, and if he made something different of the instruction of
instalation? I'm frankly lost.

Thanks in advance.
JD
Re: [Zope-PTK] Install Success!! [ In reply to ]
"Jose G. Dinuncio F." wrote:

After my last post I found the error. It was a stupid one. I was clicking on the
"import/export" tab of the PTK product. I SHOULD click on the "import/export" tab of
the Products folder.

So, this is a resume of my experiences:

* I can't install PTK under Zope 2.0.1, even using the new Method.py (found at
http://cvs.zope.org/cgi-bin/cvsweb.cgi/Packages/ZClasses/ )
* Under Zope 2.1.3 the installation do work without problem following the
instructions (assuming you're better reader than I ;-). It did not need to upgrade
the file Method.py.


So, sorry for the time, and I hope this posting help people who still have no
installed PTK.

JD