Re: Question about PyPI and 'easy_install'

2008-02-28 Thread Richard Jones
makoto kuwata wrote: > Your patch shows that both project name (Tenjin) and package name > (pyTenjin) should be the same name. > And, I'm afraid that your patch seems to require user to install > setuptools. > I want Tenjin to be install not only with easy_install but also > without setuptools. Yo

Re: Question about PyPI and 'easy_install'

2008-02-26 Thread makoto kuwata
On 2008-02-26, Vsevolod Balashov <[EMAIL PROTECTED]> wrote: > > I`m think this patch is helpful for you > > ---BEGIN PATCH--- > > --- setup.py.orig       2007-10-23 03:54:18.0 +0400 > +++ setup.py    2008-02-26 14:08:44.66000 +0300 > @@ -6,12 +6,10 @@ > >  import sys, re > -if len(sys.a

Re: Question about PyPI and 'easy_install'

2008-02-26 Thread Vsevolod Balashov
On Feb 24, 10:38 pm, makoto kuwata <[EMAIL PROTECTED]> wrote: > Hi, > > I have a trouble around PyPI and easy_install. > > I have developed OSS (Tenjin) and registered it to > PyPI.http://pypi.python.org/pypi/Tenjin/0.6.1 > > But I can't install it by '

Re: Question about PyPI and 'easy_install'

2008-02-25 Thread makoto kuwata
On 2008-02-25, Richard Jones <[EMAIL PROTECTED]> wrote: > makoto kuwata wrote: > > Is it required to set registered name (Tenjin) and > > package name (pyTenjin) into same name? > > Yes. > Thank you, Richard. Your answer helps me very much. > How did you upload those files with a different name

Re: Question about PyPI and 'easy_install'

2008-02-25 Thread Richard Jones
makoto kuwata wrote: > Is it required to set registered name (Tenjin) and > package name (pyTenjin) into same name? Yes. How did you upload those files with a different name to that pypi package? Richard -- http://mail.python.org/mailman/listinfo/python-list

Question about PyPI and 'easy_install'

2008-02-24 Thread makoto kuwata
Hi, I have a trouble around PyPI and easy_install. I have developed OSS (Tenjin) and registered it to PyPI. http://pypi.python.org/pypi/Tenjin/0.6.1 But I can't install it by 'easy_install' command. $ easy_install Tenjin Searching for Tenjin Reading http://pypi.py

Re: pypi and easy_install

2007-12-20 Thread Giampaolo Rodola'
On 20 Dic, 04:33, "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote: > On 20 Dic, 03:47, Istvan Albert <[EMAIL PROTECTED]> wrote: > > > On Dec 19, 9:44 pm, Istvan Albert <[EMAIL PROTECTED]> wrote: > > > > On Dec 19, 8:07 pm, "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote: > > > > download_url = 'http://

Re: pypi and easy_install

2007-12-19 Thread Giampaolo Rodola'
On 20 Dic, 03:47, Istvan Albert <[EMAIL PROTECTED]> wrote: > On Dec 19, 9:44 pm, Istvan Albert <[EMAIL PROTECTED]> wrote: > > > On Dec 19, 8:07 pm, "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote: > > > download_url = 'http://code.google.com/p/pyftpdlib/downloads/list', > > this is from looking at yo

Re: pypi and easy_install

2007-12-19 Thread Istvan Albert
On Dec 19, 9:44 pm, Istvan Albert <[EMAIL PROTECTED]> wrote: > On Dec 19, 8:07 pm, "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote: > > download_url = 'http://code.google.com/p/pyftpdlib/downloads/list', this is from looking at your setup.py here: http://pyftpdlib.googlecode.com/svn/trunk/setup.py

Re: pypi and easy_install

2007-12-19 Thread Istvan Albert
On Dec 19, 8:07 pm, "Giampaolo Rodola'" <[EMAIL PROTECTED]> wrote: > Could someone point me in the right direction? > download_url = 'http://code.google.com/p/pyftpdlib/downloads/list', you'll need to specify the full path to the actual archive, a link that one could use to download the archive,

pypi and easy_install

2007-12-19 Thread Giampaolo Rodola'
Hi, I noticed tonight that I can't download/install a package of mine hosted on pypi by using easy_install. By running "ez_setup.py pyftpdlib" I get: --- snippet -- options (after parsing config files): no commands known yet options (after parsing command line): option dict for 'aliases' command: