Re: [Repoze-dev] repoze.what.plugins.ini, version 0.2

2008-12-08 Thread Jorge Vargas
On Sat, Dec 6, 2008 at 5:31 PM, <[EMAIL PROTECTED]> wrote: > Hello, Jorge > >> Hi I did a quick look at this and notice your using pyparsing. Since >> you already have an external dependency why don't you go with >> ConfigObj, as it has already solved the writing comments problem as >> well as man

Re: [Repoze-dev] repoze.what.plugins.ini, version 0.2

2008-12-07 Thread Gustavo Narea
Hola, José! I've attached a patch that fixes a bunch of things, which I'll explain below. Please note that it depends on the latest repoze.what revision in the repository because I've just added support for read-only adapters in the testutil (so now they are fully supported). Most of the tests

Re: [Repoze-dev] repoze.what.plugins.ini, version 0.2

2008-12-06 Thread jdinunci
Hello, Jorge > Hi I did a quick look at this and notice your using pyparsing. Since > you already have an external dependency why don't you go with > ConfigObj, as it has already solved the writing comments problem as > well as many others http://www.voidspace.org.uk/python/configobj.html > > I'm

Re: [Repoze-dev] repoze.what.plugins.ini, version 0.2

2008-12-05 Thread Jorge Vargas
On Fri, Dec 5, 2008 at 4:13 PM, <[EMAIL PROTECTED]> wrote: > Hi, Gustavo > >> Hello, José. >> [...] >> OK, here I go: >> >> 1.- I can't run the test suite. One of the reasons is that in setup.py you >> use >> the non-existing file VERSION.txt, there's a typo in one of the parameters >> for >> se

Re: [Repoze-dev] repoze.what.plugins.ini, version 0.2

2008-12-05 Thread Chris McDonough
[EMAIL PROTECTED] wrote: > Thanks! > > BTW: Is it OK to use repoze-dev for this thread? > Yep, that's what it's here for. - C ___ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev

Re: [Repoze-dev] repoze.what.plugins.ini, version 0.2

2008-12-05 Thread jdinunci
Hi, Gustavo > Hello, José. > [...] > OK, here I go: > > 1.- I can't run the test suite. One of the reasons is that in setup.py you use > the non-existing file VERSION.txt, there's a typo in one of the parameters for > setup() ("namespace_package" should be "namespace_packages"), repoze.what is > n

Re: [Repoze-dev] repoze.what.plugins.ini, version 0.2

2008-12-04 Thread Gustavo Narea
Hello, José. On Wednesday December 3, 2008 17:15:43 [EMAIL PROTECTED] wrote: > Ok, new version of repoze.what.plugins.inifile with the following changes: > > * Now is called repoze.what.plugins.ini. > * configure_INI_adapters is gone. > * Basic test suite written. > * NotImplementedError exception

[Repoze-dev] repoze.what.plugins.ini, version 0.2

2008-12-03 Thread jdinunci
Ok, new version of repoze.what.plugins.inifile with the following changes: * Now is called repoze.what.plugins.ini. * configure_INI_adapters is gone. * Basic test suite written. * NotImplementedError exceptions changed for SourceError. Source code here: http://reduc.uc.edu.ve/intranet/tmp/repoze