Re[2]: [Zope3-Users] Debugger for Zope 3

2006-04-26 Thread Adam Groszer
Hi, If we are coming to commercial IDEs then Komodo is also a good choice for debugging. You just have to put it's dbgp module on the PYTHONPATH and use the below small script to avoid some irritating deprecation mesages. After this, you put brk() in you code and it will stop there. After it was

Re: [Zope3-Users] Debugger for Zope 3

2006-04-26 Thread Lennart Regebro
On 4/26/06, Stephan Richter [EMAIL PROTECTED] wrote: WingIDE's debugger is superb. Once you set the thread count to 1 it should work. At some point we'll have to write a small package that installs the debugger hook automatically. For now duplicating the Zope 2 steps and the Zope 2 product is

[Zope3-Users] newbie question on i18n

2006-04-26 Thread Riccardo Tonon
Hi everybody, I'm developing a multilanguage site in Zope 3. I've just prepared it to support the i18n based on the browser language. I would like also to let the user decide which language to use. (e.g. using a combo box present on each page of the site) Anybody has an example where I

RE: [Zope3-Users] debian installation

2006-04-26 Thread David Johnson
I figured it out. An admin installed a different version and overrode Debian. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Johnson Sent: Wednesday, April 26, 2006 10:21 AM To: 'Stéphane Brault'; 'user-list zope' Subject: RE: [Zope3-Users]

[Zope3-Users] Oracle Adapter

2006-04-26 Thread David Johnson
Ive not seen any posts or information on this recently. Does anyone if there is an Oracle database adapter available? -- David Johnson ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Container base classes

2006-04-26 Thread Jachin Rupe
hi there I am new to Zope. I have been spending the last several days reading everything I can find on Zope. So far a lot of the larger examples I've seen use zope.app.container.btree.BTreeContainer any time it is necessary to hold a bunch of other objects. Yet when I looked at the

[Zope3-Users] announce: pure ORM for Zope3

2006-04-26 Thread Garanin Michael
Hello! In new branch zsqlmap-project i develop light plugable ORM for Zope3(only!). It's NOT wrapper for sqlobject, but i use sqlobject naming style. Supported: StringCol and other; ForeignKey MulitpleJoin; AND\OR \BETWEEN\...\LIKE-sql conditions for select\selectBy; Now exist two

Re: [Zope3-Users] newbie question on i18n

2006-04-26 Thread Frank Burkhardt
Hi, On Wed, Apr 26, 2006 at 11:14:19AM +0200, Riccardo Tonon wrote: Hi everybody, I'm developing a multilanguage site in Zope 3. I've just prepared it to support the i18n based on the browser language. I would like also to let the user decide which language to use. (e.g. using a combo

[Zope3-Users] Re: development workflow

2006-04-26 Thread Philipp von Weitershausen
Jachin Rupe wrote: hi there I'm new to Zope development from the PHP realm. When I worked in PHP I would, write a little code, save it, refresh the browser and see what happened. Initially I tried to do that in Zope and as you can imagine I decided very quickly that having to restart

Re: [Zope3-Users] Oracle Adapter

2006-04-26 Thread TAHARA Yusei
Hi. there is an Oracle database adapter available? Yes, here http://svn.zope.org/cxoracleda/trunk/ -- Yusei Tahara ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users