On 09/17/2015 05:51 PM, Ricardo Wurmus wrote: > I > found that Python executables often require either propagated inputs or > wrapping in PYTHONPATH to work without runtime errors. Right. I usually have to grep the libraries to see whether they are actually imported in the program, or they are just used for tests/installation.
Cyril.