[Zope-dev] Boa Constructor

2000-10-17 Thread Shane Hathaway
There I was, toying with the idea of writing a simple family checkbook app using ZODB and wxPython. I discover a lacking feature in wxGrid, so I go to www.wxpython.org to see if there's a new version out. Sure enough, there is. Then I look at the wxPython archive to see if anyone had had the sa

Re: [Zope-dev] Recursive folders from Python, Thanks to all

2000-10-17 Thread Jason Spisak
Kapil and Others, Thanks for the enlightening alternatives. That's one thing about this list and Python, there's more than one way to skin an object. All my best, > not an answer to the original question... but an alternative approach > > > from OFS import Folder > > def create_folders(self

[Zope-dev] Recursive Folder creation error

2000-10-17 Thread Jason Spisak
Zopists, I tried the example given by Kapil Thangavelu. from OFS import Folder def create_folders(self, number): ''' create a set of recursive folders with depth equal to number''' parent = self for index in xrange(number): folder = Folder() folder.id = str(number)

Re: [Zope-dev] Recursive Folder creation error

2000-10-17 Thread Chris Withers
Jason Spisak wrote: > > Zopists, > > I tried the example given by Kapil Thangavelu. > > from OFS import Folder try replacing the above with: from OFS.FOlder import Folder cheers, Chris ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope

[Zope-dev] Recursive Folders

2000-10-17 Thread Jason Spisak
Zopsters, The line folder = Folder() was suposed to be folder = Folder.Folder() Thanks again! All my best, Jason Spisak [EMAIL PROTECTED] ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope-dev ** No cross

[Zope-dev] Re: Zope translation into spanish

2000-10-17 Thread Amos Latteier
> Ernesto Revilla wrote: > I'm in contact with LUCAS, the biggest resource for translating Linux > and Open Porjects into spanish. (LUCAS docs are part of the most > important spanish distributions, like ESWARE, SUSE, HispaFuentes, > RedHat and others.) > > We would like to know if it was possibl

[Zope-dev] Re: Zope translation into spanish

2000-10-17 Thread Martijn Pieters
On Tue, Oct 17, 2000 at 10:17:24AM -0700, Amos Latteier wrote: > > We would like to know if it was possible/recommendable to translate > > also the user interface of ZOPE. This is important, because when > > translating we have to mention the user interface elements (especially > > in the tutorial

[Zope-dev] INSTANCE_HOME breaks cross products import

2000-10-17 Thread Johan Carlsson
Hi, I'm using then the INSTANCE_HOME to have separate Zope instances use a base zope installation and a shared products directory with symlink's to the instance product folder. As described in the "How-To: Make your life easier with INSTANCE_HOME" by 4am. Now the LoginManager can't import anyth