Re: [mezzanine-users] Re: Python 3 and fabric

2015-12-15 Thread Sathishkumar Duraisamy
Will https://pythonhosted.org/six/ helps to run fabric with python 3? -- 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 mezzanine-users+unsubscr...@googlegroups

Re: [mezzanine-users] Re: Python 3 and fabric

2015-12-04 Thread Ken Bolton
Hi Sarah, Please do write it up and share! -ken On Fri, Dec 4, 2015 at 1:42 AM, Sarah Hein wrote: > I also realized that Fabric doesn't work with Python 3.X and have been > working on building a server the hard way the last few days. It actually > hasn't been to bad - I've spent as much time w

[mezzanine-users] Re: Python 3 and fabric

2015-12-03 Thread Sarah Hein
I also realized that Fabric doesn't work with Python 3.X and have been working on building a server the hard way the last few days. It actually hasn't been to bad - I've spent as much time working on it as I did fighting with various deployment tools. The trick has been integrating a bunch of d

[mezzanine-users] Re: Python 3 and fabric

2015-11-28 Thread sathish anton
Hi, Here is workaround to get Fabric working with Python3 1. Create a python2.x virtualenv 1 mkvirtualenv --python=/usr/bin/python2 fab-env 2. Install Fabric. 1 pip install fabric If required install other required packages such as future and mezzanine 3

[mezzanine-users] Re: Python 3 and fabric

2015-11-24 Thread sathish anton
Hi, Have anyone tried "invoke" a fork of fabric for python 3 written by same author. Thanks. On Wednesday, 11 November 2015 01:12:03 UTC+5:30, Joshua Glenn wrote: > > I have installed mezzanine and deployed a working test website with it > (the hard way). But I wanted to check into the fabric d

[mezzanine-users] Re: Python 3 and fabric

2015-11-16 Thread Joshua Glenn
Ok. Good to know. Thanks! On Wednesday, November 11, 2015 at 1:37:58 PM UTC-5, Neum Schmickrath wrote: > > Fabric requires Python version 2.5 - 2.7. and doesn't support 3.0 yet. > From the fabric installation docs: > > >- Fabric has not yet been tested on *Python 3.x* and is thus likely to >

[mezzanine-users] Re: Python 3 and fabric

2015-11-11 Thread Neum Schmickrath
Fabric requires Python version 2.5 - 2.7. and doesn't support 3.0 yet. From the fabric installation docs: - Fabric has not yet been tested on *Python 3.x* and is thus likely to be incompatible with that line of development. However, we try to be at least somewhat forward-looking (e.g.