Re: [Zope] problem with the shapelib module.. help

2006-12-23 Thread Dieter Maurer
Please stay on the mailing list. Readded ... Allen Huang wrote at 2006-12-22 19:47 -0800: ... is there something wrong with how I constructed it? It is still something wrong with the way you report problems. See below in my quoted message from yesterday. And be aware that we might get a bit

[Zope] zope sql_delimiter windows

2006-12-23 Thread garry saddington
I have a Zope application that runs perfectly on Linux. However, my target audience is likely to use Windows so I am trying to port my app. to that platform. Whenever I use a multiple insert Zsql method that includes sql_delimiter, python.exe crashes. eg. dtml-in att dtml-var sql_delimiter

Re: [Zope] zope sql_delimiter windows

2006-12-23 Thread Jaroslav Lukesh
Does run your multiple INSERT queries at Database Adapter Test tab? JL. - Original Message - From: garry saddington [EMAIL PROTECTED] I have a Zope application that runs perfectly on Linux. However, my target audience is likely to use Windows so I am trying to port my app. to that

Fw: [Zope] problem with the shapelib module.. help

2006-12-23 Thread Allen Huang
shapelib still didn't work for me.. help I've being trying different things for the pass day 1. I put the shapefile directly in the Extensions with the external method and it work fine import shapelib, dbflib def readshp(): shp = shapelib.ShapeFile('taiwan1.shp')

Re: Fw: [Zope] problem with the shapelib module.. help

2006-12-23 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On 23. Dezember 2006 22:27:29 -0800 Allen Huang [EMAIL PROTECTED] wrote: 2. but when I save the shapefiles (taiwan1.shp, taiwan1.shx, taiwan1.dbf) into zope and call it using dtml it return the same error message. import shapelib, dbflib

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PageTemplates/ - in-place migration to unicode

2006-12-23 Thread Andreas Jung
Log message for revision 71644: - in-place migration to unicode - the ZMI edit view now *always* uses 'utf-8' and no longer uses self.output_encoding (which is only relevant for FTP/WebDAV) - 'output_encoding' is now a property Changed: U

[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py fix

2006-12-23 Thread Andreas Jung
Log message for revision 71645: fix Changed: U Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py -=- Modified: Zope/trunk/lib/python/Products/PageTemplates/ZopePageTemplate.py === ---

[Zope-Checkins] SVN: Zope/trunk/doc/CHANGES.txt

2006-12-23 Thread Andreas Jung
Log message for revision 71648: Changed: U Zope/trunk/doc/CHANGES.txt -=- Modified: Zope/trunk/doc/CHANGES.txt === --- Zope/trunk/doc/CHANGES.txt 2006-12-23 13:38:48 UTC (rev 71647) +++ Zope/trunk/doc/CHANGES.txt 2006-12-23

[Zope-dev] Zope Tests: 7 OK

2006-12-23 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Fri Dec 22 12:00:00 2006 UTC to Sat Dec 23 12:00:00 2006 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: Fri Dec 22 21:09:53 EST 2006

Re: [Zope-dev] Is there an alternative to zdaemon?

2006-12-23 Thread Jim Fulton
Andreas Jung wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On 22. Dezember 2006 15:55:48 -0500 Jim Fulton [EMAIL PROTECTED] wrote: It has 2 major disadvantages: - It is ours. :) We are bearing the burden of maintaining it. This is offset by the fact that it hasn't required

Re: [Zope-dev] Is there an alternative to zdaemon?

2006-12-23 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23 Dec 2006, at 14:23, Jim Fulton wrote: zdaemon is an interesting case because it is s non-zope and (mostly) non-python specific. I must say that it amazes me that there isn't an established alternative out there. When people start

Re: [Zope-dev] Is there an alternative to zdaemon?

2006-12-23 Thread Jim Fulton
Jens Vagelpohl wrote: ... So with all that said, what's the use case for switching zdaemon out for something else? Not owning it. :) What other functionalities are *you* looking for? Ditto. I don't think it ever caused anyone any headache apart from maybe working around different ways in

Re: [Zope-dev] Is there an alternative to zdaemon?

2006-12-23 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23 Dec 2006, at 14:53, Jim Fulton wrote: I don't think it ever caused anyone any headache apart from maybe working around different ways in which forking/daemonizing is handled on some platforms (OS X comes to mind). Any software we own is

[Zope-dev] Re: [Zope3-dev] Is there an alternative to zdaemon?

2006-12-23 Thread Dieter Maurer
Jim Fulton wrote at 2006-12-22 15:55 -0500: Thoughts? We are using zdaemon widely and would be sad to loose it. The underdocumented argument is unjustified in my view: * zdaemon comes with reasonable online documentation (the help command) * like for all zconfig based