Re: [Scons-dev] VariantDir() and #paths to files

2016-03-09 Thread Bill Deegan
Jason, The problem you are seeing ( believe) is that calling SConscript() with a variant_dir argument performs the function VariantDir(whatever the variant dir was specified, directory of the SConscript file). Where you'd likely need also VariantDir(whatever the variant dir was specified,

[Scons-dev] VariantDir() and #paths to files

2016-03-09 Thread Jason Kenny
Hi guys, There has been a constant issue I have had with using SCons with VariantDir logic. I was wondering if I am missing something. The issue shows up a number of time when people use Parts. The issue is when the user wants to use a file outside the directory containing the part file (

Re: [Scons-dev] pip install scons

2016-03-09 Thread Jason Kenny
Ya, So no change. Oddly enough it works on Ubuntu, but fails on Red Hat, and Windows. Jason From: Jason Kenny Sent: Wednesday, March 9, 2016 4:51 PM To: Bill Deegan Cc: SCons developer list Subject: Re:

Re: [Scons-dev] pip install scons

2016-03-09 Thread Bill Deegan
Jason, O.k. I've seen that before, but if you upgrade to latest pip (pip install --upgrade pip) It should install fine. You're issue is covered in bug: http://scons.tigris.org/issues/show_bug.cgi?id=2769 I'll take another look at it today if I get a chance. -Bill On Wed, Mar 9, 2016 at 1:59

Re: [Scons-dev] pip install scons

2016-03-09 Thread Jason Kenny
Hi Bill, One windows and Linux the error is the sameā€¦ > python --version Python 2.7.10 > pip --version pip 8.1.2 from C:\Python27\lib\site-packages (python 2.7) >pip install scons Collecting scons Using cached scons-2.4.1.tar.gz Installing collected packages: scons Running setup.py install

Re: [Scons-dev] pip install scons

2016-03-09 Thread Bill Deegan
Jason, As far as I know, if you have an updated version of pip it works. If you're seeing otherwise with current version of SCons, please post what errors you're seeing. -Bill On Wed, Mar 9, 2016 at 11:54 AM, Jason Kenny wrote: > HI guys, > > > > What is the status of pip

[Scons-dev] pip install scons

2016-03-09 Thread Jason Kenny
HI guys, What is the status of pip install of SCons. I been trying to integrate this with Parts, as well use it for some other projects via automating a pip install. On windows and Linux I am having failures. Is anyone else seeing these issue, or is this known to not be stable? Thanks Jason