I would like to load SCons in an interactive Python session and enter the directives this way, and not through a SConstruct or SConscript file. Is it possible? I am trying to inject SCons functionality into another Python application.
It would seem,
Just add Scons to your PYTHONPATH and import whatever you need. Copy the appropriate bits from the main one that suit you - Scons / Script / Main.py - or just run your main one from the corresponding folder.
http://osdir.com/ml/programming.tools.scons.user/2005-03/msg00058.html
Source: https://habr.com/ru/post/1779122/More articles:How to get a Windows performance counter for the current process - c ++Изображения как ссылка css - imageRead / write structure to binary - cLINQ to SQL to query parent and count children in hierarchy - c #Placement of methods in .h and .cpp files - c ++Phone Contact Android 2.1 - androidHow to get .gcda files when the process is killed? - c ++Cannot find Mac application in application folder - terminalHow to create a nested form in Rails 3 that works? (I get a routing error.) - nested-formsClass question - help for beginners - phpAll Articles