[Distutils] Unable to install packages after specifying package version

2010-12-03 Thread devyan parmar
Hello, i am trying to install package from my packageserver using PIP. for example: m trying /bin/pip install --extra-index-url=http://mypkgserver/devpackage_name==2.4.12b 2.4.12b is the version of my package but in package server it is going as 2.4.12b_1 extra part in version is nothing but a

Re: [Distutils] Unable to install packages after specifying package version

2010-12-03 Thread Carl Meyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On 12/03/2010 05:55 AM, devyan parmar wrote: i am trying to install package from my packageserver using PIP. for example: m trying /bin/pip install --extra-index-url=http://mypkgserver/dev package_name==2.4.12b 2.4.12b is the version

Re: [Distutils] specifying dependencies to latest major/minor

2010-12-03 Thread P.J. Eby
At 03:14 PM 12/3/2010 +0100, Alan Franzoni wrote: Hello, I've got some issues with dependency specification; this seems to apply both to setuptools and distribute. Let's suppose I want to have a dependency on a certain library major.minor , because I want to depend on a certain API - which is

Re: [Distutils] Unable to install packages after specifying package version

2010-12-03 Thread P.J. Eby
At 04:25 PM 12/3/2010 +0530, devyan parmar wrote: Hello, i am trying to install package from my packageserver using PIP. for example: m trying /bin/pip install --extra-index-url=http://mypkgserver/devhttp://mypkgserver/dev package_name==2.4.12b 2.4.12b is the version of my package but in

[Distutils] zc.buildout fails to use system-installed dep?

2010-12-03 Thread Alan Franzoni
Hello, there's a problem with zc.buildout that I can reproduce very easily on Ubuntu 10.10 (64 bit) it seems that zc.buildout does not download the dependency from pypi if the very same version is already available in the host system, but then for some reason does not add it to sys.path and/or is

Re: [Distutils] zc.buildout fails to use system-installed dep?

2010-12-03 Thread Attila Oláh
Hi, On Fri, Dec 3, 2010 at 18:28, Alan Franzoni mail...@franzoni.eu wrote: Hello, there's a problem with zc.buildout that I can reproduce very easily on Ubuntu 10.10 (64 bit) it seems that zc.buildout does not download the dependency from pypi if the very same version is already available

Re: [Distutils] zc.buildout fails to use system-installed dep?

2010-12-03 Thread Alan Franzoni
I had only linux to test it with, and I could reproduce the bug on two distinct Ubuntu 10.10 64 bit workstations. It doesn't happen on Ubuntu 10.04, but that distro is got zope.interface 3.5.something and I can see zope.interface gets downloaded again. It doesn't happen on mac os x with python

Re: [Distutils] zc.buildout fails to use system-installed dep?

2010-12-03 Thread Attila Oláh
Hi, On Fri, Dec 3, 2010 at 20:35, Alan Franzoni mail...@franzoni.eu wrote: - was your zope.interface installed through portage or via easy_install/pip? Portage. This is what I get from IPython though: In [1]: import zope In [2]: zope Out[2]: module 'zope' (built-in) In [3]: import

[Distutils] easy_install from source?

2010-12-03 Thread skip
I installed the 0.39 version of python-sybase using easy_install -m. That worked fine, but that version is extremely old. Is there a way to use easy_install with the a checkout from the project's version control system? I see this in the help output: --local-snapshots-ok (-l) allow

Re: [Distutils] easy_install from source?

2010-12-03 Thread P.J. Eby
At 03:05 PM 12/3/2010 -0600, s...@pobox.com wrote: I installed the 0.39 version of python-sybase using easy_install -m. That worked fine, but that version is extremely old. Is there a way to use easy_install with the a checkout from the project's version control system? I see this in the help