Re: Install MySQL for Python Django on my Windows PC

2013-08-06 Thread Jason Arnst-Goodrich
Another tip is to check out Bitnami. I've used them a couple times now (both VMs and stack installs). They do a pretty good job of getting a stack you want on Windows real fast. http://bitnami.com/stack/django/installer (note it comes with MySQL and Postgres) -- You received this message beca

Re: Install MySQL for Python Django on my Windows PC

2013-08-06 Thread Tom Evans
On Tue, Aug 6, 2013 at 4:38 PM, Glenn Vulkers wrote: > Hello , > > I'm wondering how I can install Mysql to use in Python Django on my Windows > PC. > I tried to install Ubuntu on a Virtual PC but it's just not working. So I > managed to get Django > on my Windows PC, but I cant go any further wit

Re: Install MySQL for Python Django on my Windows PC

2013-08-06 Thread Giulio Calacoci
Il 06/08/2013 18:08, Javier Guerra Giraldez ha scritto: On Tue, Aug 6, 2013 at 10:43 AM, Avraham Serour wrote: for development just use sqlite +1 not only SQLite is totally installation-free and management-free, but also its SQL parser is more compliant than MySQL, so there are fewer surprise

Re: Install MySQL for Python Django on my Windows PC

2013-08-06 Thread Frank Bieniek
Take a WAMP and add mod_python to apache for full blown compatibility. or just use the mysql form the wamp system. thx Am 06.08.2013 17:38, schrieb Glenn Vulkers: Hello , I'm wondering how I can install Mysql to use in Python Django on my Windows PC. I tried to install Ubuntu on a Virtual PC

Re: Install MySQL for Python Django on my Windows PC

2013-08-06 Thread Javier Guerra Giraldez
On Tue, Aug 6, 2013 at 10:43 AM, Avraham Serour wrote: > for development just use sqlite +1 not only SQLite is totally installation-free and management-free, but also its SQL parser is more compliant than MySQL, so there are fewer surprises when going SQLite->PostgreSQL than the transition MySQL

Re: Install MySQL for Python Django on my Windows PC

2013-08-06 Thread Avraham Serour
for development just use sqlite On Tue, Aug 6, 2013 at 6:38 PM, Glenn Vulkers < luksindit-tjopt...@hotmail.com> wrote: > Hello , > > I'm wondering how I can install Mysql to use in Python Django on my > Windows PC. > I tried to install Ubuntu on a Virtual PC but it's just not working. So I > man

Install MySQL for Python Django on my Windows PC

2013-08-06 Thread Glenn Vulkers
Hello , I'm wondering how I can install Mysql to use in Python Django on my Windows PC. I tried to install Ubuntu on a Virtual PC but it's just not working. So I managed to get Django on my Windows PC, but I cant go any further with working with it, because I don't have MySQL. I've looked aroun