Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Jorge Vargas
Please take a closer look at the error. the line marked indicates an error somehow easy_install/pypi is trying to look for the packages named "repoze.who friendlyform-1.0b2" notice the space. Then probably for some unsafe split it's erroring out because it's trying to get repoze.who which hasn

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Gustavo Narea
Hello, Lukasz. On Friday February 27, 2009 19:02:53 Lukasz Szybalski wrote: > Is it possible that (pylons,quickstart): > http://pypi.python.org/pypi?%3Aaction=search&term=repoze.what-pylons&submit >=search > > has only packages to download with (dash) in it > > but friendlyform has a package with

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Lukasz Szybalski
> Yes, but the distribution name is "repoze.what-pylons". Then setuptools or > PYPI replaces the hyphen with an underscore automatically -- I don't have to > do it myself. > > For some reason, this automatic renaming is not being applied to "repoze.who- > friendlyform" and "repoze.who-testutil". I

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Gustavo Narea
On Friday February 27, 2009 16:56:09 Tres Seaver wrote: > > Are you sure that's the problem? I can install repoze.what-pylons, for > > > > example, with no problems: > >> valencia ~: virtualenv --no-site-packages fakeenv > >> New python executable in fakeenv/bin/python > >> Installing setuptools...

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Gustavo Narea
On Friday February 27, 2009 16:56:09 Tres Seaver wrote: > Note that the downloaded file has an underscore, rather than a hyphen. Yes, but the distribution name is "repoze.what-pylons". Then setuptools or PYPI replaces the hyphen with an underscore automatically -- I don't have to do it myself.

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wichert Akkerman wrote: > Previously Tres Seaver wrote: >> More packaging issues (note that I haven't actually used the package, >> I'm just looking at how it installs): >> >> - - Why is there a MANIFEST.in in the package? Setuptools already >> inc

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Malthe Borch
2009/2/27 Wichert Akkerman : > Because you may work from an export, of a fork stored in git via > git-svn, or any of many other reasons. I also consider adding a > MANIFEST.in good form. There's a setuptools-plugin for git that'll make it behave like svn with regards to manifesting. \malthe _

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gustavo Narea wrote: > On Friday February 27, 2009 15:57:46 Tres Seaver wrote: >> There is the bug: the egg should not be called >> 'repoze.who-friendlyform', because that looks to setuptools the the >> 'friendlyform-1.0b2' version of the repoze.who p

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Wichert Akkerman
Previously Tres Seaver wrote: > More packaging issues (note that I haven't actually used the package, > I'm just looking at how it installs): > > - - Why is there a MANIFEST.in in the package? Setuptools already > includes data files from an SVN checkout automatically. Because you may work fr

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Gustavo Narea
On Friday February 27, 2009 16:13:49 Tres Seaver wrote: > - Why is there a MANIFEST.in in the package?   Setuptools already >   includes data files from an SVN checkout automatically. Right. When I start creating a repoze.who/what plugin, I start working from the copy of a previous plugin... so i

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Gustavo Narea
On Friday February 27, 2009 15:57:46 Tres Seaver wrote: > There is the bug: the egg should not be called > 'repoze.who-friendlyform', because that looks to setuptools the the > 'friendlyform-1.0b2' version of the repoze.who package. > > The egg should be named 'repoze.who.friendlyform'. Are you s

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tres Seaver wrote: > There is the bug: the egg should not be called > 'repoze.who-friendlyform', because that looks to setuptools the the > 'friendlyform-1.0b2' version of the repoze.who package. > > The egg should be named 'repoze.who.friendlyform'

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 binet bruno wrote: > Hi, > > I've just tried to install repoze.who-friendlyform into a new > virtualenv with an updated version of setuptools, but it fails. > "easy_install repoze.who-friendlyform" fails in searching for > repoze.who : it tries to ins

Re: [Repoze-dev] bug: easy_install repoze.who-friendlyform

2009-02-27 Thread Sanjiv Singh
FYI, we found the same issue while installing repoze.who-friendlyform and repoze.who from the tg2 index at http://www.turbogears.org/2.0/downloads/2.0b6/index/ On Fri, Feb 27, 2009 at 3:17 PM, binet bruno wrote: > Hi, > > I've just tried to install repoze.who-friendlyform into a new > virtualen