[Python-Dev] subprocess check_output

2015-12-30 Thread Carlos Barera
Hi, Trying to run a specific command (ibstat) installed in /usr/sbin on an Ubuntu 15.04 machine, using subprocess.check_output and getting "/bin/sh: /usr/sbin/ibstat: No such file or directory" I tried the following: - running the command providing full path - running with executable=bash -

Re: [Python-Dev] pypi simple index

2015-12-18 Thread Carlos Barera
Thanks Rob! On Thu, Dec 17, 2015 at 7:36 PM, Robert Collins <robe...@robertcollins.net> wrote: > > > On 18 December 2015 at 06:13, Carlos Barera <carlos.bar...@gmail.com> > wrote: > >> Hi, >> >> I'm using install_requires in setup.py to specify

[Python-Dev] pypi simple index

2015-12-17 Thread Carlos Barera
Hi, I'm using install_requires in setup.py to specify a specific package my project is dependant on. When running python setup.py install, apparently the simple index is used as an older package is taken from pypi. While in https://pypi.python.org/pypi, there's a newer package. When installing

[Python-Dev] pypi simple index

2015-12-17 Thread Carlos Barera
Hi, I'm using install_requires in setup.py to specify a specific package my project is dependant on. When running python setup.py install, apparently the simple index is used as an older package is taken from pypi. While in https://pypi.python.org/pypi, there's a newer package. When installing