Thanks Ken I have made a start but its heavy going. Mercurial demands Python2.7 unless there is an env var HGPYTHON3=1 and then there are pip things falling over as well.
I'll keep trying M On Tuesday, April 30, 2019 at 10:29:46 PM UTC+10, Ken Bolton wrote: > > 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.
