librelist archives

« back to archive

Flask on Windows pain estimation

Flask on Windows pain estimation

From:
Ben Zimmer
Date:
2010-06-24 @ 08:48
Can anybody give an estimate, how painful it would be to setup flask
on a Windows host? Perhaps on an one to ten scale (with ten beeing the
most painful)?

regards,
Ben

Re: [flask] Flask on Windows pain estimation

From:
Armin Ronacher
Date:
2010-06-24 @ 08:54
Hi,

On 6/24/10 10:48 AM, Ben Zimmer wrote:
> Can anybody give an estimate, how painful it would be to setup flask
> on a Windows host? Perhaps on an one to ten scale (with ten beeing the
> most painful)?
Assuming you are using virtualenv and running Vista or 7 it's pretty 
painless.  Windows XP is okayish, but you then want to work somewhere 
near C:\ like C:\Dev because the default path names contain spaces which 
makes working with the cmd.exe annoying.


Regards,
Armin

Re: [flask] Flask on Windows pain estimation

From:
Ben Zimmer
Date:
2010-06-27 @ 07:16
Hi,
On Thu, Jun 24, 2010 at 10:54, Armin Ronacher
<armin.ronacher@active-4.com> wrote:
> Assuming you are using virtualenv and running Vista or 7 it's pretty
> painless.  Windows XP is okayish, but you then want to work somewhere
> near C:\ like C:\Dev because the default path names contain spaces which
> makes working with the cmd.exe annoying.
Thanks! Sounds better than I expected. Nevertheless, I still have hope
they let me set up a linux-box for the project...

ben