Re: [Zope] dollars-and-cents display fails

2005-05-14 Thread Andy Dustman
On 5/14/05, David H <[EMAIL PROTECTED]> wrote: > Greg, > Have you contacted the mySQL product maintainer? This is not a Zope > community issue. Which is to say, many of us have the instinct to help > but simply do not use mySQL and therefore have nothing to suggest. > Other than what is obvious:

Re: [Zope] dollars-and-cents display fails

2005-05-14 Thread David H
Greg Fischer wrote: I guess my quick fix wont work. Well, it fixes the fmt for decimals, but there's more to the issue. Statistical summaries, total, sum dont work either. In my dtml-in I might have this: or These dont work with Mysql 5.0.4. So, what do we have to change in the Mysql DA or may

Re: [Zope] dollars-and-cents display fails

2005-05-14 Thread Greg Fischer
I guess my quick fix wont work. Well, it fixes the fmt for decimals, but there's more to the issue. Statistical summaries, total, sum dont work either. In my dtml-in I might have this: or These dont work with Mysql 5.0.4. So, what do we have to change in the Mysql DA or maybe the Mysql-python

Re: [Zope] assertion error

2005-05-14 Thread Dieter Maurer
[Dieter] > Looks as if your catalog were very old and still has entries > with request relative resolution. > ... > With this information, you can try to analyse the problem > in an interactive Python interpreter. > ... [Denis] To have either object or brain's path in output ("tagencies" list).

Re: [Zope] URL rewriting (VHM and browser Id manager)

2005-05-14 Thread Victor Kolisinski
Dear Dieter I am relativy new in the Zope community , so my firt goal was to check am I doing something wrong in Zope setup or in my code. Regarding debuging , I am also using the pdb debuging tool and for me it's works well. I don't have enough time for now to correct bugs in Zope but this bug

Re: [Zope] Float object not callable (newbie question)

2005-05-14 Thread Tino Wildenhain
Am Freitag, den 13.05.2005, 16:06 +0100 schrieb Paul Hendrick: > hi all, > I'm trying to write a simple app which takes a name, bank balance, > interest rate and returns the balance once 1 years interest has been > added. I'm getting the error that float object is not callable. > i can't figure ou

Re: [Zope] URL rewriting (VHM and browser Id manager)

2005-05-14 Thread Dieter Maurer
Victor Kolisinski wrote at 2005-5-13 10:31 -0700: > ... >URL is generated with _ZopeId but when request come to > >ZServer VHM mapping doesnt works correct. Maybe i >don't know to make correct mapping > >BUT today I make simple example: >VHM mapping = localhost:8080/test/VirtualHostRoot/ > >In test

Re: [Zope] dollars-and-cents display fails

2005-05-14 Thread Tino Wildenhain
Am Freitag, den 13.05.2005, 23:42 -0700 schrieb Greg Fischer: > http://dev.mysql.com/doc/mysql/en/numeric-type-overview.html > That's it right there! Before 5.0.3, they were unpacked, meaning > saved like a char. Now they are packed, fixed point numbers. This is > screwing up the python function

[Zope] [ANN] TextIndexNG 3.0.0 final released

2005-05-14 Thread Andreas Jung
I am pleased to announce the final release of TextIndexNG V 3.0.0. TextIndexNG V 3 is a complete new implementation based on Zope 3 technologies and can be used both in Zope 2.8 or 2.7 (with Five) or in Zope 3. What's new? - multi-field indexing and query support - multi-lingual support - configu

[Zope] Re: How do I logout using DTML

2005-05-14 Thread Josef Meile
Dear Allen, please post your replies to the newsgroup as well. >I tried both yours and the dtml-raise methods, but both of them didn't work. >With yours I redirect myself out but I still logged in. >With dtml-raise Unathorized, it popped out an password query box and kept ask me to input password

[Zope] Re: Managing Users with Postgresql.

2005-05-14 Thread Josef Meile
Hi Fernando, I have a Postgresql database that stores all users, and booleans which describe permissions. The users log on in my application using a WebForm, I run a ZSQL Method and set all permissions in the Session. I manage the security using Session calls, checking each permission and then

Re[2]: [Zope] assertion error

2005-05-14 Thread Denis Mishunoff
Hello, Dieter. You wrote 13 мая 2005 г., 22:21:49: > Looks as if your catalog were very old and still has entries > with request relative resolution. > Replace "assert(obj)" with > if not obj: ># here the assert would fail ># determine its path for later analysis