[Zope-Annce] Spaceman 1.0 released

2007-03-05 Thread Morten W. Petersen
Spaceman is a simple utility to help determine what's eating up your diskspace. It might just be old transactions, in which case a pack will do or it might be big objects somewhere. The script can be downloaded from here: http://products.nidelven-it.no/spaceman -Morten

[Zope-Checkins] SVN: Products.Five/tags/1.5.2-plus-registerPackage-fix/ Tag to map over to zope2 external in between releases.

2007-03-05 Thread Rocky Burt
Log message for revision 72989: Tag to map over to zope2 external in between releases. Changed: A Products.Five/tags/1.5.2-plus-registerPackage-fix/ -=- Copied: Products.Five/tags/1.5.2-plus-registerPackage-fix (from rev 72988, Products.Five/branches/1.5)

[Zope-Checkins] SVN: Zope/branches/2.10/ No longer opens a zodb connection every time a ProductDispatcher is looked up.

2007-03-05 Thread Rocky Burt
Log message for revision 72990: No longer opens a zodb connection every time a ProductDispatcher is looked up. Changed: U Zope/branches/2.10/doc/CHANGES.txt U Zope/branches/2.10/lib/python/App/FactoryDispatcher.py _U Zope/branches/2.10/lib/python/Products/ -=- Modified:

[Zope-Checkins] SVN: Zope/trunk/ No longer opens a zodb connection every time a ProductDispatcher is looked up, forward ported from zope 2.10 branch r72990 and five 1.5 branch r72986.

2007-03-05 Thread Rocky Burt
Log message for revision 72991: No longer opens a zodb connection every time a ProductDispatcher is looked up, forward ported from zope 2.10 branch r72990 and five 1.5 branch r72986. Changed: U Zope/trunk/doc/CHANGES.txt U Zope/trunk/lib/python/App/FactoryDispatcher.py U

[Zope-dev] Zope Tests: 7 OK

2007-03-05 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Mar 4 12:00:00 2007 UTC to Mon Mar 5 12:00:00 2007 UTC. There were 7 messages: 7 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.6 Python-2.1.3 : Linux From: Zope Unit Tests Date: Sun Mar 4 21:05:23 EST 2007

Re: [Zope-dev] TypesTool speedup

2007-03-05 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alec Mitchell wrote: Looking at the changes rocky made, I don't see why allowing external methods from non-Products should require making the whole process completely dynamic on every call. The old mechanism of storing the product list should be

[Zope-dev] Re: Participation on the Python Web-SIG

2007-03-05 Thread Rocky
On Mar 3, 12:30 pm, Jim Fulton [EMAIL PROTECTED] wrote: I encourage people interested in Zope development to subscribe to the Python Web-SIG mailing list: http://mail.python.org/mailman/listinfo/web-sig I think we should be seeking to collaborate with the wider Python Web development

[Zope-dev] Re: [Zope3-dev] Google Summer of Code

2007-03-05 Thread Stephan Richter
On Sunday 04 March 2007 20:02, Philipp von Weitershausen wrote: a) mentors.     It'd be great if some of the Zope core committers would volunteer to     mentor a student. This doesn't mean you will definitely end up     mentoring one, just show your willingness. I offer to mentor any student

[Zope-dev] Re: [Zope3-dev] Google Summer of Code

2007-03-05 Thread Philipp von Weitershausen
Stephan Richter wrote: On Sunday 04 March 2007 20:02, Philipp von Weitershausen wrote: a) mentors. It'd be great if some of the Zope core committers would volunteer to mentor a student. This doesn't mean you will definitely end up mentoring one, just show your willingness. I

Re: [Zope-dev] Re: [Zope3-dev] Google Summer of Code

2007-03-05 Thread Martijn Pieters
On 3/5/07, Philipp von Weitershausen [EMAIL PROTECTED] wrote: Great. I've added you to http://wiki.zope.org/zope3/SummerOfCode2007. If you happen to have any project suggestions, feel free to add them to the list. I've added myself to the mentors list as well. -- Martijn Pieters

[Zope-dev] Zope 296-210 page template calling prob.

2007-03-05 Thread JZopeDev Kioza
Hello, I have a problem since upgrading to Zope210x that I hope, concerns Development folks. I use a call to custom-internal pagetemplates in one of my products (actually they are plugins). With Zope 2.9.6, in my product I use: return _config.myPT(context={'here':self,

Re: [Zope-dev] Zope 296-210 page template calling prob.

2007-03-05 Thread Andreas Jung
--On 5. März 2007 22:20:50 -0500 JZopeDev Kioza [EMAIL PROTECTED] wrote: Hello, I have a problem since upgrading to Zope210x that I hope, concerns Development folks. I use a call to custom-internal pagetemplates in one of my products (actually they are plugins). With Zope 2.9.6, in my

Re: [Zope] Re: returning a macro from a pythonscript

2007-03-05 Thread Gaute Amundsen
On Friday 02 March 2007 17:06, Tres Seaver wrote: Gaute Amundsen wrote: On Friday 02 March 2007 11:20, Andreas Jung wrote: --On 2. März 2007 11:10:57 +0100 Gaute Amundsen [EMAIL PROTECTED] wrote: I have tried many varieties, but I can't remember ever getting it to work... snip foo =

[Zope] Re: Resizing Images In Page Templates

2007-03-05 Thread Josef Meile
Hi tony I saw somewhere someone adding code like this: img src=myimage.jpg/resize / that would automatically resize his image according to a predetermined standard. Does anyone know how this or something similar is done? Yes, I have seen this. Silva, a zope based CMS, has a class called

Re: [Zope] datetime format

2007-03-05 Thread Andreas Jung
--On 5. März 2007 10:09:55 +0100 Tino Wildenhain [EMAIL PROTECTED] wrote: Andreas Jung schrieb: --On 5. März 2007 07:12:23 +0100 Tino Wildenhain [EMAIL PROTECTED] wrote: Garry Saddington schrieb: I have 'datetime-format international' set in zope.conf but the date output is still

[Zope] Pounding Python Eggs

2007-03-05 Thread tonylabarbara
Hi; I'm trying to install ZMySQLDA on a new server I'm building. I got this error: Traceback (most recent call last): File /usr/local/zope/278/lib/python/Zope/Startup/run.py, line 50, in ? run() File /usr/local/zope/278/lib/python/Zope/Startup/run.py, line 19, in run

Re: [Zope] Pounding Python Eggs

2007-03-05 Thread Andreas Jung
--On 5. März 2007 06:26:30 -0500 [EMAIL PROTECTED] wrote: Hi; /usr/local/lib/python2.3/site-packages/setuptools-0.6c5-py2.3.egg/pkg_re sources.py, line 846, in extraction_error raise err pkg_resources.ExtractionError: Can't extract file(s) to egg cache The following error occurred while

[Zope] safe read-only access to acquisition parent objects

2007-03-05 Thread Eric Bréhault
Hello, I have build a Plone product which allows users to enter a piece of Python code. This way, users can easily define their own actions without changing the product source code. Those pieces of code are executed using the exec Python command. The problem is that nothing prevents the user

[Zope] ZMySQLDA Problem

2007-03-05 Thread tonylabarbara
Traceback (most recent call last): File /usr/local/zope/278/lib/python/OFS/Application.py, line 673, in import_product product=__import__(pname, global_dict, global_dict, silly) File /usr/local/zope/instance1/Products/ZMySQLDA/__init__.py, line 91, in ? import DA File

Re: [Zope] ZMySQLDA Problem

2007-03-05 Thread Andreas Jung
--On 5. März 2007 07:14:41 -0500 [EMAIL PROTECTED] wrote: __bootstrap__ ImportError: Shared object libmysqlclient_r.so.15 not found, required by _mysql.so Traceback (most recent call last): This is also self-speaking. The mysql client libaries are either not installed or can't be found.

Re: [Zope] ZMySQLDA Problem

2007-03-05 Thread tonylabarbara
# find / -name libmysqlclient_r.so.15 /usr/local/lib/mysql/libmysqlclient_r.so.15 # find / -name bdist.freebsd-6.2-RELEASE-i386 /usr/src/MySQL-python-1.2.2/build/bdist.freebsd-6.2-RELEASE-i386 # ls /usr/src/MySQL-python-1.2.2/build/bdist.freebsd-6.2-RELEASE-i386/ # It would appear that indeed

Re: [Zope] ZMySQLDA Problem

2007-03-05 Thread Andreas Jung
--On 5. März 2007 07:26:10 -0500 [EMAIL PROTECTED] wrote: # find / -name libmysqlclient_r.so.15 /usr/local/lib/mysql/libmysqlclient_r.so.15 # find / -name bdist.freebsd-6.2-RELEASE-i386 /usr/src/MySQL-python-1.2.2/build/bdist.freebsd-6.2-RELEASE-i386 # ls

Re: [Zope] ZMySQLDA Problem

2007-03-05 Thread tonylabarbara
Thank you for giving me that command, unfortunately, export is not found on my system (?). # export LD_LIBRARY_PATH=/usr/local/lib/mysql/ export: Command not found. # find / -name export # Is there another command? FreeBSD 6.2 TIA, Tony -Original Message- From: [EMAIL PROTECTED]

Re: [Zope] ZMySQLDA Problem

2007-03-05 Thread Andreas Jung
--On 5. März 2007 07:35:19 -0500 [EMAIL PROTECTED] wrote: Thank you for giving me that command, unfortunately, export is not found on my system (?). # export LD_LIBRARY_PATH=/usr/local/lib/mysql/ export: Command not found. # find / -name export # you might read about the unix

Re: [Zope] datetime format

2007-03-05 Thread Tino Wildenhain
Andreas Jung schrieb: ... And I would not use it much because you loose all type information and the ability to sort accordingly and calculate with the values. Better format them just for output - which would be in python code. It depends on the usecase..if you don't have to deal with

Re: [Zope] ZMySQLDA Problem

2007-03-05 Thread tonylabarbara
setenv Thanks! Tony -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; zope@zope.org Sent: Mon, 5 Mar 2007 8:38 AM Subject: Re: [Zope] ZMySQLDA Problem --On 5. März 2007 07:35:19 -0500 [EMAIL PROTECTED] wrote: Thank you for giving me that command, unfortunately,

[Zope] Zope modules

2007-03-05 Thread Ron Miller
Hi, We just installed Zope 2.10, but we're not seeing Versions as an option in the product Add drop-down list. The Pearl Script option is not there either. What do we need to do to get these on the list? The Zope Book indicates that these come standard with the base product. Do we need to install

Re: [Zope] Zope modules

2007-03-05 Thread Andreas Jung
Version were removed in Zope 2.8. See doc/CHANGES.txt. -aj --On 5. März 2007 09:52:04 -0500 Ron Miller [EMAIL PROTECTED] wrote: Hi, We just installed Zope 2.10, but we're not seeing Versions as an option in the product Add drop-down list. The Pearl Script option is not there either. What do

[Zope] checking DNS resolving?

2007-03-05 Thread Basil Shubin
Hi friends, Currently I know one way to monitor DNS server - monitor bind by tcp port that has only two state - up or down. But is there any way to check where is DNS is not only listen on some port, but able to resolve queries? I know that check_http can check if page accessible for http

[Zope] Re: checking DNS resolving?

2007-03-05 Thread Basil Shubin
Forgive me, please, I've send email to a wrong list! ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce

Re: [Zope] Zope modules

2007-03-05 Thread Martijn Pieters
On 3/5/07, Ron Miller [EMAIL PROTECTED] wrote: We just installed Zope 2.10, but we're not seeing Versions as an option in the product Add drop-down list. The Pearl Script option is not there either. What do we need to do to get these on the list? The Zope Book indicates that these come standard

[Zope] Problem On Rebuild

2007-03-05 Thread tonylabarbara
Hi; I'm building out a new server and trying to import all the functionality from the old OS-corrupted server. The Web site built on this server have a directory structure that's easy for identifying stuff but makes for long URLS: example.com/dir1/dir2/dir3/dir4/index.pt They're always the

Re: [Zope] Problem On Rebuild

2007-03-05 Thread Andreas Jung
--On 5. März 2007 12:27:32 -0500 [EMAIL PROTECTED] wrote: /usr/local/zope/278/lib/python/DocumentTemplate/cDocumentTemplate.so: Undefined symbol PyUnicodeUCS2_DecodeLatin1 You're running Zope with a different Python version/binary than the one used to compile and install Zope. Trible check

Re: [Zope] Problem On Rebuild

2007-03-05 Thread tonylabarbara
-Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED]; zope@zope.org Sent: Mon, 5 Mar 2007 1:36 PM Subject: Re: [Zope] Problem On Rebuild You're running Zope with a different Python version/binary than the one used to compile and install Zope. Trible check that. I will;

Re: [Zope] Problem On Rebuild

2007-03-05 Thread Jonathan
- Original Message - From: [EMAIL PROTECTED] To: zope@zope.org Sent: Monday, March 05, 2007 1:15 PM Subject: Re: [Zope] Problem On Rebuild You're running Zope with a different Python version/binary than the one used to compile and install Zope. Trible check that. I will; however,

Re: [Zope] repeating folder in url

2007-03-05 Thread Andreas Jung
--On 5. März 2007 14:33:09 -0500 Thomas Bennett [EMAIL PROTECTED] wrote: These URLs all show the same content although there is only one dir1 folder: /dir1/ /dir1/dir1/ /dir1/dir1/dir1/ The behavior is correct. My thoughts have been its related UnrestrictedTraversal, acquisition, or

Re: [Zope] Problem On Rebuild

2007-03-05 Thread tonylabarbara
-Original Message- From: [EMAIL PROTECTED] To: zope@zope.org; [EMAIL PROTECTED] Sent: Mon, 5 Mar 2007 2:19 PM Subject: Re: [Zope] Problem On Rebuild I missed the beginning of this thread so i don't know if i missed something relevant, but url rewriting in general is often done within

Re: [Zope] Problem On Rebuild

2007-03-05 Thread Paul Winkler
On Mon, Mar 05, 2007 at 02:11:45PM -0500, [EMAIL PROTECTED] wrote: -Original Message- From: [EMAIL PROTECTED] To: zope@zope.org; [EMAIL PROTECTED] Sent: Mon, 5 Mar 2007 2:19 PM Subject: Re: [Zope] Problem On Rebuild I missed the beginning of this thread so i don't know if i

Re: [Zope] repeating folder in url

2007-03-05 Thread Edward Pollard
On 5-Mar-07, at 11:58 AM, Andreas Jung wrote: These URLs all show the same content although there is only one dir1 folder: /dir1/ /dir1/dir1/ /dir1/dir1/dir1/ The behavior is correct. Absolutely. But we've found (as I presume the original poster found) that it can be problematic in