Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
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...)