Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86402

mx as dependency tox throws GCC error

Date 2015-02-25 14:43 +0000
From Albert-Jan Roskam <fomcl@yahoo.com>
Subject mx as dependency tox throws GCC error
Newsgroups comp.lang.python
Message-ID <mailman.19186.1424875739.18130.python-list@python.org> (permalink)

Show all headers | View raw


Hi,

If I pip install the mx package with "pip install egenix-mx-base", it works.
If I put that same pip install command under 'install_command' in my tox.ini it also works (see below)

However, if I specify the dependency under 'deps', I get an error. Any idea why? I read that 'install_command' is
still experimental and subject to change, so I would prefer to specify the package under 'deps'.
The error occurred when I called tox using 'tox -e py27', so it is not pypy-related.


[tox]
envlist = pypy,py27,py33,py34,docs
skipsdist = true

[testenv]
deps = 
           setuptools
     nose
     gocept.testing
     numpy
     cython
     # egenix-mx-base  # --> mx tox gcc: error: mx/DateTime/mxDateTime/mxDateTime.c: No such file or directory
install_command = 
           pip install egenix-mx-base {packages}



Thanks!

 
Regards,

Albert-Jan




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

All right, but apart from the sanitation, the medicine, education, wine, public order, irrigation, roads, a 

fresh water system, and public health, what have the Romans ever done for us?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

mx as dependency tox throws GCC error Albert-Jan Roskam <fomcl@yahoo.com> - 2015-02-25 14:43 +0000

csiph-web