I keep getting the same Traceback error when trying to start a new Mezzanine project with Cartridge on an Ubuntu VPS:
It looks like Mezzanine cannot find Cartridge, but I am not sure how to fix it.
I keep getting the same Traceback error when trying to start a new Mezzanine project with Cartridge on an Ubuntu VPS:
It looks like Mezzanine cannot find Cartridge, but I am not sure how to fix it.
Looks like permission issue to me. You do not have write privilege on '/projects/mezzanine/jess_site'
You can either work as a root user, which I do not suggest or use '~/projects/mezzanine/jess_site' rather than '/projects/mezzanine/jess_site'.
As you might already know, ~ refers to the home directory which you have read/write permission.