Re: [Zope-dev] ohloh listings

2011-09-11 Thread Sidnei da Silva
From that same page: """ Please do not simply delete and re-add the enlistment. In most cases this does not have any effect (our system will recognize the URL and simply re-add the existing broken download), and it will complicate our debugging efforts. """ On Sat, Sep 10, 2011 at 6:32 PM, Chris

[Zope-dev] ztk on pypy?

2011-01-11 Thread Sidnei da Silva
There's a pypy sprint going on in Switzerland next week: http://codespeak.net/svn/pypy/extradoc/sprintinfo/leysin-winter-2011/announcement.txt Just wondering if anyone has plans to attend it and push some ztk on pypy goodness. I would gladly go, but personal issues prevent me from doing so. -

Re: [Zope-dev] lxml dependency in Zope 2.12.10 KGS

2010-09-12 Thread Sidnei da Silva
On Fri, Sep 10, 2010 at 8:45 AM, Martin Aspeli wrote: > Hi, > > The Zope 2.12.10 KGS at > http://download.zope.org/Zope2/index/2.12.10/versions.cfg specifies > >  lxml = 2.2.6 > > There is no Python 2.6 Windows build for this egg, which means that this > version cannot be installed on Windows unde

Re: [Zope-dev] .lock files on Windows

2010-09-03 Thread Sidnei da Silva
On Fri, Sep 3, 2010 at 1:16 PM, Jim Pharis wrote: > https://bugs.launchpad.net/collective.buildout/+bug/596839 > > Killing a fg instance with ctrl-c isn't the only scenario where the lock and > pid files don't get cleaned up. I thought the problem was only the .pid file, not the .lock. Can you co

Re: [Zope-dev] RFC: ETag support for zope.browserresource

2010-08-10 Thread Sidnei da Silva
On Tue, Aug 10, 2010 at 12:42 PM, Marius Gedminas wrote: > How would you like that to be configured? > > Option #1: > >   ? > > Option #2: > >  getMultiAdapter((resource, request), IETag).computeETag() ? > >  This is maybe a bit problematic, because the actual File object that >  contains all the

Re: [Zope-dev] RFC: ETag support for zope.browserresource

2010-08-09 Thread Sidnei da Silva
On Mon, Aug 9, 2010 at 3:25 PM, Marius Gedminas wrote: > I've added ETag support for zope.browserresource in a branch: > http://zope3.pov.lt/trac/changeset/115596 > > Does anybody have any comments/objections?  If not, I'd like to merge > this to trunk and release zope.browserresource 3.11.0. +1

Re: [Zope-dev] Zope summit topics

2010-07-05 Thread Sidnei da Silva
On Mon, Jul 5, 2010 at 3:52 PM, Martijn Faassen wrote: > (But hurry.resource is not perfect; I think it'd be better to step out > of Python land and create a Javascript packaging system somewhat modeled > on Python's, with easy integration into Python projects. A sprint task?) YUI 3's loader come

Re: [Zope-dev] All sponsored MSDN licenses received?

2010-06-15 Thread Sidnei da Silva
Has not arrived here. But then again Brazil is far away. Em 15/06/2010 12:06, "Christian Theune" escreveu: Hi, at the meeting Adam said he has his copy of MSDN received. Did everybody else who subscribed? Christian -- Christian Theune · c...@gocept.com gocept gmbh & co. kg · forsterstraße 29 ·

Re: [Zope-dev] Summary (Was: Developer meeting today 15:30 UTC, Agenda attached)

2010-05-26 Thread Sidnei da Silva
On Wed, May 26, 2010 at 10:46 AM, Christian Theune wrote: > Ok. That's cool. As you read we're currently looking into Rackspace as an > alternative to Amazon. Do you have an idea whether there is a way to > leverage your work on the AMI for that, too? You'd basically have to reinstall everything.

Re: [Zope-dev] Summary (Was: Developer meeting today 15:30 UTC, Agenda attached)

2010-05-26 Thread Sidnei da Silva
FWIW, YES. It is possible to install the toolchains for 32-bit alongside 64-bit. That's how it is setup in the AMI I provided. -- Sidnei ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTM

[Zope-dev] [PATCH] zope.testing/zope.testrunner doesn't tearDown layers when running in parallel

2010-05-12 Thread Sidnei da Silva
I have a patch for the issue in the subject, which seems like mostly an oversight than being by design. Bug at: https://bugs.edge.launchpad.net/zope.testrunner/+bug/579019 There are two branches linked to the bug, one against zope.testrunner and another against zope.testing. Would be nice to ge

Re: [Zope-dev] bug tracker gardening for bugday

2010-04-21 Thread Sidnei da Silva
On Wed, Apr 21, 2010 at 2:14 PM, Tres Seaver wrote: > I have also tagged a bunch of other bugs (mostly those with patches) > with the tag -- it would be good to adopt a culture where bugs with > patches (or branches) never languish. "There's a view for that!": https://bugs.edge.launchpad.net/z

Re: [Zope-dev] Launchpad gardening

2010-04-16 Thread Sidnei da Silva
On Thu, Apr 15, 2010 at 9:40 PM, Tres Seaver wrote: > Turns out not to be too tough, given the git and mercurial examples to > stare at: > >  lp:~tseaver/mr.developer/bzr_sources > > I have only tested it lightly so far, but it does seem at least to get > the initial checkouts done using bzr (even

Re: [Zope-dev] Launchpad gardening

2010-04-15 Thread Sidnei da Silva
On Thu, Apr 15, 2010 at 2:27 PM, Tres Seaver wrote: >  - using externals to stitch together omnibus buildouts, e.g. >   CMF.buildout.  We could probably use something like >   'infrae.subversion' instead, maybe with a hook that allowed >   local customization of the command used to fetch the sub-c

Re: [Zope-dev] Launchpad gardening

2010-04-15 Thread Sidnei da Silva
On Thu, Apr 15, 2010 at 12:41 PM, Leonardo Rochael Almeida wrote: > Thanks Tres and Sidnei, > > My questions were intended to go to the list anyway. > > Can we take a branch from the launchpad mirror and bind it back > directly at svn+ssh://svn.zope.org/ to commit? > > For instance, say I'm review

Re: [Zope-dev] Launchpad gardening

2010-04-15 Thread Sidnei da Silva
> There's a dashboard for keeping track of pending and approved Merge > Proposals, eg: > >  https://launchpad.net/zopetoolkit/+activereviews Not very useful since it's empty. Look at the pending proposals from zc.buildout for a better example: https://edge.launchpad.net/zc.buildout/+activerevie

Re: [Zope-dev] Launchpad gardening

2010-04-15 Thread Sidnei da Silva
On Thu, Apr 15, 2010 at 12:17 PM, Tres Seaver wrote: > Finally, I push my branch up to Launchpad:: > >  $ bzr push lp:~tseaver/zope.interface/lp_12345 Once the branch is submitted to Launchpad, it is also possible to create a Merge Proposal, which is a step up from a patch. Reviewers can see a l

Re: [Zope-dev] [PATCH] subunit output for zope.testing

2010-03-12 Thread Sidnei da Silva
On Fri, Mar 12, 2010 at 11:09 AM, Marius Gedminas wrote: >> > On Thu, Mar 11, 2010 at 08:52:11PM +, Jonathan Lange wrote: >> >> === modified file 'src/zope/testing/testrunner/testrunner-leaks.txt' >> >> --- src/zope/testing/testrunner/testrunner-leaks.txt  2008-05-05 18:50:48 >> >> + >> >

Re: [Zope-dev] [PATCH] subunit output for zope.testing

2010-03-11 Thread Sidnei da Silva
Hi Jonathan, On Thu, Mar 11, 2010 at 5:52 PM, Jonathan Lange wrote: > Hello, > > For a long time, I've wanted to have a subunit output formatter for > zope.testing. Subunit is a language-generic streaming protocol for > test results. Once a test runner can display subunit output, it > becomes muc

Re: [Zope-dev] Moving Zope 2 downloads to LP

2009-09-21 Thread Sidnei da Silva
On Mon, Sep 21, 2009 at 5:41 PM, Chris Withers wrote: > Andreas Jung wrote: >> https://edge.launchpad.net/zope2 > > My only concern is that the above url is veeeyy slloww. If this URL timed out, it would be a problem. > https://edge.launchpad.net/zope2/+download even timed out for me ful

Re: [Zope-dev] Proposal: rip twisted integration out of Zope2

2009-09-18 Thread Sidnei da Silva
On Fri, Sep 18, 2009 at 1:23 PM, Andreas Jung wrote: >> IIRC, the twisted integration code was added because Jim wanted us to >> "get out of the server business."  At this point, I think that folks >> wanting an alternative to ZServer should focus on using WSGI to >> integrate with the server of t

Re: [Zope-dev] ZTK test failures - zope.testing

2009-09-15 Thread Sidnei da Silva
Hi Hanno, On Tue, Sep 15, 2009 at 6:42 PM, Hanno Schlichting wrote: > We are down to zero-build problems for the ZTK and just one test > failure. This is in zope.testing in testrunner-layers-buff.txt. That smells like something Gary has touched recently. -- Sidnei __

Re: [Zope-dev] chameleon.core removes the meta http-equiv="content-type" tag

2009-09-09 Thread Sidnei da Silva
On Wed, Sep 9, 2009 at 9:13 AM, Malthe Borch wrote: > Fabio Tranchitella wrote: >> I hope this is the right mailing list for such a question. Why does >> chameleon.core removes the meta tag http-equiv="content-type" from the >> output? > > I have no idea why; I've asked Sidnei to clarify that parti

Re: [Zope-dev] Subversion externals versus mirroring

2009-09-09 Thread Sidnei da Silva
On Wed, Sep 9, 2009 at 10:35 AM, Jens Vagelpohl wrote: > SVN 1.4 clients will work with SVN 1.5 repositories in general. However, > that's not the real issue here. The issue is the new-style externals > definitions that allow you to use "relative" paths. Those relative paths > will not work for SVN

Re: [Zope-dev] UnicodeDecodeError problems with Zope 2.12.0b4

2009-08-30 Thread Sidnei da Silva
Hi Charlie, > I only know about it because I keep on it hitting it in Windows installs > as there isn't a binary of 2.11 with the fix. You mean the latest binary doesn't have the fix? Or you haven't seen that a binary was released recently? http://www.zope.org/Products/Zope/2.11.4/ -- Sidnei

Re: [Zope-dev] Looking for volunteer: windows installer builder for zc.sourcerelease-based releases

2009-08-17 Thread Sidnei da Silva
On Fri, Aug 14, 2009 at 3:48 PM, Jim Fulton wrote: > I know there are people on this list who have experience building > windows installers. > > It would be really great if someone who had some expertise building > windows installers would work with me on a tool to build windows > installers from s

Re: [Zope-dev] zope.testing 3.8 fails in mysterious ways

2009-07-30 Thread Sidnei da Silva
On Thu, Jul 30, 2009 at 9:33 PM, Martin Aspeli wrote: > Unfortunately, I've got other packages that depend on a newer > zope.testing (specifically, collective.testcaselayer). But I thought > zope.testing aimed to be able to run any "valid" tests, so it sounds > like a bug in zope.testing regardless

Re: [Zope-dev] Hg mirror available

2009-06-19 Thread Sidnei da Silva
Hi Wolfgang, On Fri, Jun 19, 2009 at 2:43 AM, Wolfgang Schnerring wrote: > Hi there, > > * Sidnei da Silva [2009-06-18 14:28]: >> > I'm asking because I noticed that basically all SVN->DVCS conversion >> > tools (hg convert, git-svn, bzr svn-import, svn2bzr, sv

Re: [Zope-dev] Hg mirror available

2009-06-18 Thread Sidnei da Silva
n indentical commit. I don't have a great answer there. Though the fact that Wolfgang says svn shows both... I suppose because "svn log" shows everything across all branches? """ -- Sidnei da Silva Canonical Ltd.  Landscape · Changing the way you manage your systems http://land

Re: [Zope-dev] Mailinglist for Zope 2 bugs!?

2009-05-17 Thread Sidnei da Silva
y-open zope2-tracker mailing list? -- Sidnei da Silva Canonical Ltd.  Landscape · Changing the way you manage your systems http://landscape.canonical.com ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No

Re: [Zope-dev] Mailinglist for Zope 2 bugs!?

2009-05-16 Thread Sidnei da Silva
must subscribe > to the list above > > Thanks to Sidnei and Jens for helping. > > Andreas > > On 13.05.09 16:51, Andreas Jung wrote: >> On 12.05.09 16:49, Sidnei da Silva wrote: >> >> >>>> That's not needed. Since the zope2-dev team is automa

Re: [Zope-dev] Mailinglist for Zope 2 bug!?

2009-05-13 Thread Sidnei da Silva
On Wed, May 13, 2009 at 11:46 AM, Andreas Jung wrote: > So anyone can subscribe to Zope 2 ticket changes without having > to be a member of the Zope 2 team. Works for me. -- Sidnei da Silva Canonical Ltd.  Landscape · Changing the way you manage your systems http://landscape.canonic

Re: [Zope-dev] [Zope-Checkins] SVN: Zope/trunk/ merged haufe-legacy-integration branch

2009-05-12 Thread Sidnei da Silva
On Tue, May 12, 2009 at 12:38 PM, Chris Withers wrote: > Sidnei da Silva wrote: >> >> And the original message said: >> >> """ >> That page was changed recently >> to show more information. You can see from the screenshot on this page >&

Re: [Zope-dev] [Zope-Checkins] SVN: Zope/trunk/ merged haufe-legacy-integration branch

2009-05-12 Thread Sidnei da Silva
;t read the whole message, and no matter how much effort I spend in explaining this to you, if you don't read the whole message then it's worthless. > Are zope2-dev or zope3-dev similarly restricted teams? > If so, how do people find out how to join a restricted team? See Andreas&

Re: [Zope-dev] [Zope-Checkins] SVN: Zope/trunk/ merged haufe-legacy-integration branch

2009-05-12 Thread Sidnei da Silva
er replies. I can't keep up with your speed, and you you're just causing a lot of extra communication overhead by not reading what I'm writing and quickly replying with short messages. This is not IRC/IM. Thanks! -- Sidnei da Silva Canonical Ltd.  Landscape · Changing the way you man

Re: [Zope-dev] [Zope-Checkins] SVN: Zope/trunk/ merged haufe-legacy-integration branch

2009-05-12 Thread Sidnei da Silva
On Tue, May 12, 2009 at 12:08 PM, Chris Withers wrote: > Sidnei da Silva wrote: >> >> On Tue, May 12, 2009 at 12:06 PM, Andreas Jung wrote: >>> >>> Will do - after having the URL for the "Join" link. >> >> https://launchpad.net/~zope2-dev

Re: [Zope-dev] [Zope-Checkins] SVN: Zope/trunk/ merged haufe-legacy-integration branch

2009-05-12 Thread Sidnei da Silva
age for joining the team: https://help.launchpad.net/Teams/Joining -- Sidnei da Silva Canonical Ltd.  Landscape · Changing the way you manage your systems http://landscape.canonical.com ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/list

Re: [Zope-dev] [Zope-Checkins] SVN: Zope/trunk/ merged haufe-legacy-integration branch

2009-05-12 Thread Sidnei da Silva
On Tue, May 12, 2009 at 12:06 PM, Andreas Jung wrote: > Will do - after having the URL for the "Join" link. https://launchpad.net/~zope2-dev/+join -- Sidnei da Silva Canonical Ltd.  Landscape · Changing the way you manage your systems http://landscape.

Re: [Zope-dev] [Zope-Checkins] SVN: Zope/trunk/ merged haufe-legacy-integration branch

2009-05-12 Thread Sidnei da Silva
bed to issues, we only need to set it's contact address. If we set that address to zope-...@lists.zope.org, then issues will automatically be delivered to it. -- Sidnei da Silva Canonical Ltd.  Landscape · Changing the way you manage your systems http://landscape.canonical.com _

Re: [Zope-dev] [Zope-Checkins] SVN: Zope/trunk/ merged haufe-legacy-integration branch

2009-05-12 Thread Sidnei da Silva
not be the most appropriate place. Maybe we should revive the 'zope-collector' mailing list (or am I dreaming that such a list ever existed?) -- Sidnei da Silva Canonical Ltd.  Landscape · Changing the way you manage your systems http://landscape.canonical.com ___

Re: [Zope-dev] Using views for exceptions in Zope 2.12?

2009-05-09 Thread Sidnei da Silva
*wink* -- Sidnei da Silva Canonical Ltd.  Landscape · Changing the way you manage your systems http://landscape.canonical.com ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML en

Re: [Zope-dev] Publishing our company internal Zope extensions and fixes

2009-05-08 Thread Sidnei da Silva
Regardless of that, thanks for putting those improvements out there. I've looked at the list and at least a couple of them are very interesting to me. -- Sidnei da Silva Canonical Ltd.  Landscape · Changing the way you manage your systems http://landscape.canonical.com _

Re: [Zope-dev] Please use launchpad bugtracking/blueprints more

2009-03-25 Thread Sidnei da Silva
ework'. If 'zope-framework' is a project group containing 'zope3', you would already get that. See: https://bugs.launchpad.net/chameleon-template-engine https://bugs.launchpad.net/lazr -- Sidnei da Silva Canonical Ltd.  Landscape ·

Re: [Zope-dev] Please use launchpad bugtracking/blueprints more

2009-03-25 Thread Sidnei da Silva
up then, and there should be a 'Zope Steering Group Project' (zope-steering-group-project) as part of it, and sibling of Zope 3 and any other libraries that are part of Zope Framework. For an example of what this looks like, look at: https://launchpad.net/chameleon-template-engine I can he

Re: [Zope-dev] setup.py "extra" dependencies

2009-03-05 Thread Sidnei da Silva
le.com/p/python-nose/issues/detail?id=102 -- Sidnei da Silva ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope

[Zope-dev] Differing case for Buildout on Windows

2009-02-05 Thread Sidnei da Silva
where buildout detects that the path has been changed as to normalize the path. Thoughts? -- Sidnei da Silva Canonical Ltd.  Landscape · Changing the way you manage your systems http://landscape.canonical.com ___ Zope-Dev maillist - Zope-De

[Zope-dev] CSRF/XSS: zope.formlib

2009-01-25 Thread Sidnei da Silva
ation() would then be used to render the hidden form field holding the CSRF token for that specific action. Does that sound like a reasonable implementation, or is it abusing the framework? -- Sidnei da Silva ___ Zope-Dev maillist - Zope-Dev@zope.org

Re: [Zope-dev] [Fwd: Zope Tests: 4 OK, 2 Failed]

2008-11-29 Thread Sidnei da Silva
== > Tres Seaver +1 540-429-0999 [EMAIL PROTECTED] > Palladion Software "Excellence by Design"http://palladion.com > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.6 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://en

Re: [Zope-dev] Subversion merge tracking

2008-11-13 Thread Sidnei da Silva
geted > warning message before breaking their checkouts. Checkouts are not a problem, only checkins. -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 Skype zopedc ___ Zope-Dev maillist - Zope

Re: [Zope-dev] Subversion merge tracking

2008-11-13 Thread Sidnei da Silva
its starting one year from now (or sooner if there is consensus). > > +1 I vote for sooner, if that makes things easier. I'm already using 1.5 and I'm on Windows, so I guess the Linux users out there shouldn't have a problem getting an up-to-date package right? :) -- Sidnei d

Re: [Zope-dev] [Zope-tests] FAILED (failures=2) : Zope-trunk Python-2.4.5 : Linux

2008-11-12 Thread Sidnei da Silva
>> Tear down zope.testbrowser.tests.TestBrowserLayer in 0.008 seconds. >> Set up zope.traversing.tests.layer.TraversingLayer/home/stefan/ >> autotest/temp/python24-zope212/lib/python/zope/configuration/ >> config.py:197: DeprecationWarning: ZopeSecurityPolicy is >

Re: [Zope-dev] Zope 2.12 features

2008-10-30 Thread Sidnei da Silva
a short-term release that only adds Python 2.5 support. The idea there would be to branch a 2.12 off the 2.11 branch and only add Python 2.5 fixes on top of it, and maybe possibly a new ZODB. -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office

Re: [Zope-dev] Zope 2.12 features

2008-10-30 Thread Sidnei da Silva
>> - Official Python 2.5 and 2.6 support (almost done, requires a community >> decision on when we call RestricedPython supported and reviewed) > > +1 for 2.5; I'm pretty sure 2.6 is not there yet, and may be too hard > to aim for in one release. What makes you thin

Re: [Zope-dev] problem with using webDAV between MS Word and Zope

2008-10-29 Thread Sidnei da Silva
iated. > > Note: i have attached the zope 'resource.py' as i have modified it based on > the above link. plz let me know if you can see what is wrong. > > > Thanks, > > Wayne Glover > TechnicalMedia, Inc. > ___ > Zop

Re: [Zope-dev] Proposal: Backporting some Python 2.5/2.6 fixes

2008-10-27 Thread Sidnei da Silva
On Mon, Oct 27, 2008 at 4:06 PM, Andreas Jung <[EMAIL PROTECTED]> wrote: > Please create branches first and then lets review the changes. Great. > What is the > state of the compatability of Z3 modules with Python 2.5/2.6 as used in Zope > 2.10/2.11? Hard to tell at this poi

Re: [Zope-dev] Proposal: Backporting some Python 2.5/2.6 fixes

2008-10-27 Thread Sidnei da Silva
made that it would be completely and utterly unsupported. -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 Skype zopedc ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman

[Zope-dev] Proposal: Backporting some Python 2.5/2.6 fixes

2008-10-27 Thread Sidnei da Silva
ts) and some C-level changes, to Acquisition and zope.app.container if I recall. I would *not* backport changes to RestrictedPython because those are actually features (support for newer versions of Python) as opposed to the other changes, which are just 'bugfixes' IMHO. Would anyone b

Re: [Zope-dev] Zope 2.12 - supported Python versions

2008-10-15 Thread Sidnei da Silva
On Wed, Oct 15, 2008 at 11:28 AM, Hanno Schlichting <[EMAIL PROTECTED]> wrote: > Stephan Richter wrote: >> On Wednesday 15 October 2008, Sidnei da Silva wrote: >>> I don't want to rain on your parade, but I already did a first pass at >>> reviewing the chang

Re: [Zope-dev] Zope 2.12 - supported Python versions

2008-10-15 Thread Sidnei da Silva
RestrictedPython seems to be well-structured and the tests are easy to extend and understand for someone that played with ast (like the folks playing with z3c.pt). -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___

Re: [Zope-dev] Relative Imports: PEP-328

2008-10-14 Thread Sidnei da Silva
FWIW, I've done that now. On Wed, Oct 8, 2008 at 9:43 AM, Philipp von Weitershausen <[EMAIL PROTECTED]> wrote: > > El 8 Oct 2008, a las 14:23 , Sidnei da Silva escribió: > >> On Wed, Oct 8, 2008 at 8:53 AM, Philipp von Weitershausen >> <[EMAIL PROTECTED]>

Re: [Zope-dev] Zope 2.12 - supported Python versions

2008-10-14 Thread Sidnei da Silva
x27;s enough of the the ZCA working on Python 2.6 to run Zope 2. Would anything else be needed? I would say we are pretty much done as far as Zope 2 is concerned. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Off

[Zope-dev] ZServer/medusa doesn't work with Python 2.6

2008-10-08 Thread Sidnei da Silva
in Zope or is it a bug in Python 2.6 that asyncore is not backwards compatible? -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-Dev maillist - Zope-Dev@zope.org

Re: [Zope-dev] Relative Imports: PEP-328

2008-10-08 Thread Sidnei da Silva
On Wed, Oct 8, 2008 at 8:53 AM, Philipp von Weitershausen <[EMAIL PROTECTED]> wrote: > Sidnei da Silva wrote: >> >> I'm trying to fix some import errors, which seem to be related to PEP-328. >> >> I'm fixing those errors this way, though I don't kn

Re: [Zope-dev] [Fwd: [Bug 279981] Re: zope.app.testing use of 'with' keyword breaks with Python 2.6]

2008-10-07 Thread Sidnei da Silva
e trunk of a package. > > Andreas > Original-Nachricht > Betreff: [Bug 279981] Re: zope.app.testing use of 'with' keyword breaks with > Python 2.6 > Datum: Wed, 08 Oct 2008 04:13:52 - > Von: Sidnei da Silva <[EMAIL PROTECTED]> > Antwo

Re: [Zope-dev] Relative Imports: PEP-328

2008-10-07 Thread Sidnei da Silva
x27;t work on Python 2.4. So the try: except seems to be the only way around here, unfortunately. > or whatever the equivalent for Zope 2 is (I'm assuming it's Zope 2, > since DT_Util is capitalized). Another option might be to switch this to use zope.documenttemplate. :) -- Sidn

[Zope-dev] Python 2.6: 'with' in Interfaces

2008-10-07 Thread Sidnei da Silva
hema.Tuple( title = _("With interfaces"), ... Any suggestions on how to fix this one? -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-Dev maillist - Zo

[Zope-dev] Relative Imports: PEP-328

2008-10-07 Thread Sidnei da Silva
# See PEP-328 from .DT_Util import parse_params, name_param """ -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-Dev maillist - Zope-Dev@z

Re: [Zope-dev] z3c.form and lxml

2008-09-16 Thread Sidnei da Silva
es, you can expect me to keep doing it in the future. It might take 2-3 weeks sometimes, but eventually I get around to it. -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-Dev mailli

Re: [Zope-dev] lxml and z3c.form strategy?

2008-09-16 Thread Sidnei da Silva
g! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope ) > -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214

Re: [Zope-dev] Increasing the Zope Security [EMAIL PROTECTED]

2008-09-01 Thread Sidnei da Silva
http://mail.zope.org/mailman/listinfo/zope-dev > ** No cross posts or HTML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-announce > http://mail.zope.org/mailman/listinfo/zope ) > > -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax

Re: [Zope-dev] Zope 3 on Python 2.5, Zope 3 releases

2008-07-18 Thread Sidnei da Silva
documentation/how-to/using-ploneout-on-windows -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No

Re: [Zope-dev] Zope 3 on Python 2.5, Zope 3 releases

2008-07-17 Thread Sidnei da Silva
>> >> :) > > He does. :-) And I do too. I released several Windows binary eggs based on > that setup as well. Mingw compiled extensions are binary-compatible yes. Mark Hammond has confirmed that at least once to me. -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax

Re: [Zope-dev] Re: [Plone-developers] PAULA: bringing Zope 3's authentication to Plone and beyond

2008-07-12 Thread Sidnei da Silva
"may or may become a part of Zope and/or Plone in the future". Well put Martin. ;) -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-Dev maillist - Zope-Dev@zop

[Zope-dev] Re: Deprecation warnings from 2.11.0

2008-07-10 Thread Sidnei da Silva
On Fri, Jul 4, 2008 at 3:12 PM, Chris Withers <[EMAIL PROTECTED]> wrote: > Did we as a community really release a stable version that emits deprecation > warnings?! :-( We did (/me hides). -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713

Re: [Zope-dev] Re: buildout on Windows

2008-06-23 Thread Sidnei da Silva
On 6/23/08, Chris Withers <[EMAIL PROTECTED]> wrote: > Sidnei da Silva wrote: > > > This one is used to pre-build everything, and then we run Inno Setup > > to build the installer: > > > > > https://svn.plone.org/svn/plone/Installers/Windows/trunk/buildout/in

Re: [Zope-dev] Re: buildout on Windows

2008-06-23 Thread Sidnei da Silva
On 6/23/08, Chris Withers <[EMAIL PROTECTED]> wrote: > Surely that'd do it, right? I have vague memories of someone working on > this... who is it? That'd be Phillip I believe. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856

Re: [Zope-dev] Re: buildout on Windows

2008-06-23 Thread Sidnei da Silva
;setup.py build-ext -i' on a extracted tarball and put it in some common location, alongside with the installer. -- Sidnei da Silva Enfold Systems http://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-Dev maillist - Zop

Re: [Zope-dev] Re: buildout on Windows

2008-06-23 Thread Sidnei da Silva
On Sat, Jun 21, 2008 at 3:16 PM, Chris Withers <[EMAIL PROTECTED]> wrote: > Hey Sidnei, > > Sidnei da Silva wrote: >> >> Depending on how 'plone-ish' your buildout is, you can start from the >> newly-created, experimental buildout-based Plone Installer

Re: [Zope-dev] Re: buildout on Windows

2008-06-20 Thread Sidnei da Silva
Depending on how 'plone-ish' your buildout is, you can start from the newly-created, experimental buildout-based Plone Installer for Windows: https://launchpad.net/plone/3.1/3.1.2/ -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Off

Re: [Zope-dev] Why I dislike narrative doctests

2008-04-23 Thread Sidnei da Silva
NATURE----- > > ___ > Zope-Dev maillist - Zope-Dev@zope.org > http://mail.zope.org/mailman/listinfo/zope-dev > ** No cross posts or HTML encoding! ** > (Related lists - > http://mail.zope.org/mailman/listinfo/zope-a

Re: [Zope-dev] [Zope 2.11] Stepping forward and going beta

2007-12-09 Thread Sidnei da Silva
On Dec 9, 2007 5:30 AM, Andreas Jung <[EMAIL PROTECTED]> wrote: > Objections? Thoughts? That branch didn't look like it was far off being finished. Is there a TODO of what is pending to finish it? -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +

[Zope-dev] Re: Splitting 'Signals' into an egg?

2007-11-21 Thread Sidnei da Silva
On Oct 4, 2007 11:02 AM, Sidnei da Silva <[EMAIL PROTECTED]> wrote: > Not sure what Zope 3 is using these days (haven't checked), but Zope 2 > had a 'Signals' package that handled signaling events on both Windows > and *nix in a somewhat transparent way. Has anyone

Re: [Zope-dev] Re: Hivurt code hosting

2007-11-11 Thread Sidnei da Silva
I believe you can host code on launchpad.net too, but using 'bzr' instead of Subversion. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-Dev maillist -

Re: [Zope-dev] Re: Zope on Python 2.5?

2007-11-01 Thread Sidnei da Silva
fix release is > made and 2.X becomes the maintenance release. 2.X-1 gets critical > security fixes only. The unreleased trunk becomes the development > version. Ouch. I guess we should skip 2.5 and target 2.6 then to save some time :) -- Sidnei da Silva Enfold Systemsh

Re: [Zope-dev] Re: Zope on Python 2.5?

2007-11-01 Thread Sidnei da Silva
work together on it. Maybe the Plone Foundation and the Zope Foundation can work together and setup a bounty to fund some developer to do this work? -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1

Re: [Zope-dev] zc.recipe.egg and 'install' instead of 'develop'?

2007-10-31 Thread Sidnei da Silva
On 10/31/07, Jim Fulton <[EMAIL PROTECTED]> wrote: > > On Oct 31, 2007, at 12:45 PM, Sidnei da Silva wrote: > > > Is there a recipe that will 'install' a distutils package from source > > instead of doing 'develop'? Couldn't find it. :( &g

[Zope-dev] zc.recipe.egg and 'install' instead of 'develop'?

2007-10-31 Thread Sidnei da Silva
Is there a recipe that will 'install' a distutils package from source instead of doing 'develop'? Couldn't find it. :( -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Offic

[Zope-dev] Splitting 'Signals' into an egg?

2007-10-04 Thread Sidnei da Silva
Not sure what Zope 3 is using these days (haven't checked), but Zope 2 had a 'Signals' package that handled signaling events on both Windows and *nix in a somewhat transparent way. Has anyone thought of packaging that as an egg? -- Sidnei da Silva Enfold Systems

[Zope-dev] Re: Mixing recipes (zc.recipe.cmmi reuse)

2007-09-24 Thread Sidnei da Silva
Step2 above by listing the patch to be applied in Step1 even if 'some.recipe.checkout' does not support the 'patch' option directly. All in all, if you tell me that the hypotetical Step2 above really can't be avoided and that the best option is to make 'some.recipe.ch

[Zope-dev] Mixing recipes (zc.recipe.cmmi reuse)

2007-09-18 Thread Sidnei da Silva
e desired, 'patch' being one such application? -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailma

Re: Fwd: [Zope-dev] Options replacing DateTime with datetime!?

2007-09-17 Thread Sidnei da Silva
a hot-fix for tzlocal, if that's the problem you're blocked on. > > class tzlocal(dateutil.tz.tzlocal): > > @property > def _std_offset(self): > return datetime.timedelta(seconds=-time.timezone) > > @property > def _dst_offset(sel

Re: [Zope-dev] Options replacing DateTime with datetime!?

2007-09-14 Thread Sidnei da Silva
s very receptive with patches and bugfixes. -- Sidnei da Silva Enfold Systems, Inc. ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope

Re: [Zope-dev] Merging #1441 fix to 2.10 branch?

2007-06-25 Thread Sidnei da Silva
On 6/25/07, Andreas Jung <[EMAIL PROTECTED]> wrote: --On 25. Juni 2007 14:38:59 -0300 Sidnei da Silva <[EMAIL PROTECTED]> wrote: > Hi there, > > I would like to merge the fix for issue #1441 into the 2.10 branch. It > restores a 'feature' that was removed almo

[Zope-dev] Merging #1441 fix to 2.10 branch?

2007-06-25 Thread Sidnei da Silva
for it, and it has been applied to trunk. http://svn.zope.org/?rev=76767&view=rev Any objections against applying it to the 2.10 branch? -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 7

[Zope-dev] Re: Zope Installers for Windows: ready for testing

2007-04-18 Thread Sidnei da Silva
Cursory testing suggests they're both fine. If no-one's found any problems, I'll put them up some time tomorrow... Thank you Chris! -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 9

[Zope-dev] Zope Installers for Windows: ready for testing

2007-04-17 Thread Sidnei da Silva
It's that time again... fire up your VMs and do some testing. Let's get those up on the website ASAP! http://files.enfoldsystems.com/Zope-2.10.3-Final-7151.exe http://files.enfoldsystems.com/Zope-2.9.7-Final-7151.exe -- Sidnei da Silva Enfold Systemshttp://enfoldsyste

Re: [Zope-dev] Early processing of request body (was: Proposal for optimized Blob handling)

2007-03-08 Thread Sidnei da Silva
're done with the application logic. But that's another story. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-Dev maillist - Zope-Dev@zope.org http://ma

Re: [Zope-dev] Early processing of request body (was: Proposal for optimized Blob handling)

2007-03-07 Thread Sidnei da Silva
sorts, whose sole purpose is to handle incoming requests that are large before it gets to the application thread while still outside the async IO layer. Hopefully something similar could be done for files being sent *out* of the application when they don't need any application processing anymo

Re: [Zope-dev] Proposal for optimized Blob handling

2007-03-07 Thread Sidnei da Silva
exhex.com/docs/articles/hard-links.phtml [4] http://www.thescripts.com/forum/thread537011.html -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-Dev maillist - Zop

[Zope-dev] Re: [Zope3-dev] Re: Proposal for optimized Blob handling

2007-03-07 Thread Sidnei da Silva
rd links for directories I believe. -- Sidnei da Silva Enfold Systemshttp://enfoldsystems.com Fax +1 832 201 8856 Office +1 713 942 2377 Ext 214 ___ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinf

  1   2   3   4   >