In tracer-0.5.1 the lib/python2.7/site-packages/tracer-0.5-py2.7.egg/tracerlib/tasks.py imports base_dir, which results in the base_dir being set to the lib/python2.7/site-packages/tracer-0.5-py2.7.egg directory and, as a result, the resources directory is not found when tracer assemble is run. We had to patch the lib/python2.7/site-packages/tracer-0.5-py2.7.egg/tracerlib/tasks.py script to take the base_dir location from an environment variable we set. However, that's just a workaround. A permanent fix still needs to be applied.
In tracer-0.5.1 the lib/python2.7/site-packages/tracer-0.5-py2.7.egg/tracerlib/tasks.py imports base_dir, which results in the base_dir being set to the lib/python2.7/site-packages/tracer-0.5-py2.7.egg directory and, as a result, the resources directory is not found when tracer assemble is run. We had to patch the lib/python2.7/site-packages/tracer-0.5-py2.7.egg/tracerlib/tasks.py script to take the base_dir location from an environment variable we set. However, that's just a workaround. A permanent fix still needs to be applied.