[Zope3-dev] Why is the testrunner running with the --profile option ?

2007-02-28 Thread Michael Haubenwallner
Why is the testrunner running with the --profile option ? I did not set it. I understand that profiling should be disabled if hotshot cannot be imported. Running (from a svn checkout) python test.py -s zope.anypackage gets me that error: ImportError: No module named profile please install

[Zope3-dev] buildoutification of zope.testbrowser blocked

2007-02-28 Thread Michael Bernstein
I'm doing buildoutification of various zope.* packages, and I'm blocked on zope.testbrowser. After bootstrapping and doing the buildout, running bin/test produces the following error: Test-module import failures: Module: zope.testbrowser.tests Traceback (most recent call last): File

Re: [Zope3-dev] Why is the testrunner running with the --profile option ?

2007-02-28 Thread Marius Gedminas
On Wed, Feb 28, 2007 at 10:33:34AM +0100, Michael Haubenwallner wrote: Why is the testrunner running with the --profile option ? It is not, but it tries to import the profiler anyway. I did not set it. I understand that profiling should be disabled if hotshot cannot be imported. That seems

[Zope3-dev] Subversion upgrade this weekend

2007-02-28 Thread Jim Fulton
I plan to update our subversion server to version 1.4 this weekend. I'll take our repositories offline for a little while while I do this. I don't know exactly when I will do this. Hopefully, it will happen so fast that no one will notice. :) Jim -- Jim Fulton

Re: [Zope3-dev] Why is the testrunner running with the --profile option ?

2007-02-28 Thread Benji York
Michael Haubenwallner wrote: Why is the testrunner running with the --profile option ? I did not set it. I understand that profiling should be disabled if hotshot cannot be imported. Running (from a svn checkout) python test.py -s zope.anypackage Works for me. ImportError: No module

[Zope3-dev] Re: Why is the testrunner running with the --profile option ?

2007-02-28 Thread Michael Haubenwallner
Benji York schrieb: Michael Haubenwallner wrote: Why is the testrunner running with the --profile option ? I did not set it. I understand that profiling should be disabled if hotshot cannot be imported. Running (from a svn checkout) python test.py -s zope.anypackage Works for me.

Re: [Zope3-dev] Re: Why is the testrunner running with the --profile option ?

2007-02-28 Thread Benji York
Michael Haubenwallner wrote: It is like Marius Gedminas said earlier in his response: just install python2.4-profiler package and it works. I'm glad that solved your particular problem. zope.testing is supposed to work without hotshot (and therefore its dependencies like profile), so I'd

rwproperty (was Re: [Zope3-dev] Re: zope.cachedescriptors outdated)

2007-02-28 Thread Gary Poster
On Feb 24, 2007, at 3:59 PM, Philipp von Weitershausen wrote: [...] I once mused about this and came up with rwproperty (a decorator spelling for getters *and* setters, del'ers) and classproperty (uses nested class statement): http://www.z3lab.org/sections/blogs/

Re: rwproperty (was Re: [Zope3-dev] Re: zope.cachedescriptors outdated)

2007-02-28 Thread Philipp von Weitershausen
On 28 Feb 2007, at 20:57 , Gary Poster wrote: On Feb 24, 2007, at 3:59 PM, Philipp von Weitershausen wrote: [...] I once mused about this and came up with rwproperty (a decorator spelling for getters *and* setters, del'ers) and classproperty (uses nested class statement):

Re: rwproperty (was Re: [Zope3-dev] Re: zope.cachedescriptors outdated)

2007-02-28 Thread Gary Poster
On Feb 28, 2007, at 9:10 PM, Philipp von Weitershausen wrote: I didn't realize rwproperty was so popular. I've been wanting to put it on the Cheeseshop since I found out about its popularity. It's like you're reading my mind :). http://cheeseshop.python.org/ pypi/rwproperty Awesome,