Re: [Distutils] easy_install problem

2012-03-15 Thread Nitin Dhiman
I tried and following is the output. nitin@nitin-desktop:/opt/ros/diamondback/ros$ sudo easy_install -vv -U rosinstall vcstools Searching for rosinstall Reading http://pypi.python.org/simple/rosinstall/ Download error: [Errno -2] Name or service not known -- Some packages may not be found! Reading

Re: [Distutils] easy_install problem

2012-03-14 Thread PJ Eby
Try running your command with '-vv' to increase the verbosity, and with PYDISTUTILS_DEBUG=true in your environment; you may get back more detailed error information that may assist you in finding out what's happening with the proxy. On Wed, Mar 14, 2012 at 6:10 AM, Nitin Dhiman wrote: > Greetings

[Distutils] easy_install problem

2012-03-14 Thread Nitin Dhiman
Greetings, My OS is Ubuntu Lucid lynx 10.04, with Python disutils python-setuptools version 0.6.10-4ubuntu1 I am behind proxy. http_proxy and https_proxy is defined as http://username:passwd@proxy-ip:port I am trying to use easy_install to install rosinstall using following command: nitin@nitin

Re: [Distutils] easy_install problem with Twisted-2.1.0

2006-03-04 Thread Titus Brown
On Thu, Feb 09, 2006 at 07:31:44PM -0500, Phillip J. Eby wrote: -> At 03:07 PM 2/9/2006 -0800, [EMAIL PROTECTED] wrote: -> >Hi all, -> > -> >here's a quick bug report for ya. Happened with both Python 2.3 and -> >2.4, using latest easy_install. -> -> -> Please see -> http://mail.python.org/pipe

Re: [Distutils] easy_install problem with Twisted-2.1.0

2006-02-09 Thread Phillip J. Eby
At 03:07 PM 2/9/2006 -0800, [EMAIL PROTECTED] wrote: >Hi all, > >here's a quick bug report for ya. Happened with both Python 2.3 and >2.4, using latest easy_install. Please see http://mail.python.org/pipermail/distutils-sig/2006-February/005960.html Better yet, would you update the experiences

[Distutils] easy_install problem with Twisted-2.1.0

2006-02-09 Thread titus
Hi all, here's a quick bug report for ya. Happened with both Python 2.3 and 2.4, using latest easy_install. % easy_install Twisted-2.1.0.tar.bz2 Processing Twisted-2.1.0.tar.bz2 Running Twisted-2.1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-5-YDh-/Twisted-2.1.0/egg-dist-tmp-9yveKV Tra

Re: [Distutils] easy_install problem.

2005-12-03 Thread Phillip J. Eby
At 03:09 PM 12/3/2005 -0800, Titus Brown wrote: >So you need to include ez_setup if you want to use the nifty features of >setuptools while still allowing Python naive users to use your package. > >...or am I missing something? Only that if you're using Subversion, you don't have to manually copy

Re: [Distutils] easy_install problem.

2005-12-03 Thread Titus Brown
-> -> > Also, 'python ez_setup.py --help-commands' doesn't work; "unrecognized -> -> > command". -> -> -> -> 1). ez_setup.py is just the bootstrap script. Run it once, throw it away. -> -> Humm, I remember reading somewhere that it needed to be included. Can't -> find that any more, so it was p

Re: [Distutils] easy_install problem.

2005-12-03 Thread Phillip J. Eby
At 08:21 PM 12/3/2005 +, John J Lee wrote: >On Sat, 3 Dec 2005, Titus Brown wrote: >[...] > > -> 1). ez_setup.py is just the bootstrap script. Run it once, throw it > away. > > > > Humm, I remember reading somewhere that it needed to be included. Can't > > find that any more, so it was proba

Re: [Distutils] easy_install problem.

2005-12-03 Thread John J Lee
On Sat, 3 Dec 2005, Titus Brown wrote: [...] > -> 1). ez_setup.py is just the bootstrap script. Run it once, throw it away. > > Humm, I remember reading somewhere that it needed to be included. Can't > find that any more, so it was probably a misunderstanding -- good to > know! It should be inc

Re: [Distutils] easy_install problem.

2005-12-03 Thread Phillip J. Eby
At 11:02 PM 12/2/2005 -0800, Titus Brown wrote: >Hi folks, > >it appears easy_install has trouble understanding package names with >periods in them, e.g. "zope.testbrowser". Use 'zope-testbrowser' or 'zope_testbrowser' instead to refer to such a package for now; '.' is not currently allowed in pa

Re: [Distutils] easy_install problem.

2005-12-03 Thread Titus Brown
-> Hi Titus -> -> On Fri, 2 Dec 2005, Titus Brown wrote: -> -> > it appears easy_install has trouble understanding package names with -> > periods in them, e.g. "zope.testbrowser". -> > -> > Also, 'python ez_setup.py --help-commands' doesn't work; "unrecognized -> > command". -> -> 1). ez_setup

Re: [Distutils] easy_install problem.

2005-12-03 Thread Titus Brown
-> At 11:02 PM 12/2/2005 -0800, Titus Brown wrote: -> >Hi folks, -> > -> >it appears easy_install has trouble understanding package names with -> >periods in them, e.g. "zope.testbrowser". -> -> Use 'zope-testbrowser' or 'zope_testbrowser' instead to refer to such a -> package for now; '.' is not

Re: [Distutils] easy_install problem.

2005-12-03 Thread Phillip J. Eby
At 06:07 PM 12/3/2005 +, John J Lee wrote: >1). ez_setup.py is just the bootstrap script. Run it once, throw it away. Except on Windows, where you need to use it to update setuptools. If you use easy_install.exe to upgrade itself, Windows will complain about trying to overwrite the running

Re: [Distutils] easy_install problem.

2005-12-03 Thread John J Lee
Hi Titus On Fri, 2 Dec 2005, Titus Brown wrote: > it appears easy_install has trouble understanding package names with > periods in them, e.g. "zope.testbrowser". > > Also, 'python ez_setup.py --help-commands' doesn't work; "unrecognized > command". 1). ez_setup.py is just the bootstrap script.

[Distutils] easy_install problem.

2005-12-02 Thread Titus Brown
Hi folks, it appears easy_install has trouble understanding package names with periods in them, e.g. "zope.testbrowser". Also, 'python ez_setup.py --help-commands' doesn't work; "unrecognized command". (I'm not sure where to send reports of these problems, but google found some discussion on thi