[Scons-users] Calling SCons from Python
Schleimer, Ben
bensch128 at yahoo.com
Fri May 13 13:42:48 EDT 2016
Hi Andrew, At the very least, you could call scons via subprocess.
However, I think that standard scons relies on a lot of modifications to the python standard environment.Looking at /usr/bin/scons, it extends sys.path by quite a bit so you can't do a simple "import SCons.Script" and get the scons functionality that you want.
You might want to make the build tool a separate project from your main one and make it an fully scons-based project.
Cheers,Ben
On Friday, May 13, 2016 9:23 AM, Andrew Pashkin <andrew.pashkin at gmx.co.uk> wrote:
Hello, everyone!
I want to embed SCons into my project as a web-assets builder (a thing,
that compiles/minifies/compresses CSS and JavaScript) and I wonder if
it's possible to call it from Python. Is such use case even intended by
SCons authors?
--
With kind regards, Andrew Pashkin.
cell phone - +7 (985) 898 57 59
Skype - waves_in_fluids
e-mail - andrew.pashkin at gmx.co.uk
_______________________________________________
Scons-users mailing list
Scons-users at scons.org
https://pairlist4.pair.net/mailman/listinfo/scons-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20160513/d93a3e83/attachment.html>
More information about the Scons-users
mailing list