Re: What are the other options against Zope?

2005-07-05 Thread Terry Hancock
On Monday 04 July 2005 10:21 am, phil wrote: > A data base with properties and methods. Cool. I am so sure I already said this. Well, I guess I typed too much else. Cheers, Terry -- Terry Hancock ( hancock at anansispaceworks.com ) Anansi Spaceworks http://www.anansispaceworks.com -- http://

Re: What are the other options against Zope?

2005-07-04 Thread phil
> It's an object oriented database, with a structure that is similar to > files and directories in an ordinary OS. > > But it is a lot smarter, because the files and directories are actually > objects with different attributes and parameters. > > The methods on these objects can then be called

Re: What are the other options against Zope?

2005-07-04 Thread Max M
phil wrote: > Peter Hansen wrote: > Now understand, I know what very well what Python, Apache, PhP, > MySQL, IE and javascript do. I just don't know what Zope > does. > > And if the answer is going contain phrases like "brings together" > or "sits on top of", don't bother. :-) It's an object o

Re: What are the other options against Zope?

2005-07-03 Thread godwin
You understood my request correctly. I thank u for pointing me to cherrypy. -- http://mail.python.org/mailman/listinfo/python-list

Re: What are the other options against Zope?

2005-07-03 Thread godwin
Actually i want to create a "google" like web interface to any rdbms and search as we all do it in google.That would be great isn't it. Thank u for your queries. -- http://mail.python.org/mailman/listinfo/python-list

Re: What are the other options against Zope?

2005-07-03 Thread Some Fred
On Sun, 03 Jul 2005 19:38:28 -0500, phil <[EMAIL PROTECTED]> wrote: >Anyway, thanks Terry, I still don't know what Zope is but I need to >accept that it's just a toolkit and I'm not gonna know until >I dig in and as long as my web needs are simple, I probably won't. Actually, I found playing with

Re: What are the other options against Zope?

2005-07-03 Thread phil
> I did already post a serious reply, but now I'm afraid I've been > trolled. :-P > I hope you did not think I was dissing your response, because I certainly was not and in fact recognized your response as a sincere effort to enlighten. To whomever I directed sarcasm I apologize. My frustrat

Re: What are the other options against Zope?

2005-07-03 Thread Peter Hansen
Florian Lindner wrote: >>>Peter Hansen wrote: [Zope] doesn't include database interfaces other than to its own ZODB. > > Ok, you're right. But I don't really think it makes a difference to install > them afterwards. Probably not, but until the OP sheds more light on what this "companies

Re: What are the other options against Zope?

2005-07-03 Thread Florian Lindner
Peter Hansen wrote: > Florian Lindner wrote: >> Peter Hansen wrote: >>>[Zope] doesn't include >>>database interfaces other than to its own ZODB. >> >> That's not correct. Zope2 includes DB interfaces to MySQL, PostGre, ODBC >> and many others. > > It actually *includes* them? I thought those we

Re: What are the other options against Zope?

2005-07-03 Thread Mike Meyer
Christopher Subich <[EMAIL PROTECTED]> writes: > That, and the file format definitely isn't robust to bit-rot that > happened too often on FAT16/32 filesystems. >From where I sit, the critical difference between the registry and a set of .ini files (or Unix rc files) is that the registry requires

Re: What are the other options against Zope?

2005-07-02 Thread Christopher Subich
Dennis Lee Bieber wrote: > The Windows registry is "a maze of twisty little passages, all > alike" ITYM "a maze of twisty little passeges, {058C1536-2201-11D2-BFC1-00805F858323}" > The registry a cryptic, bloated, system by which M$ can hide > details about anything they want... In

Re: What are the other options against Zope?

2005-07-02 Thread Mike Meyer
Terry Hancock <[EMAIL PROTECTED]> writes: > This is true in the same sense that Python is unnecessary > because all programs can be written in assembler. Or machine > code for that matter. Entered by flipping switches, even -- throw > away that keyboard. > > I have actually seen this done, BTW.

Re: What are the other options against Zope?

2005-07-02 Thread Terry Hancock
On Saturday 02 July 2005 04:26 pm, phil wrote: > > A rather object-oriented system for managing and serving web > > applications and data (using object inheritance for common behavior, > > etc.) This makes Zope a toolkit, not an end application itself. > > So that would make it Apache, with a Pyth

Re: What are the other options against Zope?

2005-07-02 Thread [EMAIL PROTECTED]
If you're looking for a leight weight web development enviroment acting as a front end for a database take a look at http://www.cherrypy.org -- http://mail.python.org/mailman/listinfo/python-list

Re: What are the other options against Zope?

2005-07-02 Thread Terry Hancock
On Saturday 02 July 2005 10:55 am, phil wrote: > Zope is like that to me. I ask what is it and the answer > sounds like "Oh, it's oierbv for the zxcvioupo of 7cvn^djh'. > > Now understand, I know what very well what Python, Apache, PhP, > MySQL, IE and javascript do. I just don't know what Zope

Re: What are the other options against Zope?

2005-07-02 Thread phil
> either... It sits under... Well that's a relief, cause ...sits on top of was confusing. > A rather object-oriented system for managing and serving web > applications and data (using object inheritance for common behavior, > etc.) This makes Zope a toolkit, not an end application itself.

Re: What are the other options against Zope?

2005-07-02 Thread Peter Hansen
Florian Lindner wrote: > Peter Hansen wrote: >>[Zope] doesn't include >>database interfaces other than to its own ZODB. > > That's not correct. Zope2 includes DB interfaces to MySQL, PostGre, ODBC and > many others. It actually *includes* them? I thought those were all add-in modules, not one

Re: What are the other options against Zope?

2005-07-02 Thread phil
Peter Hansen wrote: > godwin wrote: > >> I wanna thank Martin for helping out with my ignorance concerning >>execution of stored procedure with python. Now i have decided to write >>a web app that googles into my companies proprietary database. >> > > Just checking... do you really mean "g

Re: What are the other options against Zope?

2005-07-02 Thread Florian Lindner
Peter Hansen wrote: > godwin wrote: >> I wanna thank Martin for helping out with my ignorance concerning >> execution of stored procedure with python. Now i have decided to write >> a web app that googles into my companies proprietary database. > > Just checking... do you really mean "googl

Re: What are the other options against Zope?

2005-07-02 Thread Peter Hansen
godwin wrote: > I wanna thank Martin for helping out with my ignorance concerning > execution of stored procedure with python. Now i have decided to write > a web app that googles into my companies proprietary database. Just checking... do you really mean "googles", or is that in your mind

What are the other options against Zope?

2005-07-02 Thread godwin
Hi all, I wanna thank Martin for helping out with my ignorance concerning execution of stored procedure with python. Now i have decided to write a web app that googles into my companies proprietary database. I need to know whether zope is good for that job. But even the introduction to zope i