[Zope] about the leakage in Shared.DC.ZRDB.Results.Results

2011-07-03 Thread Fernando Martins
Regarding the leakage in Shared.DC.ZRDB.Results.Results mentioned in:

https://mail.zope.org/pipermail/zope/2011-January/176106.html

which might very well be the leakage introduced in 2.10 that made ZSQL 
methods useless, what are the chances of being solved?

I see that Tres Seaver made a new package, SQL Adaptor (not useful to 
me) because of this bug. Is it an indication the bug is too hard to fix?

Fernando
___
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 )


Re: [Zope] is it possible to upgrade from 2.9 to 2.13?

2011-07-03 Thread Fernando Martins
On 07/03/2011 09:30 AM, Fernando Martins wrote:
> merely dropping Products in the site-packages does not add a product.
>
Browsing through the list I saw this post:

https://mail.zope.org/pipermail/zope/2011-June/176165.html

with reference to a directive in zope.conf:

products /usr/local/Products.CMFCore-2.2.4/

I tried it with the package Products.ZSQLMethods here:

http://pypi.python.org/pypi/Products.ZSQLMethods

but no product is added and I see no error messages.

The README.txt is not helpful and I found nothing useful in zope docs. 
In despair, I tried python setup.py build/install and all I got is a lot 
of zope packages being downloaded and dumped into the python install.

Could someone be so kind to tell me the procedure to install Products 
from pypi?

Is it possible to do it also with old products not in pypi?

Also, what is the difference between zope.xxx and Products.xxx packages?

Regards,
Fernando
___
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 )


[Zope] is it possible to upgrade from 2.9 to 2.13?

2011-07-03 Thread Fernando Martins
[resending as original seems to have got lost]

I got stuck with 2.9.9 because 2.10 introduced a major leakage in the 
ZSQL Methods. Now the number of users in my web site have increased and 
other leakages have become also  major issue (e.g., 
PageTemplates.Expressions.SubPathExpr).

I was considering a  major upgrade to 2.12 or 2.13 and I was trying 
2.13.8. However, how can I install products??

It states in 2.12 "What's new" that they are still working but in fact 
merely dropping Products in the site-packages does not add a product.

Regards,
Fernando
___
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 )