Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.081 X-Spam-Evidence: '*H*': 0.85; '*S*': 0.01; 'subject:error': 0.03; 'error:': 0.07; 'below)': 0.09; 'dependency': 0.09; 'experimental': 0.09; 'works.': 0.09; 'nose': 0.16; 'numpy': 0.16; 'setuptools': 0.16; 'to:name:python list': 0.16; 'command': 0.22; 'install': 0.23; 'error': 0.23; 'specify': 0.24; '(see': 0.26; 'idea': 0.28; 'change,': 0.30; "skip:' 10": 0.31; 'file': 0.32; 'skip:m 30': 0.32; 'thanks!': 0.32; 'but': 0.35; 'done': 0.36; 'hi,': 0.36; 'error.': 0.37; 'system,': 0.38; 'to:addr:python- list': 0.38; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; 'called': 0.40; 'read': 0.60; 'received:67.195': 0.60; 'received:98.137': 0.60; 'such': 0.63; 'header:Reply-To:1': 0.67; 'received:gq1.yahoo.com': 0.68; 'received:mail.gq1.yahoo.com': 0.68; 'subject': 0.69; 'apart': 0.72; 'received:bullet.mail.gq1.yahoo.com': 0.84; 'us?': 0.84; 'medicine,': 0.91; 'why?': 0.91; 'education,': 0.96 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1424875587; bh=dFA6WeyOFRFBJLKXHCgz/ZO+6Pc1ErJ2DkRXkD87cCQ=; h=Date:From:Reply-To:To:Subject:From:Subject; b=qAHU+wwR4TXP/azFBrTS796CgSpx6ELOZpMActg/NZsMsDpHTyeqFUg+yT+hB6ACbbwkgVfEleL9P02i/oF04skD/wFfUDQHjhsAAsv10QrgqXQqL32qazzswjmlo7DOkYc+iel/nBimSsxv6FlP9Q4o0XefXuwo+HqvVFEIarD+MytI0QCuVZIHWjqhdPaFh9l1Z7A5uc/47GSgr+Wy4klFd1mB2fR2ZqALrPu5LM7tniPytKQXGtLHGisbv5dvZ++XKDA3gJKKJgXQNAlO6CjaqYp5lPAgeYqmv1hH+cfi+hygSa/kJvK3FCOuyZs4tp1jGvcxJDU2zWdBTjLnCQ== X-Yahoo-Newman-Property: ymail-4 X-Yahoo-Newman-Id: 549091.8718.bm@omp1028.mail.gq1.yahoo.com X-YMail-OSG: vqTu4i4VM1m0U.Sr43lPIaG6j_OvACKKUn1RNTMl9htTkbrYs1O6JY6Ls_BcUD2 OQd7OO8ZZlVDyrg_FcaSnzBsghHj1zyRlXo9VDIUaL2GNtLZ_ayUrqlgHCZ1564IZPSrcGlJXnQp X03tAUv.ja.ScpJJnl1E.HNzhjg9.2w4Gek81eIg7xZA7DH6k2iuda3y1A73CupQIQabAAPopLPl O4pWVY7MjTm8mKOMxhdPVuxpIXKjir7qzbyus6rNWMoUA90ksKQWpELwnBb3dCxPKKHqoH9hojU4 OznJ85A2JU8HPDUVDY35G8qE0wpGNRPEiRWTyb4PpMaruHJIQCnyYrVbSAajegx356hKTWVUG967 tIxdnqnXWhzBTuJQFAu0MQuhZdSm8fs3yOMSiw6Ny6x8ro33RXNSgT4CsnzxOw9DPgsOeMZB1lrF eSgS5ZA28llvNnZ6Kto1s9jlGLghskb.7CCaoI_wJ4LHadtdszKbE5gT5GpYINhtapXwErlB.n2F l66Y- Date: Wed, 25 Feb 2015 14:43:28 +0000 (UTC) From: Albert-Jan Roskam To: Python List Subject: mx as dependency tox throws GCC error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Albert-Jan Roskam List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 44 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1424875739 news.xs4all.nl 2851 [2001:888:2000:d::a6]:52071 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86402 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? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~