After a fresh install of Clarisse, Clarisse may prompt you with an error message regarding a Python installation issue.
Please note that sometimes this error message is not displayed however, you only can see File > Quit in Clarisse’s application main menu bar. These problems typically occur when:
To find the right solution we have first to identify what’s wrong with your installation.
Press Windows + R keys to open the Run window, type python.exe
and then press the Enter key.
If you have an error message such as:
Windows cannot find 'python.exe'. Make sure you’ve typed the name correctly, then try again.
Python is not properly installed. Go to Step B
If you see a command-line window displaying a message such as:
Python 2.7.13 (default, Dec 17 2016, 12:39:47) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
Python is properly installed you can directly skip to Step C. However, if you can read something like 32 bit
instead of 64 bit (AMD64)
you must first uninstall Python and then go to Step B
python.exe
and press the Enter key.import sys;print sys.path
and press Enter key. You should get something like this:['', 'C:\\WINDOWS\\SYSTEM32\\python27.zip', 'C:\\Python27\\DLLs', 'C:\\Python27\\lib', 'C:\\Python27\\lib\\plat-win', 'C:\\Python27\\lib\\lib-tk', 'C:\\Python27', 'C:\\Python27\\lib\\site-packages']
C:\Python27
Store this path carefullyclarisse.env
file. Open an Explorer (Press Windows + E) and go to this location: %APPDATA%/Isotropix/Clarisse
clarisse.env
file and create it if it doesn’t exist.PYTHONHOME=PythonInstallLocation
PYTHONPATH=PythonInstallLocation/lib
IX_SHELF_CONFIG_FILE=$CLARISSE_BIN_DIR/shelves/shelf.cfg
IX_MENU_CONFIG_FILE=$CLARISSE_BIN_DIR/python/menus/init_menus.py
PythonInstallLocation
by the path you carefully stored.