Re: [mezzanine-users] deploying Mezzanine to a VPS

2018-08-19 Thread Amir
>>> ImportError: cannot import name 'isMappingType' >>> >>> >> On Friday, August 17, 2018 at 9:26:04 PM UTC+4:30, Eduardo Rivas wrote: >>> >>> Try using Fabric version 1: pip install -U “fabric<2” >>> >>> >>> >>

Re: [mezzanine-users] deploying Mezzanine to a VPS

2018-08-17 Thread Tesla X
call last): >>>>> >>>>> File "/home/amir/blogenv/bin/fab", line 7, in >>>>> >>>>> from fabric.main import main >>>>> >>>>> File >>>>>> "/home/amir/blogenv/lib/python

Re: [mezzanine-users] deploying Mezzanine to a VPS

2018-08-17 Thread Tesla X
n import main >>>> >>>> File "/home/amir/blogenv/lib/python3.6/site-packages/fabric/main.py", >>>>> line 13, in >>>> >>>> from operator import isMappingType >>>> >>>> ImportError: cannot import name 'isMappingType

Re: [mezzanine-users] deploying Mezzanine to a VPS

2018-08-17 Thread Tesla X
8 at 9:26:04 PM UTC+4:30, Eduardo Rivas wrote: >>> >>> Try using Fabric version 1: pip install -U “fabric<2” >>> >>> >>> >>> *From: *Kenneth L Bolton >>> *Sent: *Friday, August 17, 2018 10:42 AM >>> *To: *mezzani...

Re: [mezzanine-users] deploying Mezzanine to a VPS

2018-08-17 Thread Eduardo Rivas
; >> ImportError: cannot import name 'isMappingType' >> >> > On Friday, August 17, 2018 at 9:26:04 PM UTC+4:30, Eduardo Rivas wrote: >> >> Try using Fabric version 1: pip install -U “fabric<2” >> >> >> >> *From: *Kenneth L Bolton >&

Re: [mezzanine-users] deploying Mezzanine to a VPS

2018-08-17 Thread Amir
c<2” > > > > *From: *Kenneth L Bolton > *Sent: *Friday, August 17, 2018 10:42 AM > *To: *mezzani...@googlegroups.com > *Subject: *Re: [mezzanine-users] deploying Mezzanine to a VPS > > > > > https://groups.google.com/forum/#!searchin/mezzanine-

RE: [mezzanine-users] deploying Mezzanine to a VPS

2018-08-17 Thread Eduardo Rivas
Try using Fabric version 1: pip install -U “fabric<2” From: Kenneth L Bolton Sent: Friday, August 17, 2018 10:42 AM To: mezzanine-users@googlegroups.com Subject: Re: [mezzanine-users] deploying Mezzanine to a VPS https://groups.google.com/forum/#!searchin/mezzanine-users/fabric%7Csort:d

Re: [mezzanine-users] deploying Mezzanine to a VPS

2018-08-17 Thread Kenneth L Bolton
https://groups.google.com/forum/#!searchin/mezzanine-users/fabric%7Csort:date/mezzanine-users/XZy6BGyr6Bo/zY_nEjmSBAAJ Amir <7xm...@gmail.com> writes: *So I am finally done with the development, now I want to deploy. * *I have followed the instruction in