Ha David
> Betreff: Re: [Zope-dev] Re: [Zope3-Users] How do I
> automatically login a user
>
> Thanks Jim for doing this. Actually, the domain is something
> I have been looking for also. These other features are really
> nice. I am hoping this
> can be worked into something like z3c.authen
On Apr 3, 2008, at 7:09 PM, Malthe Borch wrote:
On 04/04/2008, Chris Withers <[EMAIL PROTECTED]> wrote:
zope.security uses RestrictedPython, iirc...
For untrusted python, yes –– but is anyone using this (in Zope 3)?
Yup.
Gary
___
Zope-Dev mailli
On Apr 3, 2008, at 7:09 PM, Malthe Borch wrote:
On 04/04/2008, Chris Withers <[EMAIL PROTECTED]> wrote:
zope.security uses RestrictedPython, iirc...
For untrusted python, yes –– but is anyone using this (in Zope 3)?
It's integral to most Zope 2 applications of course to allow secure
executio
On 04/04/2008, Chris Withers <[EMAIL PROTECTED]> wrote:
> zope.security uses RestrictedPython, iirc...
For untrusted python, yes –– but is anyone using this (in Zope 3)?
It's integral to most Zope 2 applications of course to allow secure
execution of Python scripts, so we will need to port Restr
Malthe Borch wrote:
(Asking to the room), is it out of reach to simply migrate to
zope.security (which already runs on Python 2.5)? Obviously there are
differences between the two to the extent that some features simply
can't be implemented.
zope.security uses RestrictedPython, iirc...
Chris
On Thu, 2008-04-03 at 14:41 -0400, Servilio Afre Puentes wrote:
> Hi folks!
>
> I have just posted a bug report on what I see as an inconsistent
> behaviour of BrowserIdManager. I'd appreciate any comments on the
> current code.
Also, the patch I attached fixes a smaller bug causing a cookie not
On Thu, 2008-04-03 at 20:45 +0200, Wichert Akkerman wrote:
> Previously Servilio Afre Puentes wrote:
> > I have just posted a bug report on what I see as an inconsistent
> > behaviour of BrowserIdManager. I'd appreciate any comments on the
> > current code.
>
> A pointer to that bugreport will hug
Previously Servilio Afre Puentes wrote:
> I have just posted a bug report on what I see as an inconsistent
> behaviour of BrowserIdManager. I'd appreciate any comments on the
> current code.
A pointer to that bugreport will hugely increase the chances of someone
commenting it.
Wichert.
--
Wich
Hi folks!
I have just posted a bug report on what I see as an inconsistent
behaviour of BrowserIdManager. I'd appreciate any comments on the
current code.
Best regards,
Servilio
signature.asc
Description: This is a digitally signed message part
___
Z
Hello Paul,
Having the same ideas here.
I'll improve if you don't mind.
Thursday, April 3, 2008, 6:35:01 PM, you wrote:
PC> I think the problem you are having is that buildout Is not installed
PC> on your system. I'm not sure what the buildout bootstrap command does
PC> but I imagine it is a r
I think the problem you are having is that buildout Is not installed
on your system. I'm not sure what the buildout bootstrap command does
but I imagine it is a replacement for the bootstrap.py script.
Personally, I think bootstrap.py should be used when it is available.
I like your suggest
Thanks Jim for doing this. Actually, the domain is something I have been
looking for also. These other features are really nice. I am hoping this
can be worked into something like z3c.authentication for generic use.
Hoping roger is following this.
Regards,
David
Jim Fulton wrote:
Let's mov
Let's move this discussion to zope-dev.
On Apr 2, 2008, at 5:36 AM, kevin gill wrote:
Please check in the code to the sandbox and I will have a look at
it. The
coding looks straight-forward, but choosing how to work it into the
existing components.
I will look at the code and come back with
Bernd Dorn wrote:
on my python2.5 the _curses module was lacking, that was the problem,
but as i see curses is not required just for --auto-color, --color
works as expected
Right, the --auto-color code takes two things into account: is stdout a
terminal and if so, does it have color support
On 03.04.2008, at 14:54, Benji York wrote:
If the only difference is running under Python 2.5 instead of 2.4,
then I don't have any ideas. I just tested 2.4 and 2.5 on Linux and
both worked fine.
If you want to investigate, the place to start is in zope/testing/
testrunner.py at line 24
Bernd Dorn wrote:
with python2.4 i get colored output, with python2.5 under macos x
leopard
does anyone have a clue what the cause is?
If the only difference is running under Python 2.5 instead of 2.4, then
I don't have any ideas. I just tested 2.4 and 2.5 on Linux and both
worked fine.
I am hoping I can get a bit of an update on zam packages on zope svn.
Many thanks.
Regards,
David
___
Zope-Dev maillist - Zope-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http
Hello,
It's real simple:
in dir /home/agroszer/buildbot/slave/cache/build (timeout 1200 secs)
watching logfiles {}
argv: ['/bin/sh', '-c', 'buildout bootstrap .']
environment:
...
closing stdin
using PTY: True
/bin/sh: line 1: buildout: command not found
program finished with exit code 127
Adam GROSZER wrote:
We used to issue "python2.4 bootstrap.py",
"buildout bootstrap ." gives an error, unless I'm missing something.
I'm not familiar with Christian's work with bsquare, but suspect giving
him the actual error message would be helpful.
--
Benji York
Senior Software Engineer
Zop
hi all
i have a testrunner configured with buildout like this
[test]
recipe = zc.recipe.testrunner
defaults = ['--auto-color']
eggs = someegg
with python2.4 i get colored output, with python2.5 under macos x
leopard
does anyone have a clue what the cause is?
thx, bernd
--
Lovely Systems,
Summary of messages to the zope-tests list.
Period Wed Apr 2 11:00:00 2008 UTC to Thu Apr 3 11:00:00 2008 UTC.
There were 5 messages: 5 from Zope Tests.
Tests passed OK
---
Subject: OK : Zope-2.8 Python-2.3.6 : Linux
From: Zope Tests
Date: Wed Apr 2 20:58:59 EDT 2008
URL: http://m
Hello,
I'm trying to setup a buildbot here for our buildout based packages.
What I don't get is, how that works:
f.addStep(Compile(name='bootstrap',
command='buildout bootstrap .',
description=['bootstrapping'],
descriptionDone=['bootstrap']))
ranjith kannikara wrote:
I am a student participating in Google Summer of code 2008. My
proposal to the Zope foundation is to port
Zope2 to Python2.5. I am aware of the works done earlier for porting
Zope3 and the issue like
restricted python implementation. Please give some suggestions on this p
23 matches
Mail list logo