[Zope] Re: Need for advice ...

2005-10-20 Thread Nick Davis
I'm not sure how difficult it is to install Linux on this h/w but if you can, this will make life easier for you in many ways in addition to being easier to host Plone/Zope ___ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope

Re: [Zope] __getitem__ and returning a PageTemplateFile instance

2005-10-20 Thread Anders Bruun Olsen
On Wed, Oct 19, 2005 at 09:47:50PM +0200, Dieter Maurer wrote: > >Zope has encountered a problem publishing your object. > >Cannot locate object at: http://localhost:8080/vitester/asonhe > This is a "NotFound" problem. >Zope is unable to locate "vitester/asonhe" > Are you sure, "vitester/asonh

Re: [Zope] Re: Hello

2005-10-20 Thread Lennart Regebro
On 10/20/05, Pierre Thibault <[EMAIL PROTECTED]> wrote: > Andrew Milton a écrit : > > >+---[ Pierre Thibault ]-- > >| Hello, > >| > >| Is someone reading this message? No. :-) > I am new to Zope. So I would like to learn. On the Zope website it is > written to do the tutor

Re: [Zope] Re: Hello

2005-10-20 Thread Lennart Regebro
Oh, and another thing: On 10/20/05, Pierre Thibault <[EMAIL PROTECTED]> wrote: > I also plan to learn Plone after Zope, is it a good path? [...] "/Users/pierreth/Download/Zope-3.1.0/build/lib.darwin-8.2.0-Power_Macintosh-2.3/zdaemon/tests/testzdrun.py", > > line 260, in testUmask You installed Zo

Re: [Zope] Re: Need for advice ...

2005-10-20 Thread Lennart Regebro
On 10/20/05, Nick Davis <[EMAIL PROTECTED]> wrote: > I'm not sure how difficult it is to install Linux on this h/w but if you > can, this will make life easier for you in many ways in addition to > being easier to host Plone/Zope Debian is supposed to run fine. Also OpenBSD has a sparc port which

Re: [Zope] write file to FS (LocalFS?)

2005-10-20 Thread Chris Withers
Rakotomandimby Mihamina wrote: On Wed, 2005-10-19 at 13:44 +0100, Chris Withers wrote: Rakotomandimby Mihamina wrote: I am on a unix-like operating system, Zope 2.8, CMF, CPS (SVN Trunk). I would like users to be abble to write some file on the filesystem. Why? I manage a group of users o

Re: [Zope] now learning zpt

2005-10-20 Thread Chris Withers
Garry Saddington wrote: Would you also stop using dtml in zsql methods If I could, I would, but ZSQL methods only support DTML :-( (At least for mail there's now MailTemplates (plug, plug ;-) and you don't have to use anymore ;-) and do the processing of multiple records in python? Er? N

Re: [Zope] inheriting from SimpleUserFolder's User

2005-10-20 Thread Jürgen Herrmann
[ Dieter Maurer wrote:] > Jürgen Herrmann wrote at 2005-10-19 15:34 +0200: >>i use the SimpleUserFolder product and derive a MyUser class from it's >>included User class, which in turn inherits from BasicUser. >> >>the SimpleUserFolder's User class does neither reimplement >>getRolesInContext() no

[Zope] Re: inheriting from SimpleUserFolder's User

2005-10-20 Thread Florent Guillaume
Jürgen Herrmann wrote: [ Dieter Maurer wrote:] Jürgen Herrmann wrote at 2005-10-19 15:34 +0200: i use the SimpleUserFolder product and derive a MyUser class from it's included User class, which in turn inherits from BasicUser. the SimpleUserFolder's User class does neither reimplement getRol

[Zope] implicit vs. explicit ownership?

2005-10-20 Thread Jürgen Herrmann
in AccessControl.Owned.Owned: def manage_changeOwnershipType(explicit=1, RESPONSE=None, REQUEST=None): """Change the type (implicit or explicit) of ownership. """ can somebody please explain what's the difference between explicit and implicit here, or provide a rtfm hint? reg

Re: [Zope] Re: Need for advice ...

2005-10-20 Thread Enrique Arizón
Thanks for the replies. For now I'm going to try it with Solaris 10 for a few reasons: 1.- I try to get the most of its 6 SCSI discs, and the documentation I found for Solaris (http://docs.sun.com/app/docs/doc/816-4520) was much better than similiar one for Linux, including optimizations for vari

[Zope] Re: implicit vs. explicit ownership?

2005-10-20 Thread Florent Guillaume
Jürgen Herrmann wrote: in AccessControl.Owned.Owned: def manage_changeOwnershipType(explicit=1, RESPONSE=None, REQUEST=None): """Change the type (implicit or explicit) of ownership. """ can somebody please explain what's the difference between explicit and implicit here, or

Re: [Zope] Re: implicit vs. explicit ownership?

2005-10-20 Thread Jürgen Herrmann
[ Florent Guillaume wrote:] > Jürgen Herrmann wrote: >> in AccessControl.Owned.Owned: >> >> def manage_changeOwnershipType(explicit=1, RESPONSE=None, >> REQUEST=None): >> """Change the type (implicit or explicit) of ownership. >> """ >> >> can somebody please explain what's the

Re: [Zope] Re: Hello

2005-10-20 Thread Pierre Thibault
Lennart Regebro a écrit : Oh, and another thing: You installed Zope 3.1. Zope 3 is very different from Zope 2, and Plone does not run on it. So, the question is of you want to learn Zope 2 or Zope 3. Which leads to the question: What is your goal with learning Zope? I would like to make

Re: [Zope] __getitem__ and returning a PageTemplateFile instance

2005-10-20 Thread Dieter Maurer
Anders Bruun Olsen wrote at 2005-10-20 11:52 +0200: >On Wed, Oct 19, 2005 at 09:47:50PM +0200, Dieter Maurer wrote: >> >Zope has encountered a problem publishing your object. >> >Cannot locate object at: http://localhost:8080/vitester/asonhe >> This is a "NotFound" problem. >>Zope is unable to

Re: [Zope] write file to FS (LocalFS?)

2005-10-20 Thread Dieter Maurer
Chris Withers wrote at 2005-10-20 12:03 +0100: > ... >I would then have this modification done in a tightly controlled >external method (from a security point of view) and make sure you use >some big Locks (see python threading module's documentation) so multiple >simultaneous requests don't cau

Re: [Zope] Re: Hello

2005-10-20 Thread Lennart Regebro
On 10/20/05, Pierre Thibault <[EMAIL PROTECTED]> wrote: > Lennart Regebro a écrit : > > >Oh, and another thing: > > > > > >You installed Zope 3.1. Zope 3 is very different from Zope 2, and > >Plone does not run on it. So, the question is of you want to learn > >Zope 2 or Zope 3. Which leads to the