[Zope] test, please ignore...

2000-05-30 Thread Chris McDonough
Chris McDonough Digital Creations Publishers of Zope - http://www.zope.org ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/

[Zope] dtml-tree and REQUEST.form

2000-05-30 Thread Pierre-Julien Grizel
Hi, I'm currently implementing a tree using... dtml-tree. In the document I use, I just have the tree and a table which desplays results according both to the tree state and some form data (passed through REQUEST.form). I.e. my URLs should look like the following : http://xxx.xxx/xxx/yyy/zzz/M

[Zope] Uploading to Zclass help

2000-05-30 Thread Bart Holthuijsen
Hi Fellow Zopiasts! I'm working on a project to put documentation in Zope. I've come to the point of storing the files that are generated earlier in the process. The results up until now: - I made a Form to select an XML and XSL file - These are processed by a XSLT processor -

[Zope] SQLProperties - missing files?

2000-05-30 Thread mywin
Does anyone have SQLProperties working? The product on Zope.org seems to be missing the 'dbspecific' directory of SQL files. If anyone can send me a sample of what those files should look like I would appreciate it. This product seems like it would help in my quest to reduce the size of my "data.

[Zope] get objects "DTML Document" having Property "order"...

2000-05-30 Thread QUIN Frédéric
Hello, I want to do : ... I have some DTML Documents which don't have the property "order", and I don't want to consider those documents in my loop. But if I put the "sort=order" option, Zope raises an error How can I do ??? Thanks a lot, Frederic _

Re: [Zope] Use of lambda expression in DTML

2000-05-30 Thread Kevin Dangoor
- Original Message - From: "Lalo Martins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 29, 2000 11:40 PM Subject: Re: [Zope] Use of lambda expression in DTML > On Mon, May 29, 2000 at 10:58:54PM -0400, Chris McDonough wrote: > > > > > > > Catalog (REQUEST)"> > >

Re: [Zope] get objects "DTML Document" having Property "order"...

2000-05-30 Thread Shane Hathaway
"QUIN Frédéric" wrote: > > Hello, > > I want to do : > > ... > > > I have some DTML Documents which don't have the property "order", and I > don't want to consider those documents in my loop. But if I put the > "sort=order" option, Zope raises an error > > How can I do ??? Here's a convolut

[Zope] Question about sorting

2000-05-30 Thread Patrick J.M. Keane
Does sort only sort in one direction? I am looking to sort news items so that the newest items are on top, and when sorting on a date field, I get the opposite behaviour. Any easy way to reverse the sort order? Thanks pk ___ Zope maillist - [EMA

[Zope] ZClass Error

2000-05-30 Thread Pete Kazmier
I've created a ZClass that was subclassed from a custom Python class. Everything is working well, thanks to the help of this mailing list, but I am having one problem that I am unable to figure out. If I add my subclass to the root of my Zope world, then I am unable to click on the Properties t

[Zope] ZClass and python subclass __init__ method

2000-05-30 Thread Pete Kazmier
According to the Zope Developer's Guide, when you create a ZClass by subclassing from custom python classes "your subclass's __init__ method will not be called when instances of the Z Class are created." Could someone help explain why my __init__ method is being called? Is the document just out

Re: [Zope] Question about sorting

2000-05-30 Thread Rik Hoekstra
"Patrick J.M. Keane" wrote: > > Does sort only sort in one direction? I am looking to sort news items > so that the newest items are on top, and when sorting on a date field, > I get the opposite behaviour. Any easy way to reverse the sort order? Yes, by adding reverse to the sort tag ;-)

[Zope] IRC Chat - tools[win32]

2000-05-30 Thread Jason Cunliffe
Jim Fulton and Paul Everett are going to be availiabe for a chat at Wednesday, May 31 at 1:00 PM EST on the #zope channel of irc.openprojects.net. I have not used IRC before, but would love to join the chat session. I just just downloaded a trial version of 'mIRC' software for Win32 from http:

[Zope] file upload

2000-05-30 Thread Oai Luong
i want to make a section in my web page where a net surfer can come to my page and upload image files and store it in directory i created in my linux filesystem? I can't seem to figure out a way to do it in zope since it cannot access a directory in my filesystem ? Is there a way to do this ? t

[Zope] Before I install zope

2000-05-30 Thread J. Michael Mc Kay
I want to install Zope in multiple instances. Apparently if you provide a unique name and user names you can do this. My question is, "How would you gain access to each individual Zope?" For instance, I would like "manager 1" to have access to "Zope 1" on port:8080. He will use Zope in tand

Re: [Zope] dtml-tree and REQUEST.form

2000-05-30 Thread Phil Harris
I'd be interested when it's done. Phil [EMAIL PROTECTED] - Original Message - From: "Pierre-Julien Grizel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 30 May 2000 16:42 Subject: [Zope] dtml-tree and REQUEST.form > > Hi, > > > I'm currently implementing a tree using... dtml-tree.

Re: [Zope] Question about sorting

2000-05-30 Thread Phil Harris
- Original Message - From: "Patrick J.M. Keane" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 30 May 2000 07:25 Subject: [Zope] Question about sorting > > Does sort only sort in one direction? I am looking to sort news items > so that the newest items are on top, and when sor

Re: [Zope] file upload

2000-05-30 Thread John Chandler
> i want to make a section in my web page where a net surfer can come to > my page and upload image files and store it in directory i created in my > linux filesystem? I can't seem to figure out a way to do it in zope > since it cannot access a directory in my filesystem ? > > Is there a way to

Re: [Zope] Before I install zope

2000-05-30 Thread Phil Harris
I'd say the easiest way is to give them different ports: give zope1 port 8080 and zope2 port 9080 If you've installed the Zopes as NT services you need to change the parameters to the services in regedit: goto hkey_local_machine/currentcontrolset/services/zope2 and change/add a parameter to cha

[Zope] ZOracleDA woes - cannot connect

2000-05-30 Thread Michal Bukovjan
Please help!!! I am trying to connect to Oracle server. Running Zope 2.1.4, ZServer alone (for now), Debian frozen(potato). I have stable ZOracleDA 2.1.0. After a lot of work, I succeeded to compile the DCOracle package, and I am able to connect with the Python script DCOracle_test.py, which is i

Re: [Zope] Use of lambda expression in DTML

2000-05-30 Thread Duncan Booth
> In brief: I get a NameError when invoking "filter(...)" from DTML. I thought this >was a built-in python method, so I'm a bit puzzled. Python's ideas of 'built-in' is simply any method in the module stored in the global variable called __builtins__. Any code executed with a non-standard glo

Re: [Zope] Q: Using WebDav to edit Zope DTML Methods.

2000-05-30 Thread Graham Heyes
Itamar Shtull-Trauring wrote: > > Graham Heyes wrote: > > > I have been using a very nice HTML editor under Linux, called Quanta+, > > unfortunately it can't open anything except local files. That's fine > > when I'm at work since I can use ZOPEEdit (ftp) or LocalFS. (LocalFS > > doesn't behave

RE: [Zope] file upload

2000-05-30 Thread Stuart Foster
Take a look at this product sounds like what you need. http://yyy.zope.org/Members/jfarr/Products/LocalFS -Original Message- From: Oai Luong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 8:40 AM To: [EMAIL PROTECTED] Subject: [Zope] file upload i want to make a section in my

RE: [Zope] IRC Chat - tools[win32]

2000-05-30 Thread Eric L. Walstad
// I have not used IRC before, but would love to join the chat session. I've not used IRC either. Can I monitor the discussion using MS NetMeeting? ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts

RE: [Zope] Building ZPyGreSQLDA on Linux

2000-05-30 Thread Charlie Derr
Daryl, Thanx very much for the reply. |-Original Message- |From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Daryl |Tester |Sent: Monday, May 29, 2000 6:27 AM |To: Charlie Derr |Cc: Zope Mailing List |Subject: Re: [Zope] Building ZPyGreSQLDA on Linux | | |Charlie Derr

Re: [Zope] Zope Email (syndication)

2000-05-30 Thread Karl G. Ulbrich
> > Yup, this sounds like mail-in content to me, which is what I'm after :-) If the goal is mail-in content, I'm not sure I understand IMAP to be anything approaching what you want: IMAP doesn't ACCEPT messages, at least not any of the IMAP servers I've seen, it serves messages up to clients (on

[Zope] What does it mean?

2000-05-30 Thread Morten W. Petersen
"The Zope Gadfly product is a free Zope adapter [...] so it should not be used to create large databases. What does large databases mean in this context? -Morten - How to reply to email: http://home.sol.no/~vidaandr/news/OBSquoting.h

Re: [Zope] Use of lambda expression in DTML

2000-05-30 Thread Anthony Baxter
>>> Chris McDonough wrote > Nope. Lamba, filter, reduce, and map should IMHO not be part of DTML. > Actually, exprs probably shouldn't be in there in the first place. > People are trying to use DTML as a way to process non-UI elements. This > is a slippery slope, and leads to something like P

[Zope] how do I get field names from a query

2000-05-30 Thread Adam Molyneaux
how do I get the names of the fields returned from a SQL query ? ( I would like to generate stuff using the names automatically) I know they must be available because I can use them directly ! I've tried lots of alternatives of the form which give me the values but not the names,

[Zope] ZCatalog previous and next items in list

2000-05-30 Thread Chris Crownhart
I am using a to walk through a catalog and display the results for a given query. When someone clicks on an item in a list, I would like to be able to pass the id of the item above it and below it. For example, Given this result set: Title Desc - -- Item 1 This is ite

[Zope] delete dictionary

2000-05-30 Thread urs.beyeler
hello, i've created some dictionaries in a dtml-document, for example like this: ... and a bit later in the document i need to delete them again ... how can i do that? no one of my DELETE-experiments worked ... thnx.urs ___ Zope maillist - [EMAI

Re: [Zope] Q: Using WebDav to edit Zope DTML Methods. SOLVED!

2000-05-30 Thread Graham Heyes
Itamar Shtull-Trauring wrote: > > Graham Heyes wrote: > > > Hello, > >    I have been using Zope to set up a new web site for documentation and > > maintainance os a large software project. Until now I have been using a > > combination of LocalFS and ftp to edit content. Neither method is > >

[Zope] ZServerSSL trouble

2000-05-30 Thread Ivan Raikov
Hello all, I just installed ZServerSSL, and I'm having the following problem: I start Zope with the command, $ ./starts -w '' -f '' -W 8180 HTTPS=on and it appears to boot up without problems. However, when I try to access the default Zope page, Zope spits the following and dies:

Re: [Zope] Question about sorting

2000-05-30 Thread Jason Spisak
Patrick J.M. Keane writes: > > Does sort only sort in one direction? I am looking to sort news items > so that the newest items are on top, and when sorting on a date field, > I get the opposite behaviour. Any easy way to reverse the sort order? > > Thanks > pk Jason Spisak CIO HireTechs.co

Re: [Zope] Q: Using WebDav to edit Zope DTML Methods. SOLVED!

2000-05-30 Thread Martijn Pieters
On Tue, May 30, 2000 at 02:30:47PM -0400, Graham Heyes wrote: > Thanks to the info from Martijn Pieters this turned out to be trivial. The > unrendered source for a DTML method is reached by appending /document_src to > the end of the URL. For example, http://localhost:8080/mystuff becomes > http

[Zope] IRC clients

2000-05-30 Thread Jimmie Houchin
I haven't been to an IRC chat in over 5 years so this is pretty new to me. I also just built myself a new Linux machine for development and was not familiar with any Linux IRC clients. For those in a similar situation here is a little info on some Linux/*nix IRC clients. I think I'll try X-Chat

[Zope] Zope 2.0.1 export

2000-05-30 Thread Paul Gresham
Hi, I have an old linux system running a document store I wrote some time ago in Zope 2.0.1. I've tried exporting my document store but cannot seem to get it re-imported into the latest version of Zope. I can ftp the documents out, but of course lose all the information about each document. Does a

Re: [Zope] Q: Using WebDav to edit Zope DTML Methods. SOLVED!

2000-05-30 Thread Graham Heyes
Martijn Pieters wrote: > > On Tue, May 30, 2000 at 02:30:47PM -0400, Graham Heyes wrote: > > Thanks to the info from Martijn Pieters this turned out to be trivial. The > > unrendered source for a DTML method is reached by appending /document_src to > > the end of the URL. For example, http://loc

Re: [Zope] ZDiscussions and Zope 2.2

2000-05-30 Thread Chris Withers
Hi Cary, I'd be really happy if you could try out Squishdot 0.4.0 for what you're doing. It's kindof ZDiscussions on steroids and should work with 2.2, although I haven't had a chance to test it yet... It definitely does file attachments, though, and I know it works with Zope 2.1.6. cheers. Ch

Re: [Zope] Question about sorting

2000-05-30 Thread Nils Kassube
Patrick J.M. Keane wrote: > I get the opposite behaviour. Any easy way to reverse the sort order? Well, I found there _is_ a reverse attribute to the tag, but it's not documented in my version (2.1.0, 1999/12/17) of the DTML Reference. It works. Cheers, Nils ___

Re: [Zope] Working with ZopeTime

2000-05-30 Thread Chris Withers
The python expression syntax strikes again :( Tom Scheidt wrote: > You're trying to embed DTML within python here. you really want (untested): cheers, Chris ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope **

Re: [Zope] delete dictionary

2000-05-30 Thread Chris Withers
"urs.beyeler" wrote: > > > ... and a bit later in the document i need to delete them again ... > how can i do that? no one of my DELETE-experiments worked ... thnx.urs Try the following (untested): I found this in the mailing list archives at: http://zope.nipltd.com/public/lists.html cheers

Re: [Zope] Working with ZopeTime

2000-05-30 Thread Shane Hathaway
Chris Withers wrote: > > The python expression syntax strikes again :( > > Tom Scheidt wrote: > > > > You're trying to embed DTML within python here. > > you really want (untested): > > Close but no brownies for you. :-) Make that... Shane

[Zope] Re: lambda et al in PythonMethods and DTML

2000-05-30 Thread Tom Neff
I agree with Lalo and others that powerful (but secure) Python features like lambda and map should be available, especially in PythonMethods. You want to encourage people to use these whenever possible instead of hacking the source tree. I also think that it would be a MISTAKE to have a wide div

Re: [Zope] Zope 2.0.1 export

2000-05-30 Thread Chris Withers
Paul Gresham wrote: > Hi, I have an old linux system running a document store I wrote some time > ago in Zope 2.0.1. I've tried exporting my document store but cannot seem to > get it re-imported into the latest version of Zope. I can ftp the documents > out, but of course lose all the information

RE: [Zope] What are the best general books on Object Oriented designprinciples?principles?

2000-05-30 Thread peter
I hope that this link works: http://www.amazon.com/exec/obidos/ASIN/0201633612/o/qid=959716532/sr=2-1/103 -0500259-5763053 The book is called: Design Patterns : Elements of Reusable Object-Oriented Software (Addison-Wesley Professional Computing) Amazon price: Our Price: $34.95 Amazon availabil

Re: [Zope] Working with ZopeTime

2000-05-30 Thread Chris Withers
Shane Hathaway wrote: > Close but no brownies for you. :-) Make that... > > Ack, a genuine typo... I'm going home to sulk ;( Chris ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML enc

[Zope] product installation voodoo

2000-05-30 Thread michael angelo ruberto
why do some products install fine on their own and others require voodoo incantations and sacrificial goats? can somebody tell me what the permissions for products should look like? -- ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mai

[Zope] file import

2000-05-30 Thread Rick Pasotto
Newbie question: what exactly does file importing do? I created a new directory then a new standard_html_header. I then imported a template file from a static web site, deleted the footer lines, and saved. Then I created a new standard_html_footer file and tried to import the same template file.

Re: [Zope] ZDiscussions and Zope 2.2

2000-05-30 Thread J. Atwood
What version are you using? J > From: "Cary O'Brien" <[EMAIL PROTECTED]> > Date: Tue, 30 May 2000 10:31:44 -0400 (EDT) > To: [EMAIL PROTECTED] > Subject: [Zope] ZDiscussions and Zope 2.2 > > > I can't seem to add a ZDiscussions topic any more. I keep getting > authorization failures. Manager

Re: [Zope] file import

2000-05-30 Thread Kevin Dangoor
- Original Message - From: "Rick Pasotto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 30, 2000 4:21 PM Subject: [Zope] file import > Second (unrelated) question: When I create and then select a new version > I get a screen that says the version is not active and to pre

Re: [Zope] product installation voodoo

2000-05-30 Thread Kevin Dangoor
- Original Message - From: "michael angelo ruberto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 30, 2000 4:11 PM Subject: [Zope] product installation voodoo > why do some products install fine on their own and others require voodoo > incantations and sacrificial goats?

[Zope] Serious problems upgrading to 2.1.6...

2000-05-30 Thread Skip Montanaro
I'm trying to upgrade a ZServer-only environment from 2.0.0 to 2.1.6 and am experiencing serious problems. I'm using the RPMs available from http://starship.python.net/crew/jrush/Zope/Zope216.html I downloaded the A bundle and the zserver option from the C bundle. I then installed them us

Re: [Zope] file import

2000-05-30 Thread Rick Pasotto
On Tue, May 30, 2000 at 04:44:53PM -0400, Kevin Dangoor wrote: > - Original Message - > From: "Rick Pasotto" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, May 30, 2000 4:21 PM > Subject: [Zope] file import > > > > Second (unrelated) question: When I create and then selec

[Zope] Python development team moves to BeOpen.com

2000-05-30 Thread Nitin Borwankar
This was on Slashdot earlier today. See original letter below Nitin Borwankar [EMAIL PROTECTED] http://www.pythonlabs.com/letter.html ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encod

RE: [Zope] product installation voodoo

2000-05-30 Thread michael angelo ruberto
From: Kevin Dangoor [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 4:48 PM To: michael angelo ruberto; [EMAIL PROTECTED] Subject: Re: [Zope] product installation voodoo - Original Message - From: "michael angelo ruberto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday,

[Zope] SQL query results as values ?

2000-05-30 Thread Richard Smith
Maybe my question was too dense. I will try again. lets say I do this in a ZSQL method SELECT * FROM foo; of course I get a table of results. Now can I some how run another query base on the results, like to do an UPDATE and have the use the values from the table ? Please, I just need a little

Re: [Zope] Working with ZopeTime

2000-05-30 Thread Dieter Maurer
Hi Tom, > But not with: > > (and yes, the day I'm doing it on is Tuesday). Usually, DTML-tags cannot be nested. Exceptions: tags in compound tags such as "if, in, let, with, ...". In your case, the "dtml-var" is simply not recognized and treated as a string rather than expanded. I assume (tho

Re: [Zope] ZCatalog previous and next items in list

2000-05-30 Thread Dieter Maurer
Hi Chris, > I am using a to walk through a catalog and display the results > ... > If the user click on Item 2, I want to pass the id of Item 1 and Item 3 > to the next page. "dtml-in" iterates over a sequence. You can directly access elements of the sequence. This looks like:

Re: [Zope] newbie question: variables

2000-05-30 Thread Dieter Maurer
Brad Moulton writes: > I'd like to be able to store and use the "username" > captured in a simple login/password DTML method If you use "basic authentication", then the browser will manage the username and send it on any request. You can access it via "AUTHENTICATED_USER". If your user allows c

Re: [Zope] Q: Using WebDav to edit Zope DTML Methods.

2000-05-30 Thread Dieter Maurer
Graham Heyes writes: > I have been using a very nice HTML editor under Linux, called Quanta+, > unfortunately it can't open anything except local files. That's fine > when I'm at work since I can use ZOPEEdit (ftp) or LocalFS. (LocalFS > doesn't behave well with trees and other navigation p

Re: [Zope] product installation voodoo

2000-05-30 Thread Bill Anderson
michael angelo ruberto wrote: > > can somebody tell me what the > > permissions for products should look like? To which Kevin actually wrote: > I'm not sure that it really matters as long as your webserver process can > read the files. > > Kevin To which Michael responded: > i've had situation

Re: [Zope] Oh

2000-05-30 Thread Luis Cortes
It is documented, Although it might be difficult to find. Look at "Document Template Language Markup Reference" that comes in the documentation. There are really 5 documents 2-3 are usually what you will use a lot ( the rest give you understanding ). These are 1. Content Manager's Gu

[Zope] Zope documentation

2000-05-30 Thread Graham Chiu
I may be a bit naive, but it seems to me that one should be able to build a tool (object inspector) which when queried will produce all the methods of a queried object, the property sheets, the variables of the property sheets, the applicable methods, and report back the ancestry of the product.

Re: [Zope] Use of lambda expression in DTML

2000-05-30 Thread Lalo Martins
On Tue, May 30, 2000 at 10:28:42PM +0200, you wrote: > Minor note: > > "lambda" is not a builtin but part of the syntax (a keyword). > I am sure, they will work in expressions. Uh. Of course that is correct. []s, |alo

Re: [Zope] Zope documentation

2000-05-30 Thread Shane Hathaway
Graham Chiu wrote: > I may be a bit naive, but it seems to me that one should be able to > build a tool (object inspector) which when queried will produce all the > methods of a queried object, the property sheets, the variables of the > property sheets, the applicable methods, and report back the

[Zope] Oh

2000-05-30 Thread Patrick J.M. Keane
Regarding my reverse sort question. I guess the answer is, just because it isn't documented, doesn't mean it isn't already there. :) I found it. pk ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross p

[Zope] TimeSheet product?

2000-05-30 Thread Jean Jordaan
Hi Zopers I'm looking for something to track the time I spend on different jobs. Has anyone written anything like this? I tried searching through the products, but found only issue trackers. My main criterion is simplicity of use .. I've never managed to use a timesheet continuously, if it's too

[Zope] Zope Chat

2000-05-30 Thread ethan mindlace fremen
Jim and Paul are going to be availiable for a chat about Zope, Perl Methods, and more. Please join us Wednesday, May 31, 1:00PM EST on irc.openprojects.net , on the #zope channel. If you have any technical questions about joining the chat, feel free to email me ( [EMAIL PROTECTED] ) and I'll hel

RE: [Zope] TimeSheet product?

2000-05-30 Thread Stuart Foster
I could use one too. If someone doesn't have one maybe we can work one out. -Original Message- From: Jean Jordaan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 30, 2000 7:25 AM To: [EMAIL PROTECTED] Subject: [Zope] TimeSheet product? Hi Zopers I'm looking for something to track the ti

[Zope] IRC Chat redux

2000-05-30 Thread ethan mindlace fremen
Zopistas, I'm just posting some clarifications and follow-up. The chat with Jim Fulton and Paul Everitt will happen at 13:00 EST/08:00 GMT, tomorrow, Wednesday the 31st. It will be on irc.openprojects.net channel #zope. It's the standard IRC port- 6667 . For those of you that are new to IRC,

Re: [Zope] IRC Chat redux

2000-05-30 Thread ethan mindlace fremen
ethan mindlace fremen wrote: > The chat with Jim Fulton and Paul Everitt will happen at 13:00 EST/08:00 > GMT, tomorrow, Wednesday the 31st. Ouch. The sun rises in the east, not the west. 17:00 UTC or 18:00 if you have daylight savings. For a complete list of what time it will be in your city

Re: [Zope] What does it mean?

2000-05-30 Thread ethan mindlace fremen
"Morten W. Petersen" wrote: > > "The Zope Gadfly product is a free Zope adapter [...] so it should not be > used to create large databases. > > What does large databases mean in this context? AFAIK, it means "bigger than ram" because Gadfly loads tables entirely into ram... someone correct me

Re: [Zope] Zope Chat

2000-05-30 Thread David Trudgett
At 03:40 2000-05-30 -0600, ethan mindlace fremen wrote: >Jim and Paul are going to be availiable for a chat about Zope, Perl >Methods, and more. Please join us Wednesday, May 31, 1:00PM EST on >irc.openprojects.net , on the #zope channel. Sorry for my ignorance, but what's that in UTC? Thanks.

Re: [Zope] What does it mean?

2000-05-30 Thread Graham Chiu
In article <[EMAIL PROTECTED]>, Morten W. Petersen <[EMAIL PROTECTED]> writes >"The Zope Gadfly product is a free Zope adapter [...] so it should not be >used to create large databases. > >What does large databases mean in this context? > >-Morten I don't think it should be used at all except for

Re: [Zope] Oh

2000-05-30 Thread Maik Roeder
Hi ! Luis Cortes wrote: > There is one other worth mentioning, that is ALL ZOPE TIPS which is a > collection of useful examples ( unfortunately this is not part of the standard > documentation ) you will have to go to the Zope site and download it from the > documentation URL. You can find a lin

Re: [Zope] SQL query results as values ?

2000-05-30 Thread Graham Chiu
In article <[EMAIL PROTECTED]>, Richard Smith <[EMAIL PROTECTED]> writes >Maybe my question was too dense. I will try again. >lets say I do this in a ZSQL method >SELECT * FROM foo; >of course I get a table of results. >Now can I some how run another query >base on the results, like to do an UPD

Re: [Zope] What are the best general books on Object Oriented designprinciples?principles?

2000-05-30 Thread Chris McDonough
Chris, At the end of the article named "Gaining Zope Enlightenment By Grokking Object Orientation", (http://www.zope.org/Members/mcdonc/HowTos/gainenlightenment), you will find a reference to a book by Scott Ambler named "The Object Primer". This is a great starting point. Chris Beaumont wrote:

[Zope] Testing the Waters ( Job Hunting )

2000-05-30 Thread Luis Cortes
Hi, Is there a short term position for me out there - anywhere? I have a masters in C.S., 5 years experience in C/C++ programming (and a little UML ). Recently I have taken the Zope training course, and used python and zope to do some projects at work, but now I am looking to see what

[Zope] confera, zope 2.2, and attachments

2000-05-30 Thread Cary O'Brien
With a confera discussion, I can't seem to add attachments. I can enter a file name into the file upload box, and there are no errors, but when I view the message there is no attachment. Am I doing something wrong? -- cary ___ Zope maillist - [EMAI

[Zope] ZDiscussions and Zope 2.2

2000-05-30 Thread Cary O'Brien
I can't seem to add a ZDiscussions topic any more. I keep getting authorization failures. Managers are allowed to all zdiscussion topics on the security page, though. Is this related to the problem with ZSQL queries and the new permissions scheme with 2.2? -- cary ___

[Zope] Working with ZopeTime

2000-05-30 Thread Tom Scheidt
Hi All, Im trying to display information based on what day of the week it tis using: The date1 property on the page I'm calling is "Tuesday". It works when i do this: But not with: (and yes, the day I'm doing it on is Tuesday). Any ideas? Thanks. Tom Scheidt | www.falsemirror.com

[Zope] What are the best general books on Object Oriented designprinciples?principles?

2000-05-30 Thread Chris Beaumont
The subject line says it.. What are the best general books on Object Oriented software and database design principles? I'm just starting out, and have no other programming experience to unlearn..(which I have heard is a GoodThing (tm) ) What would you suggest as a good place to start? Obvious

Re: [Zope] something missing in my Oracle setup?

2000-05-30 Thread Anthony Baxter
>>> Justin Sheehy wrote > Hello, > > I am trying to build the DCOracle module and having trouble right off > the bat. I have tried both 1.3.0 and 1.3.1 b1 with the same results. > > The file src/oci_8.c does an #include "oci.h", but I don't seem to > have a file named oci.h in my oracle install

Re: [Zope] how do I get field names from a query

2000-05-30 Thread Curtis Maloney
On Wed, 31 May 2000, Adam Molyneaux wrote: > how do I get the names of the fields returned from a SQL query ? > ( I would like to generate stuff using the names automatically) > I know they must be available because I can use them directly ! > > I've tried lots of alternatives of the form > > >

RE: [Zope] Use of lambda expression in DTML

2000-05-30 Thread Nick Drew
Chris McDonough ponders: |> Your method, in particular, is worse to understand than my |> one-liner, specially for anyone who uses functional programming |> seriously; but even other people would have to reason for a |> few minutes to understand what you're appending to that poor |> list and why

Re: [Zope] Use of lambda expression in DTML

2000-05-30 Thread Chris McDonough
Nick Drew wrote: >> >> |I can see that argument... it depends on the reader, I suppose. I >> |wouldn't complain much actually if the Python code had functional stuff >> |in it. It's having it in DTML that bugs me, for reasons that >> |have to do >> |with separating HTML-like stuff from the stuf

Re: [Zope] Zope Chat

2000-05-30 Thread Stuart 'Zen' Bishop
On Wed, 31 May 2000, David Trudgett wrote: > At 03:40 2000-05-30 -0600, ethan mindlace fremen wrote: > > >Jim and Paul are going to be availiable for a chat about Zope, Perl > >Methods, and more. Please join us Wednesday, May 31, 1:00PM EST on > >irc.openprojects.net , on the #zope channel. >

[Zope] Site Access Counter

2000-05-30 Thread Allied Data
hi all, allow me to start by saying that i am relatively new to zope... i have made a web site in zope, but would like to have an access counter on it too. our zope2.1.6 server is running on redhat6.1 with apache1.3.9. i have seen access counter scripts that require perl5, but i have heard

Re: [Zope] file import

2000-05-30 Thread Martijn Pieters
On Tue, May 30, 2000 at 05:29:38PM -0400, Rick Pasotto wrote: > No, I don't have cookies turned off but I do have the browser set to ask > about all cookies and no cookie requester was displayed. *However*, I do > run junkbuster so all http requests go through a local proxy. Could that > cause the

Re: [Zope] Zope Chat

2000-05-30 Thread Andrew Kenneth Milton
+[ Stuart 'Zen' Bishop ]- | On Wed, 31 May 2000, David Trudgett wrote: | | > Sorry for my ignorance, but what's that in UTC? | | I think it is American for GMT, so I think it comes out to 3am EST | (thats Australian EST) and well past my bed time.

Re: [Zope] IRC Chat - tools[win32] and advice

2000-05-30 Thread Tino Wildenhain
Hi Eric, "Eric L. Walstad" wrote: > > // I have not used IRC before, but would love to join the chat session. > > I've not used IRC either. Can I monitor the discussion using MS NetMeeting? No. But you can, how ever use MS Chat. But be warned: you have to use text chat mode (not the comic va

[Zope] Site Powered by Zope

2000-05-30 Thread Andrew Kenneth Milton
Hrm I just went to applixware.com to look for updates for Applixware (UNIX Office suite), and they've become VistaSource.com. Down the bottom of their site is the venerable "Powered By Zope" icon. I knew they'd started a new Open Source development plan, but, its still good to see large-ish site

[Zope] WorldPilot

2000-05-30 Thread Chris Herrnberger
Installing a second instance of WPilot results in the infamouse -m error on setting permissions. This occurs regardless of the folder or user folder that WP is installed too. The original installation remains fully functional and well behaved. Running Zope 2.1.6 with wp 1.0.4 and PTK cvs. Any work