Re: [Repoze-dev] repoze +buildout + openoffice

2009-09-14 Thread Russ Ferriday

pypi is the default index, unless you override with another index.

In my experience it's best, if you are building real apps that use  
pypi packages, not to override the index. Just add additional find- 
links. But I may have missed something here, and welcome further  
comments.


BEst,
--r.
On Sep 13, 2009, at 10:32 PM, Sebastien Douche wrote:


On Fri, Sep 11, 2009 at 17:46, simahawk simah...@gmail.com wrote:

even if the package is on pypi and I put it in find-links.

...

any hint?


Hi,
imho it's not possible to declare PyPI in find-links, but  
necessarily in index.





--
Sebastien Douche sdou...@gmail.com
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Russ Ferriday - Topia Systems - Open Source content management with  
Plone and Zope

ru...@topia.com - mobile: +1 805 234 6915 - skype: ferriday

___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] repoze +buildout + openoffice

2009-09-14 Thread simahawk
Hi all,
thanks for your suggestions.
I'll try asap.

On Sun, 2009-09-13 at 23:53 -0700, Russ Ferriday wrote:
 pypi is the default index, unless you override with another index. 
 
 In my experience it's best, if you are building real apps that use
 pypi packages, not to override the index. Just add additional
 find-links. But I may have missed something here, and welcome further
 comments.
 
 
 BEst,
 --r.
 On Sep 13, 2009, at 10:32 PM, Sebastien Douche wrote:
 
  On Fri, Sep 11, 2009 at 17:46, simahawk simah...@gmail.com wrote:
   even if the package is on pypi and I put it in find-links.
  ...
   any hint?
  
  Hi,
  imho it's not possible to declare PyPI in find-links, but
  necessarily in index.



___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] repoze +buildout + openoffice

2009-09-13 Thread Sebastien Douche
On Fri, Sep 11, 2009 at 17:46, simahawk simah...@gmail.com wrote:
 even if the package is on pypi and I put it in find-links.
...
 any hint?

Hi,
imho it's not possible to declare PyPI in find-links, but necessarily in index.




-- 
Sebastien Douche sdou...@gmail.com
Twitter: http://bit.ly/afkrK (agile, python, open source)
___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


[Repoze-dev] repoze +buildout + openoffice

2009-09-11 Thread simahawk
hi, 
I'm trying to install repoze and openoffice w/ the buildout but when
running bin/buildout I get:

While:
   Installing.
   Getting section openoffice.
   Initializing section openoffice.
   Installing recipe z3c.recipe.openoffice.
   Getting distribution for 'z3c.recipe.openoffice'.
Error: Couldn't find a distribution for 'z3c.recipe.openoffice'.

even if the package is on pypi and I put it in find-links.
I tried also to download it w/ wget in the eggs folder and it worked but
the buildout continues to fail.

here's my buildout: http://pastebin.org/17196
any hint?

PS: the lxml stuff described here:
http://svn.repoze.org/buildouts/repoze.bfg/trunk/README.txt
never worked for me but I followed this
http://code.creativecommons.org/svnroot/cc.engine/trunk/lxml.buildout.cfg
and I got it.

___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Re: [Repoze-dev] repoze +buildout + openoffice

2009-09-11 Thread Russ Ferriday
In this case, I would add the VALUE of index to find-links in the  
[buildout] section, then remove both of the index lines.


--r.

On Sep 11, 2009, at 8:46 AM, simahawk wrote:


hi,
I'm trying to install repoze and openoffice w/ the buildout but when
running bin/buildout I get:

While:
  Installing.
  Getting section openoffice.
  Initializing section openoffice.
  Installing recipe z3c.recipe.openoffice.
  Getting distribution for 'z3c.recipe.openoffice'.
Error: Couldn't find a distribution for 'z3c.recipe.openoffice'.

even if the package is on pypi and I put it in find-links.
I tried also to download it w/ wget in the eggs folder and it worked  
but

the buildout continues to fail.

here's my buildout: http://pastebin.org/17196
any hint?

PS: the lxml stuff described here:
http://svn.repoze.org/buildouts/repoze.bfg/trunk/README.txt
never worked for me but I followed this
http://code.creativecommons.org/svnroot/cc.engine/trunk/lxml.buildout.cfg
and I got it.

___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev


Russ Ferriday - Topia Systems - Open Source content management with  
Plone and Zope

ru...@topia.com - mobile: +1 805 234 6915 - skype: ferriday

___
Repoze-dev mailing list
Repoze-dev@lists.repoze.org
http://lists.repoze.org/listinfo/repoze-dev