Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.2
-
Component/s: None
-
Labels:None
Description
When in deployment mode make sure that the sys.path is set to python path.
Add in profile.initialize:
sys.path = os.env.get('PYTHON_PATH').split('????')
Testing (especially on Mac OS, because multiple folders should be searched...)