luigi scarso wrote:

> Fai conto che vada al sito
> http://www.zope.org/Products
> e mi voglia scaricare
> l'ultimo Zope 2
> e l'ultimo Zope 3
> MI dici per favore
> se trovi indicazioni sull'interprete Python in entrambi i casi ?
>   

Allora... per Zope3 presumo che le istruzioni siano queste:

http://download.zope.org/zope3.4/

ovvero

virtualenv --no-site-packages z3
. z3/bin/activate
easy_install zopeproject
zopeproject Z3Project


Ho provato ora, con la 2.6.4 di ubuntu 9.10, e si ferma qui:

KeyError: '_zope_interface_coptimizations'
An error occured when trying to install zope.interface 3.4.1.Look above 
this message for any errors thatwere output by easy_install.
An error occured when trying to install zope.interface 3.4.1.Look above 
this message for any errors thatwere output by easy_install.
While:
  Installing app.
  Getting distribution for 'zope.interface==3.4.1'.
Error: Couldn't install: zope.interface 3.4.1


Pero' la pagina dice anche "The KGS is tested against Python 2.4 and 2.5 
on the 32- and 64-bit platforms."

Quindi, per la 2.6 ciccia.




Invece per la versione 2, ho provato adesso e questo funziona:

virtualenv --no-site-packages z2
. z2/bin/activate
easy_install zope2


Installa un bel po' di cose:

Acquisition-2.12.4-py2.6-linux-i686.egg
ClientForm-0.2.10-py2.6.egg
DateTime-2.12.0-py2.6.egg
docutils-0.6-py2.6.egg
easy-install.pth
ExtensionClass-2.11.3-py2.6-linux-i686.egg
mechanize-0.1.11-py2.6.egg
Persistence-2.11.1-py2.6-linux-i686.egg
pip-0.6-py2.6.egg
pytz-2009r-py2.6.egg
RestrictedPython-3.5.1-py2.6.egg
setuptools-0.6c11-py2.6.egg
setuptools.pth
tempstorage-2.11.2-py2.6.egg
transaction-1.0.0-py2.6.egg
zc.lockfile-1.0.0-py2.6.egg
ZConfig-2.7.1-py2.6.egg
zdaemon-2.0.4-py2.6.egg
zLOG-2.11.1-py2.6.egg
ZODB3-3.9.3-py2.6-linux-i686.egg
Zope2-2.12.1-py2.6-linux-i686.egg
zope.annotation-3.5.0-py2.6.egg
zope.app.appsetup-3.12.0-py2.6.egg
zope.app.basicskin-3.4.1-py2.6.egg
zope.app.debug-3.4.1-py2.6.egg
zope.app.dependable-3.4.0-py2.6.egg
zope.app.form-3.9.0-py2.6.egg
zope.app.pagetemplate-3.7.1-py2.6.egg
zope.app.publication-3.9.0-py2.6.egg
zope.app.publisher-3.10.0-py2.6.egg
zope.app.schema-3.5.0-py2.6.egg
zope.app.testing-3.7.3-py2.6.egg
zope.authentication-3.7.0-py2.6.egg
zope.broken-3.5.0-py2.6.egg
zope.browser-1.2-py2.6.egg
zope.browsermenu-3.9.0-py2.6.egg
zope.browserpage-3.9.0-py2.6.egg
zope.browserresource-3.10.0-py2.6.egg
zope.cachedescriptors-3.5.0-py2.6.egg
zope.component-3.7.1-py2.6.egg
zope.componentvocabulary-1.0-py2.6.egg
zope.configuration-3.6.0-py2.6.egg
zope.container-3.9.1-py2.6-linux-i686.egg
zope.contentprovider-3.5.0-py2.6.egg
zope.contenttype-3.5.0-py2.6.egg
zope.copy-3.5.0-py2.6.egg
zope.datetime-3.4.0-py2.6.egg
zope.deferredimport-3.5.0-py2.6.egg
zope.dottedname-3.4.6-py2.6.egg
zope.dublincore-3.5.0-py2.6.egg
zope.error-3.7.0-py2.6.egg
zope.event-3.4.1-py2.6.egg
zope.exceptions-3.5.2-py2.6.egg
zope.filerepresentation-3.6.0-py2.6.egg
zope.formlib-3.6.0-py2.6.egg
zope.hookable-3.4.1-py2.6-linux-i686.egg
zope.i18n-3.7.1-py2.6.egg
zope.i18nmessageid-3.5.0-py2.6-linux-i686.egg
zope.interface-3.5.2-py2.6-linux-i686.egg
zope.lifecycleevent-3.5.2-py2.6.egg
zope.location-3.7.0-py2.6.egg
zope.minmax-1.1.1-py2.6.egg
zope.pagetemplate-3.5.0-py2.6.egg
zope.password-3.5.1-py2.6.egg
zope.processlifetime-1.0-py2.6.egg
zope.proxy-3.5.0-py2.6-linux-i686.egg
zope.ptresource-3.9.0-py2.6.egg
zope.publisher-3.10.0-py2.6.egg
zope.schema-3.5.4-py2.6.egg
zope.security-3.7.2-py2.6-linux-i686.egg
zope.sendmail-3.6.0-py2.6.egg
zope.sequencesort-3.4.0-py2.6.egg
zope.session-3.9.1-py2.6.egg
zope.site-3.7.0-py2.6.egg
zope.size-3.4.1-py2.6.egg
zope.structuredtext-3.4.0-py2.6.egg
zope.tal-3.5.2-py2.6.egg
zope.tales-3.4.0-py2.6.egg
zope.testbrowser-3.7.0a1-py2.6.egg
zope.testing-3.8.3-py2.6.egg
zope.traversing-3.8.0-py2.6.egg
zope.viewlet-3.6.1-py2.6.egg


Pero' la 2.12 non e' menzionata nel sito :-/


>> Di Plone non so nulla, pero'. Mi sorprende che ancora non giri con la 2.6.
>>     
> si ma non è questo il mio problema
> Plone è una figata perchè viene tutto incluso zope + python che sta in piedi .
>   

Io lavoro a livello piu' basso, e ho scelto un framework che posso 
comprendere per intero, e' da un paio d'anni che non seguo Zope, e non 
ho nulla in manutenzione.


-- 
This e-mail (and any attachment(s)) is strictly confidential and for use only 
by intended recipient(s). Any use, distribution, reproduction or disclosure by 
any other person is strictly prohibited. The content of this e-mail does not 
constitute a commitment by the Company except where provided for in a written 
agreement between this e-mail addressee and the Company. If you are not an 
intended recipient(s), please notify the sender promptly and destroy this 
message and its attachments without reading or saving it in any manner. Any non 
authorized use of the content of this message constitutes a violation of the 
obligation to abstain from learning of the correspondence among other subjects, 
except for more serious offence, and exposes the person responsible to the 
relevant consequences.

_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Rispondere a