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
ck (most recent call last): >>>>> >>>>> File "/home/amir/blogenv/bin/fab", line 7, in >>>>> >>>>> from fabric.main import main >>>>> >>>>> File >>>>>> "/home/amir/blo

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

2018-08-17 Thread Tesla X
fabric.main 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 

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

2018-08-17 Thread Tesla X
st 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 >>> *Sent: *Friday, August 17, 2018 10:42 AM >>> *To: *

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 Bo

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

2018-08-17 Thread Amir
-U “fabric<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/

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 http://mezzanine.jupo.org/docs/deployme

[mezzanine-users] deploying Mezzanine to a VPS

2018-08-17 Thread Amir
*So I am finally done with the development, now I want to deploy. * *I have followed the instruction in http://mezzanine.jupo.org/docs/deployment.html.* *I have configured local_settings.py. Next step says issue this command: fab secure * *I did and I got: Command 'fab' not found, (I guess it mu