[Zope-dev] pdbtrack.el - track source file whenever runing pdb in an emacs buffer

2000-07-16 Thread Ken Manheimer
I've put together an alternative, pared down approach to doing python debugging inside emacs - pdbtrack: http://www.zope.org/Wikis/klm/PDBTrack Once loaded, pdbtrack watches your (comint) process interaction buffers for the pdb stacktrace. When it sees it, and can find the file containing

Re: [Zope-dev] Errors causing half rendered pages

2000-07-16 Thread Dieter Maurer
Chris Withers writes: I'm still debugging and writing the navtree code I've mentioned before and I've noticed that not infrequently, when rendering a page that causes and error, I get a half rendered page rather than a nice Zope error page. This is a bit waffly to put into the

[Zope-dev] Making ZClasses AutoForm Generate

2000-07-16 Thread Kapil Thangavelu
I was reading over on linuxworld about some of Nick's complaints against zope. one of them was the lack of ZClasses being able to autogenerate forms for their property sheets. i wrote up some dtml methods which do just that, see http://lists.zope.org/pipermail/zope/2000-July/029325.html (i

[Zope-dev] Building A MailMan Search Interface

2000-07-16 Thread Kapil Thangavelu
I've come across an itch. I'm tired of having to go through the mailing archives to find what i need. The search interface at egroups, is a bit slow and cumbersome. The one at ntlpd is much nicer, but i'd like to have my own so i can point an archiver/search interface at any mailman mailing list.

[Zope-dev] CalendarTag fix for Zope 2.2

2000-07-16 Thread Tres Seaver
Here is a small patch to make the lovely calendar tag play nice with DT_Util.namespace() in Zope 2.2: $ diff -c lib/python/Products/Calendar/CalendarTag.py \ lib/python/Products/Calendar/CalendarTag.py.org *** lib/python/Products/Calendar/CalendarTag.py Sun Jul 16 21:39:27 2000 ---

Re: [Zope] 2.2 installation problem on Linux

2000-07-16 Thread Meeting Maker Webmaster
Hello, At 19:26 15.07.2000 +, Ragnar Beer wrote: Zope 2.2 (linux2) installs and works fine using ZServer but for whatever reason there is no pcgi-wrapper built in the pcgi dir so that I cannot call Zope.cgi. I checked again and again but ./install doesn't give an error message. What am I

Re: [Zope] upgrade to 2.2 zsql authentication problem

2000-07-16 Thread Gerard Mulot
Hello, I have also the problem with the W32 version Work fine with Gadfly DB Not with ZOBDCDA and sql Server Thanks - Original Message - From: Brian Lloyd [EMAIL PROTECTED] To: 'JĂșlio Dinis Silva' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, July 14, 2000 3:30 PM Subject: RE:

[Zope] Re: Re: [Zope] ZStylesheet

2000-07-16 Thread Guest User
Thanks for the encouragement George. By the way, my director uses Netscape 4 :-( Neil try http://www.w3.org/StyleSheets/Core/ dont give up on css yet! frankly i woudnt even worry about netscape 4.x, Regards, GEORGE DONNELLY [EMAIL PROTECTED] http://cyklotron.com/ The one who tells

Re: [Zope] 2.2 installation problem on Linux

2000-07-16 Thread Joachim Schmitz
Hi, this seams to be a bugglet in the final distribution, the pcgi_wrapper is not build by the install script. This worked in beta 4. You can fix it by running it manally in the pcgi-directory like: cd pcgi sh configure make On Sat, 15 Jul 2000, Ragnar Beer wrote: Howdy! Zope 2.2

[Zope] linuxworld article

2000-07-16 Thread Firestar
http://www.linuxworld.com/linuxworld/lw-2000-07/lw-07-penguin_2.html Hmm...what is your opinion on the article above? I'm interested to see the author's comparison btwn Enhydra and Zope. regards, firestar __ FREE Personalized Email at Mail.com Sign

Re: [Zope] Re: Re: [Zope] ZStylesheet

2000-07-16 Thread George Donnelly
h. thats too bad. you should upgrade him to mozilla at least ... :-) seriously tho i think (havent tried it) that the stylesheets at w3c will get as muuch mileage out of nn4 as possible ( tho you probably knew this already) well hth Regards, GEORGE DONNELLY [EMAIL PROTECTED]

[Zope] FW: [Zope] linuxworld article

2000-07-16 Thread George Donnelly
this is a smear and a cowardly one. one small complaint about the default dtml methods produced when creating a zclass does not an intelligent criticism make! zope is not perfect but he failed to describe any serious problems. imo Regards, GEORGE DONNELLY [EMAIL PROTECTED]

RE: [Zope] linuxworld article

2000-07-16 Thread Gijs Reulen
Hi I think the author is right about the interface of Zope. Take a look at what Enhydra has to offer: http://www.enhydra.org/software/ScreenShots.html What the author especially is missing in Zope is something line Enhydra DODS (Data Object Design Studio), an grafical interactive way to combine

[Zope] LoginManager 0.8.6 on Zope 2.1.6

2000-07-16 Thread Gijs Reulen
Hi there I tried to install LoginManager 0.8.6 owith Zope 2.1.6 but that failed. Zope reports: LoginManager Import Traceback Traceback (innermost last): File "C:\PROGRA~1\ZOPE_216\lib\python\OFS\Application.py", line 387, in import_products product=__import__(pname, global_dict,

[Zope] Starting Zope v2.2.0 with daemontools etc. - problem starting!

2000-07-16 Thread Jrgen Skogstad
Hi there.. I've just tried to install the new Zope with daemontools .. but I seem to get an error after I initiate zope through dameontools with "svc -u /service/zope" .. here what it continues to output; 16:52 zope@nexus [ /usr/local/zope/Zope-2.2.0-solaris-2.6-sparc more temp.txt Traceback

Re: [Zope] 2.2 installation problem on Linux

2000-07-16 Thread Ragnar Beer
I tried, but got a segmentation fault in the ./configure step. Never happened to me so far. Anybody else? --Ragnar Hello, At 19:26 15.07.2000 +, Ragnar Beer wrote: Zope 2.2 (linux2) installs and works fine using ZServer but for whatever reason there is no pcgi-wrapper built in the pcgi

[Zope] DTML Problem (from the newbie hair ripper category)

2000-07-16 Thread Darin Lee
Greetings, I have created a custom Zclass called "Category." This object is based on the "objectManager" template. Essentially this object is a container with a few properties attached; "navigation_name" and "description." Essentially, the gist of this is to create a navigation menu with a

Re: [Zope] ZStylesheet

2000-07-16 Thread Chris Withers
Neil Burnett wrote: Well, I am going to give up with CSS. I am sure ZStylesheet is a fine product, its just that CSS implementations lets it down. I find the following page really useful: http://webreview.com/wr/pub/guides/style/mastergrid.html It lists exactly what does and doesn't work in

[Zope] Zope docs ??

2000-07-16 Thread jholland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Anynoe recommend any documentation on Zope; esp. extending it with Python methods; besides the ZOpe.org stuff? John Holland - --- Email: [EMAIL PROTECTED] Web: http://jbhsoft.linuxave.net Public key : finger

[Zope] Re: Zope 2.2.0 Startup

2000-07-16 Thread Chris Withers
Indra Gunawan wrote: I've just install Zope 2.2.0 from 2.1.6 but when I run the start.bat it seems the startup process took a very2 long time compared to the usual, is it normal? I don't know... Maybe the patch to the port checking algorithm never made it into the 2.2 code:

[Zope] PIL on Win32 for the Photo Product

2000-07-16 Thread Alexander Limi
Hi, I need PIL in my Zope install to get the Photo product working. I downloaded the win32 version of PIL from http://starship.python.net/crew/da/PIL/ and tried unpacking it in the bin\python dir of my Zope install. Photo reports the following: Traceback (innermost last): File

[Zope] Re: PIL on Win32 for the Photo Product

2000-07-16 Thread Alexander Limi
The web pages say something about a pil.pth file, I can't find that anywhere in the archive either. Should of course have checked the Photo tarball for this... Got it working two minutes after the mail was sent. Sorry :) Alexander. ___ Zope

[Zope] problems with odbc

2000-07-16 Thread Erik Myllymaki
The following code works well from the command line, but produces the following error when run from zope as an external method: Error Type: AttributeError Error Value: odbc --- def testit(): import dbi, odbc s = odbc.odbc('zopeSQL/zserver/***') cur = s.cursor()

[Zope] Off Topic... ;-)

2000-07-16 Thread Chris Withers
I saw this in someone's sig. and thought of Zope: "The more I learn, the more I realize I don't know, and the more I realize I don't know, the more I want to learn." --Einstein ;-) Chris ___ Zope maillist - [EMAIL PROTECTED]

Re: [Zope] Zope Knowledge Base on www.faqts.com?

2000-07-16 Thread Dieter Maurer
Fiona Czuczman writes: Hi, I've been working on a Python knowledge base for the last couple of months. http://python.faqts.com Very good! Recently I've been thinking about incorporating content from this mailing list in a folder dedicated to Zope. And sending out my daily

[Zope] MetaPublisher DB - was linuxworld article

2000-07-16 Thread Mark Pratt
hi, Gijs Reulen wrote: Has anyone at Digital Creations yet taken a look at Beehive's MetaPublisher ? I think that is the way to go for the short term (Studio being long term) ! Nice looking browser interface, combining data and databases, wizards, etc. before people get confused when

Re: [Zope] ZStylesheet

2000-07-16 Thread Neil Burnett
Chris Thanks for that. I know and use their (much shorter) safe list: http://webreview.com/wr/pub/guides/style/safegrid.html I do use styles to get rid of font face color from throughout my pages although I try and use small and big for font sizes. Anything more sophisticated than that seems

Re: [Zope] MetaPublisher DB - was linuxworld article

2000-07-16 Thread Chris Withers
Mark Pratt wrote: Sorry if that's a dumb question ;-) no, it`s not a dumb question. MetaPublisher is open source. Written in Zope? Where can I find out more? cheers, Chris ___ Zope maillist - [EMAIL PROTECTED]

[Zope] SV: [Zope] linuxworld article

2000-07-16 Thread peter be
Well Gijs, you've got some points right in what you're saying BUT... If you know some HTML and Stylesheets why don't you revamp the interface yourself. I have. Look for dtml files in your Zope root. When you open them you'll see that it's good old HTML. I, for example, have a small monitor and

[Zope] Re: [Zope-dev] CalendarTag fix for Zope 2.2

2000-07-16 Thread Darrell Gallion
Speaking of the calendar tag, which I'm very grateful for. I noticed that changing the mode setting in one browser was seen in all others. calendar.py line ~323: def render(self, md): self.mode = 'month' Forcing the mode to month seems to work. The view will be month unless the url

[Zope] ZCatalog

2000-07-16 Thread Jonathan Desp
if you know the answer just email me at [EMAIL PROTECTED] (my site is almost ready at www.atomasoft.com , there are 2 pages to write + the search engine to fix, is it possible for zope to use - http://www.htdig.org/ ?) I'd like to know something: In the article here:

[Zope] linuxworld article and auto-form generation

2000-07-16 Thread Kapil Thangavelu
I played around with some auto-form generating ZClasses a couple months ago. Just thought i should share since it seems to be something people want, and i saw it used as a feature-lack against zope on linuxworld. basically it just spits out an html page where you pick a property sheet and then it

Re: [Zope] ZCatalog

2000-07-16 Thread Chris McDonough
Jonathan Desp wrote: if you know the answer just email me at [EMAIL PROTECTED] (my site is almost ready at www.atomasoft.com , there are 2 pages to write + the search engine to fix, is it possible for zope to use - http://www.htdig.org/ ?) I don't think HTDig can index Zope content

Re: [Zope] ZCatalog

2000-07-16 Thread Chris McDonough
Jonathan Desp wrote: Hi Chris, thanks alot for your help, You said: dtml-var title You would replace it with: a href="dtml-var "catalog.getpath(data_record_id_)"" dtml-var title But there is no dtml-var title I think it's the right file "Report" though, he said:

[Zope] CalendarTag fix for Zope 2.2

2000-07-16 Thread Tres Seaver
Here is a small patch to make the lovely calendar tag play nice with DT_Util.namespace() in Zope 2.2: $ diff -c lib/python/Products/Calendar/CalendarTag.py \ lib/python/Products/Calendar/CalendarTag.py.org *** lib/python/Products/Calendar/CalendarTag.py Sun Jul 16 21:39:27 2000 ---