--> -->
 
 
NameError
Python 3.6.5: /home3/fivetech/python3/bin/python3
Sat Nov 16 11:59:50 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /home4/fivetech/public_html/elixir/web.py in ()
    100 basedir = "/home3/fivetech/srv/elixir-data" 
    101 # os.environ['LXR_PROJ_DIR']
=>  102 os.environ['LXR_DATA_DIR'] = basedir + '/' + project + '/data';
    103 os.environ['LXR_REPO_DIR'] = basedir + '/' + project + '/repo';
    104 
os = <module 'os' from '/home3/fivetech/python3/lib/python3.6/os.py'>, os.environ = environ({'PATH': '/usr/local/bin:/usr/bin:/bin',...elixir/web.py', 'SCRIPT_NAME': '/elixir/web.py'}), basedir = '/home3/fivetech/srv/elixir-data', project undefined

NameError: name 'project' is not defined
      args = ("name 'project' is not defined",)
      with_traceback = <built-in method with_traceback of NameError object>