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
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
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
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
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
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
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
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
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
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
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\
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
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
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
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
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 #
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
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
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
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
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
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
22 matches
Mail list logo