Re: [Zope] MySQL

2001-01-11 Thread Petter Enholm
Hi, I did not get mySQL running using the HOW-TO below. It seems to be outdated, as there is not need for patching anymore. The following HOW-TO is newer; http://www.zope.org/Members/MikeP/ZMySQLDA. I had mySQL up and running in no time when following this HOW-TO. If you are using mySQL on WIN3

[Zope] 2.3.0a2 - missing a file

2001-01-11 Thread corey
I just downloaded and installed Zope 2.3a2, after setting up a new database connection ( ZMySQLD ), I went to to test it and lo-and-behold! No customDefaultReport.dtml for which to display the results! Anyhow, I just grabbed it off the 2.3.0a1 tree and put it in it's rightful place ( lib/python

[Zope] Re: ZGDchart -- passing parameters to SQL Metho

2001-01-11 Thread Olaf Zanger
hi there, thanks was a good tip. is all "exampled" in the "index_html" of gdchartdemo. good work. olaf Chui Tey schrieb: > > Look at the gdchartdemo, there is an example of it. it looks something like > > > > Chui > > - Original Message - > From: Olaf Zanger <[EMAIL PROTECTED]> > T

Re: [Zope] Authentication problems on FreeBSD with Apache

2001-01-11 Thread Jason C. Leach
hi, Did you create an Administrators account in zope and set the passwd for it? j. .. . Jason C. Leach ... University College of the Cariboo. .. On Thu, 11 Jan 2001, Drew Sanford wrote: > I have recently installed Zope on FreeBSD running the Apache web server. > When

RE: [Zope] MySQL

2001-01-11 Thread Eric Walstad
http://www.zope.org/Members/alanpog/zmysqlda_steps Should get you started... Eric. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of vishnu prasad Sent: Tuesday, January 09, 2001 3:17 PM To: [EMAIL PROTECTED] Subject: [Zope] MySQL can anyone update me with

Re: [Zope] Need help with ZGotW

2001-01-11 Thread Tres Seaver
LARRY CHUON <[EMAIL PROTECTED]> wrote > I have Zope-2-2-4 and just install ZGotW. When I try to add > ZGotW Issue and ZGotW Root, I receive errors such as "Empty > entry when integer expected" or "sequence index must be integer." The product you downloaded (version 0.0.2) was built for Zopes be

Re:[Zope] Storing and Using Object references

2001-01-11 Thread Tres Seaver
Tom Jenkins <[EMAIL PROTECTED]> wrote > > Hello all, > i have a question and I hope someone can point me in the right direction > to solve it. I need one zope object to hold a reference to another zope > object so the first object can call methods of the second object. oh, > these are python cl

Re: [Zope] with a variable

2001-01-11 Thread Steve Spicklemire
How about this: or -steve > > Hi, > > a small problem!, > > This works: > > > > > This doesn't: > > > > > > Nor this: > > > > > > Nor this: > > > > > > What I want to do is have a varible passed to the page which says what > zclass instance to get the properties

[Zope] ZMySQLDA and aggregate functions on Win

2001-01-11 Thread Markus Kemmerling
I have a problem with ZMySQLDA and aggregate functions in combination with grouping on Windows. When I say: SELECT COUNT(*) FROM mytable GROUP BY myfield; I get an KeyError 'Unhandeld'. SELECT COUNT(*) FROM mytable; works fine, so does SELECT myfield FROM mytable GROUP BY myfield; but

[Zope] with a variable

2001-01-11 Thread josh on
Hi, a small problem!, This works: This doesn't: Nor this: Nor this: What I want to do is have a varible passed to the page which says what zclass instance to get the properties of. any help appreciated. josh on === write: [EMAIL PROTECTED] read: www

[Zope] document_src not doing what I thought it did

2001-01-11 Thread Tim Hicks
I have a dtml-documentish zclass and have created a custom edit method for it so that I can do an automatic reindex when each instance is edited. I created this custom form by simply copying the source html that is generated for the standard edit form, and then replacing the static parts of what

Re: [Zope] href on a local file (you can serve files from local file system)

2001-01-11 Thread sathya rangaswamy
Hello tilo There is a product that will allow you to serve files from the file system. Look under external access in download area. With this you can serve your local files without adding to zodb sathya - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,

[Zope] RE: SQL Method, dtml-with and namespace weirdness

2001-01-11 Thread Dieter Maurer
Mayers, Philip J writes: > > To recap: two SQL method returning [different] (name,domain) are used like > this: > > > &dtml-name; - POINT A > &dtml-domain; > > &dtml-name;- POINT B > &dtml-domain; > > &dtml-name; - POINT C > &dtml-doma

[Zope] way to cleanup form input text?

2001-01-11 Thread Chris Beaumont
Is there a simple way to clean up text that's input to HTML forms in Zope? I have a situation where one of my users is copying text from her web browser and pasting it into Zope. I'm sure this is a common problem.. The input text ends up having runs of whitespace characters in it that I'd like

Re: [Zope] Memory problems

2001-01-11 Thread Dieter Maurer
Dimitris Andrakakis writes: > Dieter wrote: > > "ps" is still a bit stupid and does not visualize that > > they are threads rather than normal (full blown) processes. > > ps -axf ? Thank you! But it displays the children hierarchy without an indication what children are full blown processes

Re: [Zope] ZServer

2001-01-11 Thread Dieter Maurer
Tom Deprez writes: > Can anybody tell me what the following warning means, or where I can find > documentation on this warning? > > ZServer warning : server accept() threw EWOULDBLOCK You can tell a socket that you do not want to wait. If you did, then the socket will return EWOULDBLOCK when

RE: [Zope] hasRole bug or feature in 2.2.?

2001-01-11 Thread Ron Bickers
> -Original Message- > From: Chris McDonough [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 11, 2001 6:25 PM > To: Ron Bickers; [EMAIL PROTECTED] > Subject: Re: [Zope] hasRole bug or feature in 2.2.? > > > You're gonna laugh. Get ready. > > You didn't protect the isMember document.

Re: [Zope] How do I get the size of an item ?

2001-01-11 Thread Dieter Maurer
Dimitris Andrakakis writes: > > What I need is, from a dtml method in /news, to get > the size of an object (a file, say /news/files/file01.pdf) > in /news/files. You know Zope's integrated online help? There you would find that files have a method "getSize" that returns their size. I

Re: [Zope] hasRole bug or feature in 2.2.?

2001-01-11 Thread Chris McDonough
You're gonna laugh. Get ready. You didn't protect the isMember document. It's viewable by Anonymous. The Zope security machinery short-circuits authentication for resources that don't require it. This means that when you view a resource that's unprotected, you view it "as Anonymous". Anonymo

Re: [Zope] broken products not indicated after Zope 2.2.5 install

2001-01-11 Thread Dieter Maurer
Fred Yankowski writes: > I activated Zope logging as you suggested and restarted Zope, but the > logfile does not report any exceptions. It only contains routine > startup messages such as "ZServer HTTP server started ...". > > And the Products list still makes it look like they're all OK,

[Zope] Zope BUG (was: [Zope] Limited File object size?)

2001-01-11 Thread Dieter Maurer
Stuart Foster writes: > When uploading a file to Zope I am getting an error about commit_sub. > I uploaded some other files to the same folder but am having problems > with two in particular. > He only difference I can see is that the others where 10k to 60k and the > two problem files are

Re: [Zope] href on a local file

2001-01-11 Thread Dieter Maurer
[EMAIL PROTECTED] writes: > "LocalFS" is a very nice product. I would go for it. Dieter ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists

Re: [Zope] Downloading All Zope products

2001-01-11 Thread ethan mindlace fremen
Jerome Alet wrote: > I've decided to do something to solve this problem, so I've created the > "Zope Complete Products List for easy batch download". > > You can find it at http://www.zope.org/Members/jerome/ZCPL > > This document dynamically lists all available Zope products (from > zope.org)

Re: [Zope] How do I get the size of an item ?

2001-01-11 Thread ethan mindlace fremen
Dimitris Andrakakis wrote: > > ...anyone ? > > Say I have these folders: > / > /news > /news/files > What I need is, from a dtml method in /news, to get > the size of an object (a file, say /news/files/file01.pdf) > in /news/files. should do the trick. -- -mindlace- Zopatista Community Lia

[Zope] Acquisition loops and web robots

2001-01-11 Thread Andrews, Martin
I have run into several cases where authors at our site have accidentally employed acquisition to link documents in such a way that an infinite tree of URLS are possible - for example: /a/foo contains a link to "b/bar" /b/bar contains a link to "a/foo" This really causes a problem with our web i

Re: [Zope] Zope vs. Enhydra

2001-01-11 Thread corey
And upon Thursday of January 11, the illustrious Paul Browning spake thusly... > > >From the horse's mouth as it were. I'll let the > list know where to find it when it appears. > > > The next issue of the Lutris Enhydra Journal will be > delivered to you on Monday, 15 January 2001. Articles

[Zope] hasRole bug or feature in 2.2.?

2001-01-11 Thread Ron Bickers
I'm having a problem with AUTHENTICATED_USER.hasRole() I have a user with the role 'Member' defined at the root level (and nowhere else). I also have the following DTML method at the root level: You are a Member. Your are NOT a Member. When I first request the protected document /

Re: [Zope] ZServer

2001-01-11 Thread Curtis Maloney
On Thursday 11 January 2001 21:13, Tom Deprez wrote: > Hi, > > Can anybody tell me what the following warning means, or where I can find > documentation on this warning? > Since nobody else has , yet... > ZServer warning : server accept() threw EWOULDBLOCK > Odd... this is a Sockets level erro

Re: [Zope] logging: Can I switch it off?

2001-01-11 Thread Andy McKay
Run z2.py with the -r flag. This may be too much for your needs. -r Run ZServer is read-only mode. ZServer won't write anything to disk. No log files, no pid files, nothing. This means that you can't do a lot of stuff like use PCGI, and zdaemon. ZServer will log hits to STDO

Re: [Zope] reindex when a zclass is edited

2001-01-11 Thread Tim Hicks
- Original Message - From: Ivan Cornell <[EMAIL PROTECTED]> To: Tim Hicks <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, January 10, 2001 7:53 PM Subject: Re: [Zope] reindex when a zclass is edited > Tim Hicks wrote: > > > I can't for the > > life of me figure out or find

RE: [Zope] Storing and Using Object references

2001-01-11 Thread Tom Jenkins
Shane, You are DA MAN. That getPhysicalPath() & unrestrictedTraverse() methods work perfectly, even with SiteAccess installed. Thank you very much. Tom -Original Message- From: Shane Hathaway [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 10, 2001 3:11 PM To: Tom Jenkins Subject:

[Zope] Zope.org is down?

2001-01-11 Thread Diego Rodrigo Neufert
Is it realy down? -- Diego Rodrigo Neufert Webmaster / Web Developer - Magic Web Design --- [EMAIL PROTECTED] www.magicwebdesign.com.br Curitiba - PR - Brasil ___ Zope maillist - [EMAIL PROTECT

Re: [Zope] Zope.org is down?

2001-01-11 Thread Drew Sanford
Looks like it from here:( Diego Rodrigo Neufert wrote: > Is it realy down? ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/

Re: [Zope] Authentication problems on FreeBSD with Apache

2001-01-11 Thread Bill Welch
First off, bypass apache and go straight to zope - typically port 8080. Did you make note of the superuser name and password the installation script produced? If not, use zpasswd.py to create a new one. I'm presuming that you're using 2.2.x. Don't forget to create a manager user and switch to it a

RE: [Zope] MySQLDA and MySQL-python - patch needed?

2001-01-11 Thread Ron Bickers
> On my box only DA is symlinked to a different location. The rest of my > products reside in a child directory of the main Zope installation. I am > only running one Zope instance. This shouldn't be a problem, right? This should not be a problem. > >From Zope management database connection Tes

[Zope] Authentication problems on FreeBSD with Apache

2001-01-11 Thread Drew Sanford
I have recently installed Zope on FreeBSD running the Apache web server. When I attempt to access the management page from http://my.web.server/cgi-bin/Zope.cgi I get authentication failures. I'm sure there are things that I've missed in what I've seen, and the section on running Zope with Apa

RE: [Zope] MySQLDA and MySQL-python - patch needed?

2001-01-11 Thread Bill Welch
A binary distribution comes with python built-in so that it will run without the installer having to also go get python. PYTHONPATH is the key to understanding module sharing. Unless you (or the packager) change something, a binary Zope uses only the modules in the built-in python (or, at least, h

Re: [Zope] log file.

2001-01-11 Thread Andy McKay
Its not the same as IIS, but that is nowhere near a common format :) Its relatively trival to hack the log file format if you are comfortable with hacking the Zope source. -- Andy McKay. - Original Message - From: "Dennis Nichols" <[EMAIL PROTECTED]> To: "Jason C. Leach" <[EMAIL PROTEC

[Zope] [newbie] sqltest question

2001-01-11 Thread Martin Fekete
documentation says that sqlvar support expressions   and this works but documentation also says that sqltest support expressions so this should work but it's not working ... any ideas ? thanks   Martin Fekete

Re: [Zope] Limited File object size?

2001-01-11 Thread Stuart Foster
Zope version: Zope 2.2.2 (source release, python 1.5.2, linux2) Python version: 1.5.2 (#1, Sep 30 2000, 18:08:36) [GCC 2.95.3 19991030 (prerelease)] System Platform: linux-i386 I should mention I was able to ftp the files to the folder. >> Original Message << On

RE: [Zope] MySQLDA and MySQL-python - patch needed?

2001-01-11 Thread Bill Welch
I haven't been following this thread, so I apologize in advance for any redundancy. Several weeks ago I had an existing mysql fail as you describe after I upgraded mysqldb in /usr/lib/python. I fixed it by moving ZMySQLDA/MySQLdb-0.1.2/_mysqlmodule.so up one level as described in README.txt. Bil

Re: [Zope] Downloading All Zope products

2001-01-11 Thread Andy McKay
On a totally different note I found I want to get information on a product in a more friendly xml, so I started (but not finished, not up to date etc) this: http://zope.agmweb.ca/Zope/products (click on the x for xml). -- Andy McKay. - Original Message - From: "Marcin Kasperski" <[EMA

[Zope] Limited File object size?

2001-01-11 Thread Stuart Foster
When uploading a file to Zope I am getting an error about commit_sub. I uploaded some other files to the same folder but am having problems with two in particular. He only difference I can see is that the others where 10k to 60k and the two problem files are 100k and higher. Is there a limit

Re: [Zope] Limited File object size?

2001-01-11 Thread Chris Withers
What version of Zope are you using? Stuart Foster wrote: > > When uploading a file to Zope I am getting an error about commit_sub. > I uploaded some other files to the same folder but am having problems > with two in particular. > He only difference I can see is that the others where 10k to 60k

Re: [Zope] Help getting zope to do frames!

2001-01-11 Thread paul_s_johnson
To properly reference your frames by their absolute urls, instead of this: Try this: "> "> -PSJ ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

RE: [Zope] MySQLDA and MySQL-python - patch needed?

2001-01-11 Thread paul_s_johnson
>> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of >> [EMAIL PROTECTED] >> Sent: Wednesday, January 10, 2001 9:30 AM >> To: [EMAIL PROTECTED] >> Subject: [Zope] MySQLDA and MySQL-python - patch needed? >> >> >> My Zope-MySQL connection is still not qu

RE: [Zope] Zope vs. java solutions : looking forward ?

2001-01-11 Thread sean . upton
Frankly, it is a lot easier to program in python; it is much more forgiving in a lot of senses. If your developers like the idea of Java because it is OO, have them consider python's strong abilities, and the fact that they will be working with a persistent object system / ODB that can make their

Re: [Zope] Downloading All Zope products

2001-01-11 Thread Marcin Kasperski
Jerome Alet wrote: > > Hi, > > I was bored by the current search interface for downloading Zope products: > you have to spend hours just clicking to download lots of products. I want > to put Zope and the maximum number of available products on a CDROM to be > able to do demos and so on to peopl

[Zope] MySQLdb

2001-01-11 Thread Martin Fekete
sombody compiled MySQLdb under WIN32 ?   Martin Fekete

[Zope] Help getting zope to do frames!

2001-01-11 Thread Scott Chapman
I am trying to get some frames to work where you can load a url and have a frame around it. I created a folder called test. I tried loading http://ipaddress/test and I get a recursion of frames and have to stop it loading. Here's the contents of the test folder. I'm very new to Zope and HTML

[Zope] Zope vs. Enhydra

2001-01-11 Thread Paul Browning
>From the horse's mouth as it were. I'll let the list know where to find it when it appears. Paul --- Begin Forwarded Message --- Date: Wed, 10 Jan 2001 15:16:42 -0800 From: David Young <[EMAIL PROTECTED]> Subject: Lutris Enhydra Journal (3nd issue) is coming! Sender: David Young <[EMAIL PROTEC

[Zope] Problem with zope.org?

2001-01-11 Thread Joachim Werner
Hi! I'm getting this or similar errors quite frequently these days: Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /foo. Reason: Document contains no data Additionally, a 502 Bad Gateway error was encounter

Re: [Zope] href on a local file

2001-01-11 Thread Joachim Werner
Hi! > documentation, I couldn't find any about the Zope internals. Does anybody > know where to look for such documentation? a) The code itself is quite well-documented ;-) b) There are documents on zope.org on how the ZODB works and on programming Database Adapters; I guess there is even mo

[Zope] Pub. Company trying to patent object publishing?

2001-01-11 Thread sean . upton
Hi folks, Not trying to hijack the list for a rant, but I thought this might be of interest to some folks. Belo, a media company that owns a variety of TV stations, newspapers, and online operations, looks to be trying to patent what looks to essentially be object publishing (in a similar sense t

RE: [Zope] type in python methods

2001-01-11 Thread Juan Carlos Coruña
-Mensaje original- De: Luciano Ramalho [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 11 de enero de 2001 15:21 Para: Juan Carlos Coruña CC: [EMAIL PROTECTED] Asunto: Re: [Zope] type in python methods > The instruction "if type(var1) == type(var2): " doesn't work. It does work: -

RE: [Zope] MySQLDA and MySQL-python - patch needed?

2001-01-11 Thread paul_s_johnson
Paul S. Johnson URS Corporation 700 Third Street South Minneapolis, MN 55415-1199 612-373-6389

Re: [Zope] worldpilot --almost?!

2001-01-11 Thread J. Atwood
Had the same problem. Most likely it is that the people that are sending the messages are using MTF (Microsoft Text Format, or MRTF) which is their variation on RTF that WorldPilot cannot read. Thanks Bill! :) J At 12:28 PM -0500 1/11/01, tom wrote: >hi, > >I have worldpilot almost working on

Re: [Zope] Downloading All Zope products

2001-01-11 Thread Jerome Alet
On Thu, 11 Jan 2001, Martijn Pieters wrote: > BTW, did you knw I made a page for the exact same purpose a while ago? > http://www.zope.org/Members/mj/AllProds Of course not, otherwise I hadn't made it by myself. I thought it was a cool idea (and above all it was very easy to do), unfortunately

RE: [Zope] type in python methods

2001-01-11 Thread Juan Carlos Coruña
Yes, it works. Thanks. -Mensaje original- De: Evan Simpson [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 11 de enero de 2001 15:49 Para: Juan Carlos Coruña; [EMAIL PROTECTED] Asunto: Re: [Zope] type in python methods From: Juan Carlos Coruña <[EMAIL PROTECTED]> > How can I compare th

Re: [Zope] log file.

2001-01-11 Thread Dennis Nichols
At 1/11/01 12:25 PM, Oleg Broytmann wrote: >On Wed, 10 Jan 2001, Jason C. Leach wrote: > > Is the Zope log file in Common Log File Format? > >Yes. You can run every standard log files analyzer on it. Using analog (http://analog.cx) against my Zope 2.2.2 logs, I found that the standard analog

Re: [Zope] Downloading All Zope products

2001-01-11 Thread Martijn Pieters
On Thu, Jan 11, 2001 at 02:36:11PM +0100, Jerome Alet wrote: > I was bored by the current search interface for downloading Zope products: > you have to spend hours just clicking to download lots of products. I want > to put Zope and the maximum number of available products on a CDROM to be > able

RE: [Zope] worldpilot --almost?!

2001-01-11 Thread Norman Khine
I think you have to change the WorldPilot.py file in your ~/lib/python/Products/WorldPilot/ folder it is a one line file containing DOMAIN='type.your.domain.name.here' I'll be intrested to know how you get on, as I am trying to configure it on my NT but without success. If you could write a brie

[Zope] Attention users of Interbase

2001-01-11 Thread Steve Drees
http://slashdot.org/articles/01/01/11/1318207.shtml summary: Backdoor user/password discovered. Script Kiddies already probing for interbase. -- Steve Drees SysAdmin/Software Developer/Web Geek/Chief Bottle Washer "A problem well-stated is a problem half-solved." http://www.christianmp3zone.com

Re: [Zope] Attention users of Interbase

2001-01-11 Thread Andrew Kenneth Milton
+---[ Steve Drees ]-- | http://slashdot.org/articles/01/01/11/1318207.shtml | | summary: | Backdoor user/password discovered. | Script Kiddies already probing for interbase. Or more directly; http://www.cert.org/advisories/CA-2001-01.html -- Totally Holistic Enterprise

Re: [Zope] Zope vs. java solutions : looking forward ?

2001-01-11 Thread J. Atwood
Just some quick thoughts. (I have worked with both) - This is not about Java vrs Python since that is a different discussion. This should be about Zope vrs Enhydra. - Zope has a great future which can be shown by Digital Creations success, Zope involvement and activity - In terms of getting

Re: [Zope] type in python methods

2001-01-11 Thread Evan Simpson
From: Juan Carlos Coruña <[EMAIL PROTECTED]> > How can I compare the type of 2 variables in a python method? > > The instruction "if type(var1) == type(var2): " doesn't work. _.same_type(var1, var2) should do it. (Without the "_." in Scripts). Cheers, Evan @ digicool & 4-am _

[Zope] How do I get the size of an item ?

2001-01-11 Thread Dimitris Andrakakis
...anyone ? Say I have these folders: / /news /news/files What I need is, from a dtml method in /news, to get the size of an object (a file, say /news/files/file01.pdf) in /news/files. Thanks in advance, Dimitris ___ Zope maillist - [EMAIL PROTEC

[Zope] worldpilot --almost?!

2001-01-11 Thread tom
hi, I have worldpilot almost working on a latest version of zope on NT. The only problem is that when reading a message I don't get the text of the message, everything else is file. The docs mention something about setting the default domain, how do I do that? thanks, tom ---

Re: [Zope] type in python methods

2001-01-11 Thread Luciano Ramalho
> The instruction "if type(var1) == type(var2): " doesn't work. It does work: - Python 1.5.2 (#0, Jul 30 1999, 09:52:18) [MSC 32 bit (Intel)] on win32 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam >>> x = 'spam' >>> y = 'eggs' >>> z = 99 >>> type(x) == type(y) 1 >>> t

Re: [Zope] PoPy Installation. Where's the BEEF?

2001-01-11 Thread Steve Spicklemire
Did you move this Zope from it's original location in /usr/local/zope? I'm guessing you did.. and those paths are in the .pyc files. try: find /usr/local/EcoZope -name "*.pyc" -delete then (optionally) rerun w(o?)_pgci.py which will (among other things) rebuild the .pyc files. If you don't,

Re: [Zope] log file.

2001-01-11 Thread Oleg Broytmann
On Wed, 10 Jan 2001, Jason C. Leach wrote: > Is the Zope log file in Common Log File Format? Yes. You can run every standard log files analyzer on it. Oleg. Oleg Broytmann http://www.zope.org/Members/phd/ [EMAIL PROTECTED] Programmers don't die, they just GOSUB wi

[Zope] Downloading All Zope products

2001-01-11 Thread Jerome Alet
Hi, I was bored by the current search interface for downloading Zope products: you have to spend hours just clicking to download lots of products. I want to put Zope and the maximum number of available products on a CDROM to be able to do demos and so on to people not connected to the Net. I've

[Zope] logging: Can I switch it off?

2001-01-11 Thread Joachim Werner
(How) Can ZServer logging be switched off? Joachim. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce h

[Zope] RE: SQL Method, dtml-with and namespace weirdness

2001-01-11 Thread Mayers, Philip J
Heh. Oh well, you win some, you lose some! I appear to be losing some - maybe I should drink less caffine? I can work around the problem for the moment, but either: 1) I *totally* misunderstand how dtml-with works 2) It's misbehaving itself under some circumstances To recap: two SQL method retu

[Zope] Zope vs. java solutions : looking forward ?

2001-01-11 Thread Henk Schets
Hi, We are planning a major update of our site (i.e. building a new one). At the moment our site is based on php,cgi, MySql and Apache on Linux. However, for the new site, we are considering other 'platforms' like Zope or Enhydra. I find Zope an elegant solution for our new site because we will

[Zope] href on a local file

2001-01-11 Thread tilo . schwarz
Hi everybody, it's now my third day with Zope and I'm already pretty happy with it. Finally I got external python methods running with passing parameters to them and getting return values back. Although there is a lot of documentation, I couldn't find any about the Zope internals. Does anybody

Re: [Zope] does xml-rpc work with zope and pcgi/apache?

2001-01-11 Thread Martijn Pieters
On Thu, Jan 11, 2001 at 12:00:17AM -0600, Roman Milner wrote: > I'm having problem getting xml-rpc calls to work with zope running on > apache/pcgi. I'm using the python xml-rpc module to send an xml-rpc > request that looks like this (when captured at the socket level): > > POST /asdf/1/ HTTP/1

Re: [Zope] log file.

2001-01-11 Thread Holger Lehmann
Am Donnerstag, 11. Januar 2001 08:21 schrieben Sie: > hi, > > Is the Zope log file in Common Log File Format? > whatever you mean by that ... it looks to me like the one from apache and a webalizer works without any quirks > j. > > ... > .. Jason C. Leach > Universi

RE: [Zope] Storing and Using Object references

2001-01-11 Thread Tom Jenkins
Thanks for th pointer Shane, My original attempt with Andy's help was to use the REQUEST's resolve_url. However, the SiteAccess2 product breaks that method. I'll try your suggestions. Thanks Tom -Original Message- From: Shane Hathaway [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January

Re: [Zope] log file.

2001-01-11 Thread Joachim Werner
> Is the Zope log file in Common Log File Format? Yes. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announc

[Zope] ZServer

2001-01-11 Thread Tom Deprez
Hi, Can anybody tell me what the following warning means, or where I can find documentation on this warning? ZServer warning : server accept() threw EWOULDBLOCK Thanks in advance Tom Deprez ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.

Re: [Zope] MySQLDA and MySQL-python - patch needed?

2001-01-11 Thread Holger Lehmann
Am Donnerstag, 11. Januar 2001 00:16 schrieben Sie: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > > [EMAIL PROTECTED] > > Sent: Wednesday, January 10, 2001 9:30 AM -snipp--- > > FYI: > > I installed from these rpms > > > > ftp://ftp

[Zope] type in python methods

2001-01-11 Thread Juan Carlos Coruña
How can I compare the type of 2 variables in a python method? The instruction "if type(var1) == type(var2): " doesn't work. ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding!

Re: [Zope] ZWikiWebs Product

2001-01-11 Thread Chris Withers
Simon Michael wrote: > > The separate > zwikiwebs product is due to be retired and not recommended. It has been :-) cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encodin

Re: [Zope] Deleting a Role Doesn't Appear to Remove Permissions

2001-01-11 Thread Chris Withers
Jason Grigsby wrote: > > If I am correct about this, this means that if we create a role and then > delete it, we will need to make sure that the role does not exist for any > users or they will continue to have the access that they had before. > > Has anyone else run into this or seen a reporte