Re: How to install django on Windows xp

2012-06-13 Thread Damián Pérez
Si, a mi me pasó algo similar y era por la versión de python, actualmente Django solo es compatible con python 2.7. Saludos, El miércoles, 13 de junio de 2012 06:34:19 UTC-5, Renne Rocha escribió: > > Hello, > > It appears that you are trying to use Python 3. Django doesn't works > with Pyt

Re: django on windows xp

2012-06-13 Thread Daniel Roseman
On Wednesday, 13 June 2012 06:07:19 UTC+1, Manish wrote: > > Hi , > > I am using trying to install and use django on windows xp and i am using > git bash as command line. When i try using > "django-admin.py startproject mysite" command i get an error, __i

Re: How to install django on Windows xp

2012-06-13 Thread Renne Rocha
Hello, It appears that you are trying to use Python 3. Django doesn't works with Python 3, so you must install Python 2.7 instead. Reinstall the Python version to Python 2.7. It must fix your problem. Regards, Renne On Wed, Jun 13, 2012 at 4:20 AM, Manish wrote: > Hi, > > I am new t

How to install django on Windows xp

2012-06-13 Thread Manish
Hi, I am new to python and django. I have install django and trying to create a new project. When i run the command "django-admin.py startproject mysite", i get an error. the error is : Tracebback(most recent call last): File "./django-admin.py", line 2, in from django.core import managemen

django on windows xp

2012-06-13 Thread Manish
Hi , I am using trying to install and use django on windows xp and i am using git bash as command line. When i try using "django-admin.py startproject mysite" command i get an error, __init__.py line 54. except ImportError,e Syntax Error: Invalid Syntax I am very new to django

Django on Windows XP with ASE15

2010-02-11 Thread nioz_dm
Is it possible to run django on Windows with ASE15 as a database? I don't see any backend models for ASE and ODBC seems to be deprecated. Is there a work around? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email t

Re: Trouble Installing Django on Windows XP SP3

2009-12-16 Thread dartdog
Tracey wrote: > On Wed, Dec 16, 2009 at 5:13 PM, reactosguy wrote: > > I need help installing Django on Windows XP SP3. The docs explain > > about running on Linux/Mac. > > The docs, specifically here: > > http://docs.djangoproject.com/en/1.1/topics/install/#installin

Re: Trouble Installing Django on Windows XP SP3

2009-12-16 Thread Karen Tracey
On Wed, Dec 16, 2009 at 5:13 PM, reactosguy wrote: > I need help installing Django on Windows XP SP3. The docs explain > about running on Linux/Mac. > > The docs, specifically here: http://docs.djangoproject.com/en/1.1/topics/install/#installing-official-release also mention Windo

Trouble Installing Django on Windows XP SP3

2009-12-16 Thread reactosguy
I need help installing Django on Windows XP SP3. The docs explain about running on Linux/Mac. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from

Re: Installing Django on Windows XP

2009-05-29 Thread Vlad(L)
On 29 май, 20:54, athick2 wrote: > I am trying to install Django on Windows XP. > > I have python in C:\Python25 > > I have extracted django into C:\Program Files\Google\google_appengine > \izonyu\Django-1.0.2-final > > when i try to install django, i run into prob

Re: Installing Django on Windows XP

2009-05-29 Thread Thierry
wrote: > I am trying to install Django on Windows XP. > > I have python in C:\Python25 > > I have extracted django into C:\Program Files\Google\google_appengine > \izonyu\Django-1.0.2-final > > when i try to install django, i run into problems > > Goto C:\Program Files\

Re: Installing Django on Windows XP

2009-05-29 Thread Mike Driscoll
On May 29, 11:54 am, athick2 wrote: > I am trying to install Django on Windows XP. > > I have python in C:\Python25 > > I have extracted django into C:\Program Files\Google\google_appengine > \izonyu\Django-1.0.2-final > > when i try to install django, i run into prob

Installing Django on Windows XP

2009-05-29 Thread athick2
I am trying to install Django on Windows XP. I have python in C:\Python25 I have extracted django into C:\Program Files\Google\google_appengine \izonyu\Django-1.0.2-final when i try to install django, i run into problems Goto C:\Program Files\Google\google_appengine\izonyu\Django-1.0.2- final

Re: Installing the development version of Django on Windows XP - Environment Variable?

2009-01-16 Thread Ty
Thanks for the clarification. On Jan 16, 2:18 pm, Daniel Roseman wrote: > On Jan 16, 7:03 pm, Ty wrote: > > > Follow-up question: > > I have a project that was created using the 1.0.2 version. Is it a > > good idea to basically recreate the project and apps using the newest > > version of the d

Re: Installing the development version of Django on Windows XP - Environment Variable?

2009-01-16 Thread Daniel Roseman
On Jan 16, 7:03 pm, Ty wrote: > Follow-up question: > I have a project that was created using the 1.0.2 version. Is it a > good idea to basically recreate the project and apps using the newest > version of the django-admin.py file, and then migrate the code over? > I'm assuming so. No, there is

Re: Installing the development version of Django on Windows XP - Environment Variable?

2009-01-16 Thread Ty
It seams we have posted at almost the same time. Thanks for the reply. On Jan 16, 1:59 pm, Ramiro Morales wrote: > On Fri, Jan 16, 2009 at 4:47 PM, Ty wrote: > > >http://docs.djangoproject.com/en/dev/topics/install/#installing-the-d... > > > I'm currently on a Windows system and stuck on step #

Re: Installing the development version of Django on Windows XP - Environment Variable?

2009-01-16 Thread Ty
I figured it out, and feel dumb for asking a silly question. The environment variable "PYTHONPATH" value has to be set to where the trunk is located on your local system. In my case it had to be set to here: "C:\Server\django-trunk" And yes, it does replace the setup.py method. Follow-up quest

Re: Installing the development version of Django on Windows XP - Environment Variable?

2009-01-16 Thread Ramiro Morales
On Fri, Jan 16, 2009 at 4:47 PM, Ty wrote: > > http://docs.djangoproject.com/en/dev/topics/install/#installing-the-development-version > > I'm currently on a Windows system and stuck on step #3. I have no idea > how to continue because I don't know what an "environment variable" > actually is and

Installing the development version of Django on Windows XP - Environment Variable?

2009-01-16 Thread Ty
http://docs.djangoproject.com/en/dev/topics/install/#installing-the-development-version I'm currently on a Windows system and stuck on step #3. I have no idea how to continue because I don't know what an "environment variable" actually is and what they do. I've looked into how to create "environ

Re: Problem in installing Django on Windows XP

2008-01-18 Thread Guillermo
Hakan, Assuming you are using Django 0.96.1, make sure you're installing from a top folder in your drive. E.g.: d:\django Not something like: d:\django\django\ That worked for me. Regards, Guillermo --~--~-~--~~~---~--~~ You received this message because you

Re: Problem in installing Django on Windows XP

2008-01-18 Thread cjl
I'm not sure why you're getting the error that you are seeing, but if you want to try out Django on Windows without the hassle of installation, you can check out my site: http://www.instantdjango.com There is a download that provides a portable Django development environment on Windows, no inst

Problem in installing Django on Windows XP

2008-01-17 Thread new_to_django_install
I am quite new in Django, and trying to installing. I have the following error when I want to run the command for installing Django: C:\Django>setup.py install running install running build running build_py package init file '\django\__init__.py' not found (or not a regular file) error: package d