Comment 3 for bug 1609747

Revision history for this message
pgg (pgg) wrote :

Thanks for that! It looks like your python3 command runs a local version of python3 (/usr/local/bin/python3) instead of the system install of python3 (/usr/bin/python3). The local version of python3 isn't picking up the modules which are installed on a system level and hence crashes when App Grid tries to import them. By forcing App Grid to use the system python3 rather than a potentially different version of python3 this should be resolved. I'll fix this in the codebase and release a new version of App Grid on Monday. Thanks again for your help.