Re: [Zope] import ZGadflyDA.gadfly: Ext Method or Python Script?

2007-12-26 Thread Rakotomandimby Mihamina
Andreas Jung wrote: I would like to learn about using Gadfly, on a very little application. Consider using a *real* database. Gadfly is a toy and it will be removed in Zope 2.11. Okay. And of course you're right: it is a well known fact that PythonScript are restricted on imports and doing o

Re: [Zope] import ZGadflyDA.gadfly: Ext Method or Python Script?

2007-12-26 Thread Andreas Jung
--On 27. Dezember 2007 01:59:10 +0100 Rakotomandimby Mihamina <[EMAIL PROTECTED]> wrote: Hi, I would like to learn about using Gadfly, on a very little application. Consider using a *real* database. Gadfly is a toy and it will be removed in Zope 2.11. And of course you're right: it is a w

Re: [Zope] Re: ZPL and GPL: What should one consider when choosing a license?

2007-12-26 Thread Andreas Jung
--On 26. Dezember 2007 18:56:43 -0800 Ross Patterson <[EMAIL PROTECTED]> wrote: The amusing thing is much of the most useful information I've gotten has been off list. :) It seems as though a creating an informative resource on licensing in the Zope and/or Plone communities is not possible d

[Zope] Re: ZPL and GPL: What should one consider when choosing a license?

2007-12-26 Thread Ross Patterson
Ross Patterson <[EMAIL PROTECTED]> writes: > Chris McDonough <[EMAIL PROTECTED]> > writes: > >> On Dec 21, 2007, at 3:53 PM, Ross Patterson wrote: > >> Now I've gotta run out of here before a licensing discussion breaks >> out. ;-) > > I suppose this topic is just too volatile, but it would be gre

[Zope] import ZGadflyDA.gadfly: Ext Method or Python Script?

2007-12-26 Thread Rakotomandimby Mihamina
Hi, I would like to learn about using Gadfly, on a very little application. I put this in a "Python Script": from Products.ZGadflyDA import gadfly connection = gadfly.gadfly("rktmb_db", "demo") cursor = connection.cursor() cursor.execute("select * from pointage") for x in curs

Re: [Zope] Problem With Installation

2007-12-26 Thread Victor Subervi
Right...wrong list...but I asked the right list 3 days ago and got no response. As far as checking the archives, I tried googling this and came up with nothing at all! I tried googling: "ImportError: No module named plone.i18n.normalizer.interfaces". Maybe you have a better idea? I decided to post

Re: [Zope] Problem With Installation

2007-12-26 Thread Andreas Jung
Wrong list, please ask on plone-users. Bette check the plone-users list archive.. as far as I remember this issue has been asked a bunch of times over the last days. -aj --On 26. Dezember 2007 09:43:15 -0400 Victor Subervi <[EMAIL PROTECTED]> wrote: Hi; I'm trying to install the latest Plo

[Zope] Problem With Installation

2007-12-26 Thread Victor Subervi
Hi; I'm trying to install the latest Plone in a Zope 2.10.5 instance and I get this error: Traceback (most recent call last): File "/usr/local/zope/210/lib/python/OFS/Application.py", line 709, in import_product product=__import__(pname, global_dict, global_dict, silly) File "/usr/local/zope/Produ