Hi Mike, Fabric3 and Python3 were used on the dev machine and Python3.6 is >
You need to use an earlier version with the fabfile; `fabric==1.2.2` works, if the mailing list archives are to be believed. The alternative would be a rewrite of the fabfile to account for changes in the Fabric api. To start using python3, modify your fabfile https://github.com/stephenmcd/mezzanine/blob/master/mezzanine/project_template/fabfile.py#L446-L447 : apt("nginx libjpeg-dev python3-dev python3-setuptools git-core " "postgresql libpq-dev memcached supervisor python3-pip") Not sure what else you might have to change, but if you manage to deploy, a pull request of your changes would be greatly appreciated! -ken -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
