Hi Déborah, I don't know what that error was and I've never really messed around with Django on Windows, but you could try using cygwin. That will make you windows environment much more like the linux/unix environments most tutorials are geared towards.
On Tue, Aug 11, 2015 at 10:31 AM, Déborah Leder <[email protected]> wrote: > Hello > > I am currently trying to deploy a mezzanine project on a windows machine > (windows 7, 32 bits). > I didn't want to use the fabfile because I didn't want to install all the > components of the server stack. > And in the mezzanine doc, it is said that the deployment of a Mezzanine > site to production is mostly identical to deploying a regular Django site, > so I looked up easy ways to develop a django site. > I found one here with CherryPy : > https://baxeico.wordpress.com/2013/10/13/django-on-windows/ > I managed to make all the installations, and to adapt some of them to make > a clean installation of all the things I need in a virtual environnement. > Everything worked very well, befor the final step, I made the suggested > tests to check that CherryPy and PyWin32 worked as excpected, and they did. > I downloaded the suggested files here : > https://docs.google.com/file/d/0B_nvs3fbLCaySDVHdW9ONUo1QW8/edit > to configure the django service (of course, I replaced the name of the > "django_site" with that of my mezzanine project). And it seemed to work, it > didn't catch any exception or anyting, but when I went on the page where my > website was supposed to be, it was an empty page. But still no error, just > nothing. > > I have no idea of what it means, and don't know where to look for the the > problem and even less how to solve it. > > Does anyone have an idea ? > > Or a suggestion about a simple installation on windows ? > I have Python 2.7, MySQL, and all the mezzanine packages and other > dependancies in a virtual environnement. > > -- > 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. > -- 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.
