Re: [Zope] HTML to PDF.

2005-11-23 Thread Andreas Jung
--On 23. November 2005 16:08:42 -0200 Fernando Lujan [EMAIL PROTECTED] wrote: Chris Withers wrote: A tool to do what, specifically? A Front-End to design the PDF format. Like Jasper Reports, but one which works with python and reporlab. :) Did you look at XSLFO as suggested. It really

Re: [Zope] HTML to PDF.

2005-11-23 Thread Andreas Jung
--On 23. November 2005 16:45:00 -0200 Fernando Lujan [EMAIL PROTECTED] wrote: Yes and I found this product: http://www.stylusstudio.com/xml_screenshots.html You should read my former answer carefully. I pointed you to the tool CSSTOXSLFO and the Xinc PDF converter (www.lunasil.com). Both

Re: [Zope] HTML to PDF.

2005-11-23 Thread Andreas Jung
--On 23. November 2005 17:05:36 -0200 Fernando Lujan [EMAIL PROTECTED] wrote: Yes... I saw this tool. But the company wants a python solution for this... :( Then bake one :-) -aj pgpI7W4nVbcpG.pgp Description: PGP signature ___ Zope maillist

Re: [Zope] When is access.log written?

2005-11-24 Thread Andreas Jung
--On 24. November 2005 16:06:19 + Eddie Butcher [EMAIL PROTECTED] wrote: When the request is initially received and before it is processed? How should that work when the logfile contains the size of the data sent back to the client? When ZOPE has finished creating the response and

Re: [Zope] When is access.log written?

2005-11-24 Thread Andreas Jung
--On 24. November 2005 11:55:25 -0500 Paul Winkler [EMAIL PROTECTED] wrote: In case it's not: access log is written to when the response is sent back. Which is basically close to the end of the request but never before processing :-) -aj pgpt9UXaFFlMG.pgp Description: PGP signature

Re: [Zope] DateTime mess

2005-11-25 Thread Andreas Jung
--On 25. November 2005 12:22:05 -0800 Dennis Allison [EMAIL PROTECTED] wrote: If I have a vote, +1 on deprecation and replacement with something less buggy. You can only deprecate when you have something better. As long as there is no useful replacemenet there is nothing to deprecate

Re: [Zope] DateTime mess

2005-11-25 Thread Andreas Jung
--On 25. November 2005 12:43:48 -0800 Dennis Allison [EMAIL PROTECTED] wrote: True. But the context of this thread was whether deprecation made sense or not. I was agreeing with Chris that the DateTime problems are better solved by replacement than by patching, but also that there is a

Re: [Zope] why will FastCGI not be supported in the Future.

2005-11-28 Thread Andreas Jung
--On 28. November 2005 13:28:19 +0100 Gerhard Schmidt [EMAIL PROTECTED] wrote: Hi, I'm a little bit puzzled why there are growing Number of Mails telling that the support for FastCGI will disappear in the future. Why is this. I am running multiple sites that are hybrides of apache/php and

Re: [Zope] why will FastCGI not be supported in the Future.

2005-11-28 Thread Andreas Jung
Bitte schick das auf die Liste. Ich habe keine Lust solche Diskussionen privat zu führen. Danke, Andreas --On 28. November 2005 14:05:22 +0100 Gerhard Schmidt [EMAIL PROTECTED] wrote: On Mon, Nov 28, 2005 at 12:43:44PM +, Jens Vagelpohl wrote: On 28 Nov 2005, at 12:28, Gerhard

Re: [Zope] why will FastCGI not be supported in the Future.

2005-11-28 Thread Andreas Jung
--On 28. November 2005 13:28:20 + Jens Vagelpohl [EMAIL PROTECTED] wrote: On 28 Nov 2005, at 13:25, Gerhard Schmidt wrote: It's a matter of resources, plain and simple. No one has stepped forward to support it, so it atrophied. If you think it's a great thing to keep, volunteer. I

Re: [Zope] why will FastCGI not be supported in the Future.

2005-11-28 Thread Andreas Jung
--On 28. November 2005 15:52:25 +0100 Gerhard Schmidt [EMAIL PROTECTED] wrote: Sure I object. Why should perfectly working code be removed. There is no alternativ for heavy loaded sites which need integration of apache and zope. mod_proxy is no alternativ because it raises the load even

Re: [Zope] Zope Version

2005-11-28 Thread Andreas Jung
look at doc/CHANGES.txt --On 28. November 2005 15:54:23 -0500 Asad Habib [EMAIL PROTECTED] wrote: How do I determine which version of Plone/Zope I am using? Is there a version file somewhere in the Zope hierarchy? I can't seem to find one. Any help would be appreciated. Thanks. - Asad

Re: [Zope] Error Executing runzope Command

2005-11-29 Thread Andreas Jung
--On 29. November 2005 11:35:07 -0500 Asad Habib [EMAIL PROTECTED] wrote: Thanks for your input. So, I went ahead and installed Zope 2.8.4 and the configuration script used Python 2.3.5 which comes installed with Mac OS X Tiger. Now, when I try to execute ./runzope, I get the following

Re: [Zope] dtml2zpt

2005-12-01 Thread Andreas Jung
--On 1. Dezember 2005 00:02:07 -0800 Infor Gates [EMAIL PROTECTED] wrote: Dear zopist I am trying to pick up zpt. Is there an equivalent command in zpt for dtml-call RESPONSE.redirect('home_page'). tal:call define=dummy python: request.RESPONSE.redirect(...) / pgpeS5xZTeyAJ.pgp

Re: [Zope] Python Classes and Zope.

2005-12-01 Thread Andreas Jung
--On 1. Dezember 2005 13:46:55 -0200 Fernando Lujan [EMAIL PROTECTED] wrote: There's a way to use a Python class inside zope? For instance, if I create the class: class MyClass: A simple example class i = 12345 def f(self): return 'hello world' Can I invoke the

Re: [Zope] Python Classes and Zope.

2005-12-01 Thread Andreas Jung
--On 1. Dezember 2005 17:00:09 +0100 Martijn Pieters [EMAIL PROTECTED] wrote: PythonScripts are for *scripting* not for implementing complex logic and for programming tasks that require classes. PythonScripts don't provide full Python functionality that why were are talking of *Restriced

Re: [Zope] checking for elements in a list

2005-12-02 Thread Andreas Jung
You should definitely move such *complex* logic into a PythonScript. DTML is made for generating content but not to implement such complex logic...and of course the elif part won't work because that's the semantic of if-elif. -aj --On 2. Dezember 2005 05:37:17 -0700 Christopher Rivard [EMAIL

Re: [Zope] why will FastCGI not be supported in the Future.

2005-12-02 Thread Andreas Jung
--On 28. November 2005 16:09:31 +0100 Andreas Jung [EMAIL PROTECTED] wrote: I've seen lots of heavy loaded Zope sites - I've not seen a single one using FastCGI. Can you give us some number about the FastCGI performance compared to the standard mod_rewrite approach? Let numbers speak

Re: [Zope] [ANN] TextIndexNG 3.1.1 released

2005-12-03 Thread Andreas Jung
--On 3. Dezember 2005 15:20:12 -0400 David Pratt [EMAIL PROTECTED] wrote: Can TextIndexNG V 3 be used to provide full text search with content stored in a relational database or and accessed through zsql (or potentially other sources besides content within zodb)? I realize this sounds

Re: [Zope] zForum installation

2005-12-03 Thread Andreas Jung
--On 3. Dezember 2005 19:50:34 + John Poltorak [EMAIL PROTECTED] wrote: Where can I find some installation notes for zForum? I haven't found anything in the package which tells me what to do. MAybe you should use Google. The first hit searching for zforum gives you this:

Re: [Zope] zForum installation

2005-12-03 Thread Andreas Jung
--On 3. Dezember 2005 20:42:39 + John Poltorak [EMAIL PROTECTED] wrote: I have already downloaded zForum, and foolishly expected to find some installation instructions included. As Michael pointed out: you'll find enough documentation on their site. And if you have a specific question

Re: [Zope] zdsock

2005-12-04 Thread Andreas Jung
--On 4. Dezember 2005 08:36:06 + John Poltorak [EMAIL PROTECTED] wrote: How do I override the default name of zdsock for the socket used by Zope? I see socket-name defined in Zope/lib/python/zdaemon/sample.conf but have no idea what this sample.conf is used for. Likely by including

Re: [Zope] zdsock

2005-12-04 Thread Andreas Jung
At the top of sample.conf it says # Sample config file for zdctl.py and zdrun.py (which share a schema). This sounds like something other than zope.conf. Is there a real need for you to touch the configuration. Also as very advanced Zope user I've never had the need to touch this

Re: [Zope] zdsock

2005-12-04 Thread Andreas Jung
--On 4. Dezember 2005 10:47:43 + John Poltorak [EMAIL PROTECTED] wrote: On Sun, Dec 04, 2005 at 11:32:15AM +0100, Andreas Jung wrote: WHY? Because 'zdsock' is not an acceptable name. I pass. OS/2 is ancient and also no longer supported by IBM. -aj pgpLAZaOsAd7N.pgp Description

Re: [Zope] Finding a match in a large dataset - btrees?

2005-12-04 Thread Andreas Jung
--On 5. Dezember 2005 16:57:03 +1300 Cameron Beattie [EMAIL PROTECTED] wr I've read a bit about btrees on the zope wiki and wonder if that's the best way. However I am struggling with the basics: 1. How do I get the data from MySQL into a btree in Zope? Something like: from BTrees.IIBTree

Re: [Zope] Re: why will FastCGI not be supported in the Future.

2005-12-05 Thread Andreas Jung
--On 5. Dezember 2005 07:51:17 + Chris Withers [EMAIL PROTECTED] wrote: Andrew Milton wrote: If there's noone around who can maintain it, then just say that. Don't say there's 'a better way', because I can guarantee you the people using FCGI are using it for a reason, I haven't seen

Re: [Zope] Zope Py23-Py24 problem...

2005-12-05 Thread Andreas Jung
--On 5. Dezember 2005 13:56:28 +0100 Durumdara [EMAIL PROTECTED] wrote: Hi ! So you say that I must use Zope 2.x (x=7,8) with Python 2.3 versions ? This is documented and discussed a bunch of times (check the archives or read the installation documentation). Can I use Zope3 with

Re: [Zope] Adding TextIndexNG 3.1.1 error

2005-12-05 Thread Andreas Jung
--On 5. Dezember 2005 13:34:15 -0500 Garth B. [EMAIL PROTECTED] wrote: Zope 2.8.0 Python 2.3.5 RHEL 3 I installed TextIndexNG 3.1.1 and associated extension_modules without a problem. Trying to add a TextIndexNG index to my catalog returns: Error Type: ComponentLookupError Error Value:

Re: [Zope] Adding TextIndexNG 3.1.1 error

2005-12-05 Thread Andreas Jung
--On 5. Dezember 2005 14:15:39 -0500 Garth B. [EMAIL PROTECTED] wrote: Sorry, I created a ZCatalog and when choosing TextIndexNG3 from the Add dropdown in my ZCatalog's Indexes tab, it immediately gives me this error. Works like a charm..Somehow your Zope installation must be borked. Try

Re: [Zope] Finding a match in a large dataset - btrees?

2005-12-05 Thread Andreas Jung
--On 6. Dezember 2005 14:55:08 +1300 Cameron Beattie [EMAIL PROTECTED] wrote: I want to do this frequently and at low cost i.e. ideally in memory. Perhaps the best way is to write a procedure in MySQL however I am interested in any python-based alternatives. I pointed you already to the

Re: [Zope] Finding a match in a large dataset - btrees?

2005-12-05 Thread Andreas Jung
--On 6. Dezember 2005 14:55:08 +1300 Cameron Beattie [EMAIL PROTECTED] wrote: I want to do this frequently and at low cost i.e. ideally in memory. Perhaps the best way is to write a procedure in MySQL however I am interested in any python-based alternatives. Your problem is more an

Re: [Zope] Re: Adding TextIndexNG 3.1.1 error

2005-12-06 Thread Andreas Jung
--On 6. Dezember 2005 21:19:08 +0100 yuppie [EMAIL PROTECTED] wrote: Garth B. wrote: What the heck! I get the exact same error with a fresh instance of 2.8.4! Am I just not installing this correctly? You'll see the problem if you start Zope in debug mode:

Re: [Zope] Re: Adding TextIndexNG 3.1.1 error

2005-12-06 Thread Andreas Jung
--On 6. Dezember 2005 22:25:25 +0100 Andreas Jung [EMAIL PROTECTED] wrote: --On 6. Dezember 2005 21:19:08 +0100 yuppie [EMAIL PROTECTED] wrote: Garth B. wrote: What the heck! I get the exact same error with a fresh instance of 2.8.4! Am I just not installing this correctly? You'll

Re: [Zope] Re: Adding TextIndexNG 3.1.1 error

2005-12-07 Thread Andreas Jung
--On 7. Dezember 2005 09:36:20 +0100 yuppie [EMAIL PROTECTED] wrote: If you turn off debug mode Zope starts up with broken ZCML configuration. (Don't know why - Zope is seriously broken in that case and you don't see any useful error messages.) When I turn of the debug mode then it fails

Re: [Zope] Saving a Rendered DTML Document

2005-12-07 Thread Andreas Jung
--On 7. Dezember 2005 10:40:04 -0500 Asad Habib [EMAIL PROTECTED] wrote: Hi. I have never used ZPT before, but from what I read, it seems like I can include the contents of a rendered DTML document (i.e. HTML only) in a Page Template by using tal:content. Am I correct? Also, if you could

Re: [Zope] Re: Adding TextIndexNG 3.1.1 error

2005-12-07 Thread Andreas Jung
--On 7. Dezember 2005 15:05:49 +0100 Florent Guillaume [EMAIL PROTECTED] wrote: I fixed this in recent zope.configuration. Should be in 2.8.5b1. Talking of 2.8.5...how about a 2.8.5 release before X-mas (around December, 20th)? -aj pgpgIB4Lwt4WI.pgp Description: PGP signature

Re: [Zope] TextIndexNG (2/3) and Zope2.8

2005-12-07 Thread Andreas Jung
--On 7. Dezember 2005 12:56:41 -0500 Dan Pozmanter [EMAIL PROTECTED] wrote: Great sirs/madames of Zope, I am attempting to use TextIndexNG on Zope2.8 (No Plone, No CMF). TextIndexNG2 has suddenly stopped working (it was fine on 2.7), and indexes will display 'n/a' rather than a count.

RE: [Zope] TextIndexNG (2/3) and Zope2.8

2005-12-07 Thread Andreas Jung
--On 7. Dezember 2005 13:51:14 -0500 Dan Pozmanter [EMAIL PROTECTED] wrote: -Original Message- From: Andreas Jung [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 07, 2005 1:04 PM To: Dan Pozmanter; zope@zope.org Subject: Re: [Zope] TextIndexNG (2/3) and Zope2.8 True. Let me

Re: [Zope] TextIndexNG3 clears on restart?

2005-12-08 Thread Andreas Jung
--On 8. Dezember 2005 15:40:10 -0500 Dan Pozmanter [EMAIL PROTECTED] wrote: Is this a known issue? Any TextIndexNG3 indexes I create clear on restart, and do not repopulate Proof it. -aj pgplrUPGYmocT.pgp Description: PGP signature ___ Zope

RE: [Zope] TextIndexNG3 clears on restart?

2005-12-08 Thread Andreas Jung
--On 8. Dezember 2005 16:25:16 -0500 Dan Pozmanter [EMAIL PROTECTED] wrote: Changing the storage from default to term_frequencies seems to fix the problem. Nothing I can reproduce...it works perfectly independent of the used storage or stemmer settings. -aj pgpcjS94K9Cid.pgp Description:

Re: [Zope] Hooks for methods other than GET/POST on port 80?

2005-12-08 Thread Andreas Jung
--On 9. Dezember 2005 08:04:04 +0200 Roman Susi [EMAIL PROTECTED] wrote: Chris Withers wrote: Roman Susi wrote: Even if it is in my code, it is still too bad to get down the whole Zope server. Also, it was confirmed as a bug. Where and who by? At Zope.org issue tracker by ajung.

[Zope] [ANN] TextIndexNG 3.1.3 released

2005-12-09 Thread Andreas Jung
of the required extension modules are currently not available (any volunteers?). TextIndexNG V 3 is published under the ZPL. Andreas Jung --- - Andreas JungZOPYX Software Development and Consulting - - E-mail: [EMAIL

Re: [Zope] Hooks for methods other than GET/POST on port 80?

2005-12-09 Thread Andreas Jung
--On 9. Dezember 2005 15:33:38 +0200 Roman Susi [EMAIL PROTECTED] wrote: Hi! I've found the reason for original bug I hit. The recursion was in my code (and gone away after I corrected it). However, the bug I reported to Zope.org is still there. I think its a bug to freeze the whole server

Re: [Zope] Hooks for methods other than GET/POST on port 80?

2005-12-10 Thread Andreas Jung
--On 10. Dezember 2005 10:36:16 +0200 Roman Susi [EMAIL PROTECTED] wrote: Not sure if filesystem based products qualify, but its like saying that ´is it operating system problem or stupid application code which brings OS down'. One misbehaving code should not bring down the whole framework,

Re: [Zope] zope and LDAP for authorisation

2005-12-12 Thread Andreas Jung
--On 12. Dezember 2005 12:04:59 +0100 Marinussen, M.J. (Ria) [EMAIL PROTECTED] wrote: I've checked out LDAPUserFolder but that's not what I'm looking for (I think...). That's exactly what you are looking for. What is wrong with LDAPUF? (come with some reasonable arguments otherwise Jens

Re: [Zope] attribute used to index PDFs?

2005-12-12 Thread Andreas Jung
--On 12. Dezember 2005 11:33:13 -0500 Garth B. [EMAIL PROTECTED] wrote: TextIndexNG 3.1.1 Zope 2.8.0 Python 2.3.5 What attribute should be specified when indexing PDFs? I've been using data. Word docs are indexed properly, but the PDFs aren't. The PDFs are still found with the rest of the

Re: [Zope] attribute used to index PDFs?

2005-12-12 Thread Andreas Jung
--On 12. Dezember 2005 14:54:09 -0500 Garth B. [EMAIL PROTECTED] wrote: - Digging further in this file, mimetype is only defined when extract_content() in content.py calls icc.addBinary(...). This only happens when the indexed object provides a txng_get() hook (or I suppose if an adapter

Re: [Zope] Trapping zope exceptions in python script

2005-12-14 Thread Andreas Jung
--On 14. Dezember 2005 12:54:56 -0700 Nikko Wolf [EMAIL PROTECTED] wrote: So you could try this instead: for item in itemList: try: context.afolder.manage_delObjects([item]) except: continue Wa... DON'T DO THAT. You should *never* use bare

Re: [Zope] Trapping zope exceptions in python script

2005-12-14 Thread Andreas Jung
--On 14. Dezember 2005 16:20:57 -0500 Jonathan [EMAIL PROTECTED] wrote: Thanks to everyone for the feedback... the bottom line seems to be that you can NOT trap zope exceptions in a python script... which seems a bit odd. Nothing is odd. I just told you to avoid *bare* try..excepts..as

Re: [Zope] Trapping zope exceptions in python script

2005-12-15 Thread Andreas Jung
--On 15. Dezember 2005 08:03:22 -0500 Jonathan [EMAIL PROTECTED] wrote: - Original Message - From: J Cameron Cooper It seems strange that one can, using plain vanilla python scripts, trap bare 'try/excepts' (and I agree with Andreas that this is not a good thing to do!) and that

Re: [Zope] Trying zope on Linux

2005-12-15 Thread Andreas Jung
--On 15. Dezember 2005 05:20:33 -0800 Allen Huang [EMAIL PROTECTED] wrote: I'm trying zope on linux but I have come a cross a problem. I windows, I simply changed the port number from 8080 to 80 in zope.conf so I could get to my site without typeing the port. But in Linux, I did the

Re: [Zope] Trapping zope exceptions in python script

2005-12-15 Thread Andreas Jung
--On 15. Dezember 2005 09:08:20 -0500 Jonathan [EMAIL PROTECTED] wrote: - Original Message - From: Tino Wildenhain [EMAIL PROTECTED] Interesting work-around, but I agree that these exception types should be immediately available in plain vanilla python scripts. Patches + tests are

Re: [Zope] Plone not installing on Zope

2005-12-15 Thread Andreas Jung
--On 15. Dezember 2005 09:27:11 -0600 Qass [EMAIL PROTECTED] wrote: Hi: I installed Zope 2.8.4 and moved all folders from the untarred Plone 2.1.1 download to the Products folder of the instance of Zope I'm running in my home directory. I have Python 2.3.5. However, as the Plone installation

Re: [Zope] SQL transaction uncommited?

2005-12-17 Thread Andreas Jung
Forwarded Message Date: 17. Dezember 2005 13:31:23 +0100 From: Vlada Macek [EMAIL PROTECTED] To: zope@zope.org Subject: [Zope] SQL transaction uncommited? Hi, in ZopeBook I read that Zope's transaction are tied to SQL backend's ones. I do not know whether this

[Zope] [ANN] Zope 2.8.5 released

2005-12-18 Thread Andreas Jung
are likely to be ignored until 2.4 is an officially supported Python version for Zope. -- Andreas Jung(andreas at zopyx dot com) pgp6FkD7PGZC2.pgp Description: PGP signature ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman

Re: [Zope] ZSQL with different user

2005-12-19 Thread Andreas Jung
--On 19. Dezember 2005 15:32:46 +0100 Pier Luigi Fiorini [EMAIL PROTECTED] wrote: Hello, I'm developing a Zope application that uses a PostgreSQL connection and several ZSQL objects. People should log in using a Postgres user and ZSQL object should be executed by the user that's logged in.

Re: [Zope] question for anyone using apache on windows

2005-12-19 Thread Andreas Jung
Likely the rewrite module isn't loaded (check the corresponding LoadModule statements of your configuration). -aj --On 19. Dezember 2005 16:33:59 + michael nt milne [EMAIL PROTECTED] wrote: Does RewriteEngine work on Apache for Windows 2.0.5 ? I'm getting the following.. Syntax

Re: [Zope] Re: ZSQL with different user

2005-12-19 Thread Andreas Jung
--On 19. Dezember 2005 18:06:49 +0100 Vlada Macek [EMAIL PROTECTED] wrote: Indeed, we have already voted for this. :-) I'm too unexperienced in Zope coding. Just wanted to know whether my idea is sane. Better collect some money to get this feature implemented *wink* -aj

Re: [Zope] zope db question

2005-12-21 Thread Andreas Jung
--On 21. Dezember 2005 11:09:14 +0100 José Carlos Senciales Chaves [EMAIL PROTECTED] wrote: Hi I am new phyton and zope programmer. I have to make a product for zope and i must use a list of groups with a lot of data. I´m wondering if i must to use a list of persistent objects or if it´s

Re: [Zope] zope object list from python

2005-12-22 Thread Andreas Jung
By traversing the *whole* ZODB hierarchy (expensive!): lst = context.ZopeFind(obj_metatypes=[zsql_metatype], search_sub=1) or possibly lst = context.superValues(zsql_metatype) depending on your usecase...replace 'zsql_metatype' with the corresponding metatype for ZSQL method (look at the

Re: [Zope] Change ZSQLMethod connection id

2005-12-23 Thread Andreas Jung
--On 23. Dezember 2005 13:33:08 +0100 Fabio [EMAIL PROTECTED] wrote: Hi! in my zope application I call ZSQLMethods from python script. Is it possible to set connection id property of a ZSQLMethod before call it? How? ZSQLMethod.propertyItems() return only ('title','') perhaps

[Zope] [ANN] Zope 2.9.0 beta 2 released

2005-12-23 Thread Andreas Jung
versions: Zope 2.9 requires Python 2.4.2 (Python 2.4.1 is still acceptable). Older Python versions are no longer supported. Thanks to all being involved in this release. -- Andreas Jung(andreas at zopyx dot com) pgpk2odV73QGP.pgp Description: PGP signature

Re: [Zope] Managing Content Access and Multiple Users

2005-12-23 Thread Andreas Jung
--On 23. Dezember 2005 11:16:22 -0800 Francisco Chamorro [EMAIL PROTECTED] wrote: What tools (if any) are available to help me solve this issue? My first thought was to install CVS, but I'm not entirely sure that will solve it entirely. Are there any tools available for work flow in

Re: [Zope] DateTime().Time() gets Insufficient Privileges error, why?

2005-12-29 Thread Andreas Jung
--On 29. Dezember 2005 11:57:08 +0100 Jens Vagelpohl [EMAIL PROTECTED] wrote: On 29 Dec 2005, at 04:53, Jamie O'Keefe wrote: I am trying to get the latest time in a Python Script. I declare: from DateTime.DateTime import DateTime But when I run: t = DateTime().latestTime() or

Re: [Zope] Java vs Zope

2006-01-01 Thread Andreas Jung
--On 1. Januar 2006 14:04:16 -0600 David Johnson [EMAIL PROTECTED] wrote: Good afternoon. I am new to Zope and I am excited about its possibilities. We are an ASP and plan to use Zope to improve our development process. I see that many people use J2EE based environments. Does anyone

Re: [Zope] Re: Java vs Zope

2006-01-06 Thread Andreas Jung
--On 6. Januar 2006 10:06:55 -0500 Asad Habib [EMAIL PROTECTED] wrote: Well, the class is simply a construct that Java uses to define an object. Also, the concept of object is well defined in Java which makes it easier for the programmer to know what can and cannot be done. In Python, it is

Re: [Zope] Re: Java vs Zope

2006-01-06 Thread Andreas Jung
--On 6. Januar 2006 16:39:18 +0100 Martijn Pieters [EMAIL PROTECTED] wrote: On 1/6/06, Andreas Jung [EMAIL PROTECTED] wrote: Python is not a programming language??? huh..the difference is that Java is compiled and Python is interpreted *Bt* Wrong again. :) Hairsplitter :-) -aj

[Zope] [ANN] Zope 2.9.0 released

2006-01-07 Thread Andreas Jung
Python 2.4.2 (Python 2.4.1 is still acceptable). Older Python versions are no longer supported. Thanks to all being involved in this release. -- Andreas Jung(andreas at zopyx dot com) pgpGcCErZ8JeX.pgp Description: PGP signature ___ Zope maillist

[Zope] Re: [Zope-Annce] [ANN] Zope 2.9.0 released

2006-01-07 Thread Andreas Jung
--On 7. Januar 2006 16:06:31 +0100 Andreas Jung [EMAIL PROTECTED] wrote: - Five 1.2 This should be Five 1.3 of course, sorry. Andreas pgpeujdBkPYSG.pgp Description: PGP signature ___ Zope maillist - Zope@zope.org http://mail.zope.org

Re: [Zope] Uploading file to Zope

2006-01-08 Thread Andreas Jung
--On 7. Januar 2006 20:05:26 +0100 Dieter Maurer [EMAIL PROTECTED] wrote: Look at the code in cgi.py:511. Check against what variable the entity size is checked. With a bit of luck, the configuration option has a similar name. Change it as adequate for your site, restart. Should be

Re: [Zope] 2.9.0 install

2006-01-09 Thread Andreas Jung
already fixed --On 9. Januar 2006 15:22:49 +0100 Joachim Schmitz [EMAIL PROTECTED] wrote: hi, I just downloaded Zope-2.9.0.tgz and in the README.txt it says: Installation information can be found in ''doc/INSTALL.txt'' this apparently must read ''Zope/doc/INSTALL.txt'' -- Mit freundlichen

Re: [Zope] Going to 3.0

2006-01-09 Thread Andreas Jung
--On 9. Januar 2006 12:41:46 -0200 Fernando Lujan [EMAIL PROTECTED] wrote: I already install Zope 3.1.0 and try to copy the Data.fs. From where to where? But it produces a lot of erros. How can I handle this? Which errors? -aj pgp3kkoNEODbX.pgp Description: PGP signature

Re: [Zope] Help me!

2006-01-09 Thread Andreas Jung
--On 9. Januar 2006 16:04:28 -0800 David H [EMAIL PROTECTED] wrote: Maybe you can better explain your question. ...especially with such a sense-free subject as Help me. -aj pgpWZTTahPYXo.pgp Description: PGP signature ___ Zope maillist -

Re: [Zope] CPU architecture and Zope

2006-01-09 Thread Andreas Jung
--On 9. Januar 2006 21:38:15 -0800 David H [EMAIL PROTECTED] wrote: Hi list, Im just wondering what the wisdom is about Zope performance and various CPU types. I'm running Zope on Linux (Ubuntu). I notice that Dell is selling a dual-core Pentium unit. But I have no idea if something like

[Zope] [ANN] TextIndexNG 3.1.4 released

2006-01-09 Thread Andreas Jung
of the required extension modules are currently not available (any volunteers?). TextIndexNG V 3 is published under the ZPL. Andreas Jung --- - Andreas JungZOPYX Software Development and Consulting - - E

Re: [Zope] Can ZServer or ZPublisher be coaxed to return port 80 response..??

2006-01-14 Thread Andreas Jung
--On 14. Januar 2006 07:46:14 -0600 Eric.Roby [EMAIL PROTECTED] wrote: We have a new firewall and firewall guru... He wants the firewall to handle and route port 80/443 requests to pound instances running on port 8080 and 8443. Whereby pound routes said requests to appropriate back-end Zope

Re: [Zope] Authorization Problems while using manage_addFile()

2006-01-16 Thread Andreas Jung
--On 16. Januar 2006 14:02:22 +0530 Varun Bhansaly [EMAIL PROTECTED] wrote: We have imported a zope application from another machine. After starting the application we are unable to create a file using using the API manage_addFile(),which is strange because we are being able to use the API

Re: [Zope] Products for XML-RPC

2006-01-17 Thread Andreas Jung
--On 17. Januar 2006 13:04:37 +0100 José Carlos Senciales [EMAIL PROTECTED] wrote: Hi , I´m looking for a Product for Zope to call any generic object.method with permission checking and with a generic object response to caller. Do you know some product for this? or it´s not neccesary a

Re: [Zope] Products have incorrect home attribute

2006-01-17 Thread Andreas Jung
--On 18. Januar 2006 01:24:34 -0500 George Lee [EMAIL PROTECTED] wrote: After migrating to a new server, several of my Zope products have an incorrect home attribute that specifies where they live on the filesystem. What and where is the 'home' attribute? -aj pgpnG4zLUkZ1u.pgp

Re: [Zope] Products have incorrect home attribute

2006-01-17 Thread Andreas Jung
--On 18. Januar 2006 08:19:25 +0100 Martijn Pieters [EMAIL PROTECTED] wrote: On 1/18/06, Andreas Jung [EMAIL PROTECTED] wrote: What and where is the 'home' attribute? In lib/python/App/Product.py line 549: product.home=home 'home' is the product path as determined

Re: [Zope] can't create user with zopectl - Resource temporarily unavailable

2006-01-21 Thread Andreas Jung
--On 21. Januar 2006 15:16:35 + michael nt milne [EMAIL PROTECTED] wrote: File /opt/Zope-2.8/lib/python/ZODB/FileStorage/FileStorage.py, line 114, in __init__ self._lock_file = LockFile(file_name + '.lock') File /opt/Zope-2.8/lib/python/ZODB/lock_file.py, line 63, in __init__

Re: [Zope] Indexing files

2006-01-24 Thread Andreas Jung
--On 24. Januar 2006 16:58:52 +0100 Sune Christiansen [EMAIL PROTECTED] wrote: Hei again. I have installed TextIndexNG and indexed my Zope DTML Methods objects and Zope Files objects, and enabled Document converters (PDF, Word etc.) As indexed attributes I use

Re: [Zope] Zope 2.8.x and python security audit

2006-01-26 Thread Andreas Jung
--On 26. Januar 2006 10:13:35 +0100 Sven Deichmann [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello! I read on the german zope user group homepage, that Zope 2.8.4 is not supported on python 2.4.x, because of the missing security audit. That is good to know,

Re: [Zope] Error importing objects 2.8 2.7

2006-01-26 Thread Andreas Jung
--On 26. Januar 2006 14:55:40 -0800 Ed Colmar [EMAIL PROTECTED] wrote: *Been working up some code on a zope 2.8.0 install, and I wanted to move it over to a live server. I keep getting this error: Importing stuff from a new Zope version into an older Zope version was _never_ a supported

Re: [Zope] Zope 2.8.x and python security audit

2006-01-27 Thread Andreas Jung
--On 27. Januar 2006 09:38:12 +0100 Sven Deichmann [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oh well... no news is not always good news. I could also mean that PHP is much more popular and under more surveillance while python is only good known to professional

Re: [Zope] Where to begin (Performance on 2.9.0 vs. 2.8.4)

2006-01-27 Thread Andreas Jung
--On 27. Januar 2006 10:06:49 -0800 Dennis Allison [EMAIL PROTECTED] wrote: Is there some performance test I can use to characterize the Zope system itself so I can compare Zopes running on the two machines? just some ideas: - install Plone and run 'ab' against the front-page which will

Re: [Zope] Error importing objects 2.8 2.7

2006-01-28 Thread Andreas Jung
--On 27. Januar 2006 22:32:07 +0100 Dieter Maurer [EMAIL PROTECTED] wrote: Andreas Jung wrote at 2006-1-27 07:04 +0100: ... Importing stuff from a new Zope version into an older Zope version was _never_ a supported feature. Only import between _identical_ versions. Anything else makes

Re: [Zope] Yet another newbie question (file upload and python scripts)

2006-01-28 Thread Andreas Jung
--On 28. Januar 2006 11:20:12 -0800 David [EMAIL PROTECTED] wrote: --- Janusz, Zope objects of meta-type FILE do not have a read(). But with python there always is a way, eg There is no meta-type FILE but only File. But this does not matter in this case since an uploaded file

Re: [Zope] Error importing objects 2.8 2.7

2006-01-28 Thread Andreas Jung
--On 28. Januar 2006 20:34:06 +0100 Dieter Maurer [EMAIL PROTECTED] wrote: Export/import is essentially what the ZODB does all the time. If export/import does not work between given Zope versions, it is quite likely that the same Zope versions will have difficulties with storages exchange --

Re: [Zope] Off Topic: Good linux editors?

2006-01-29 Thread Andreas Jung
--On 28. Januar 2006 21:14:51 -0800 David [EMAIL PROTECTED] wrote: Hi list, I'm fairly new to Linux (ubuntu server version) and simply hate VIM. Nor do I want to mind meld with the complex EMACS. I just wonder what Editors some of you prefer as you write stuff like external scripts, etc.

Re: [Zope] Product refreshing in Zope 2.9

2006-01-30 Thread Andreas Jung
--On 30. Januar 2006 17:39:11 + Peter Bengtsson [EMAIL PROTECTED] wrote: It's not a strange product. It's quite simple in fact. Not being able to refresh without restarting means that I can't use Zope 2.9 for python product development. Why is refresh a requirement for doing Zope

Re: [Zope] zserver-threads

2006-01-31 Thread Andreas Jung
--On 31. Januar 2006 12:32:35 -0500 Jake [EMAIL PROTECTED] wrote: It would be nice if someone post some guidelines for threads and cache size, like a table. RAM / Hits / Threads / Cache Size 2 GB / 20,000,000 / 3 / 50,000 5 GB / 20,000,000 / 5 / 100,000 Such a table is pretty much

Re: [Zope] Error when starting Zope 2.9.0

2006-02-01 Thread Andreas Jung
--On 1. Februar 2006 11:57:08 -0200 Hugo Ramos [EMAIL PROTECTED] wrote: Yellow ppl, I've instaled Zope 2.9.0 on Fedora 4 using Python 2.4.2 compiled from source. Everything ok. I was trying to do exactly the same (Zope 2.9.0 with Python 2.4.2 from source) in Debian 3.1 and I got the

Re: [Zope] Ignore stopwords/characters in alphabetical results

2006-02-02 Thread Andreas Jung
--On 2. Februar 2006 00:41:38 -0800 Ken Ara [EMAIL PROTECTED] wrote: I did try to install TextIndexNG3, according to the instructions in the readme but was unable to restart Zope (no message was left in event.log). As documented: TXNG 3 does not work with pre-Zope 2.8 installation unless

Re: [Zope] TextIndexNG2 problems

2006-02-02 Thread Andreas Jung
--On 2. Februar 2006 19:10:49 -0800 Barry Drake [EMAIL PROTECTED] wrote: I have PloneLocalFolderNG installed, which works great. But, I can't run python setup.py install for TextIndexNG2. I get the following error: running install running build running build_ext error: Python was built

Re: [Zope] zope / web content

2006-02-03 Thread Andreas Jung
--On 3. Februar 2006 18:42:22 + azzouz [EMAIL PROTECTED] wrote: Hi, In our institut customer administration want to manage editing updating and modifying web page under zope with account authentification. There aren't supposed to know html, dmtl, zpt language. Are there tools to allow

Re: [Zope] Re: how to modify documents creation date

2006-02-05 Thread Andreas Jung
--On 5. Februar 2006 09:15:58 -0500 Tres Seaver [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter Bengtsson wrote: Zope objects don't have a creation date, but they have a modification date which is called bobobase_modification_time which is a callable function.

Re: [Zope] Base 64 passed into Zope

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 08:33:47 + Jonathan Cleaver [EMAIL PROTECTED] wrote: I have a system which is accepting Base 64 encoded data from an external source, due to the protocol being used at the other end this is being passed in through a URL variable. e.g.

Re: [Zope] Re: Base 64 passed into Zope

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 09:23:10 + Jonathan Cleaver [EMAIL PROTECTED] wrote: Thanks for your reply. Unfortunately, the protocol that I am working with means that my script is receiving an HTTP GET, not a POST. Is there a way I can sensibly 'tweak' the request coming in to circumvent this?

Re: [Zope] work around for importing zexp into zope2.8.1?

2006-02-06 Thread Andreas Jung
--On 6. Februar 2006 11:34:10 -0800 Tim Nash [EMAIL PROTECTED] wrote: Hello Group, Has anyone come across a work around for the problem of importing zexp into zope 2.8.1? What is the problem of importing? If you don't have the permission to files to be imported into the filesystem of

<    1   2   3   4   5   6   7   8   9   10   >