Re: Installing Django

2007-07-15 Thread Russell Keith-Magee
On 7/16/07, shahabbash <[EMAIL PROTECTED]> wrote: > > Hi Everyone, > > I am new to Django and am currently following the instructions on the > Django site to get all the necessary components installed. My > question is simple: Can Django be installed and run on Windows? If so > where can I get

Re: installing django on vista?

2007-05-26 Thread blabla
hnmm i checked both names are all undercase, made sure everything is is correct case still no change On May 26, 7:15 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 5/26/07, blabla <[EMAIL PROTECTED]> wrote: > > > > > i went and changed the django.pth file to the folder containing mysite > >

Re: installing django on vista?

2007-05-26 Thread Jeremy Dunck
On 5/26/07, blabla <[EMAIL PROTECTED]> wrote: > > > i went and changed the django.pth file to the folder containing mysite > and also tried mysite itself, > basically, tried both of these in django.pth > c:\bla, and then tried c:\bla\mysite I think it's case-sensitive. (Sorry, my Windows VM is

Re: installing django on vista?

2007-05-26 Thread blabla
i went and changed the django.pth file to the folder containing mysite and also tried mysite itself, basically, tried both of these in django.pth c:\bla, and then tried c:\bla\mysite both return the same error still On May 26, 7:03 pm, "Jeremy Dunck" <[EMAIL PROTECTED]> wrote: > On 5/26/07,

Re: installing django on vista?

2007-05-26 Thread Jeremy Dunck
On 5/26/07, blabla <[EMAIL PROTECTED]> wrote: > ImportError: No module named MYSITE > You need to make sure that the directory containing MYSITE is on the python path. There are various ways to do this, but editing django.pth is probably easiest.

Re: installing django on vista?

2007-05-26 Thread blabla
ok i had django installed and was following the first tutorial, i ran the django-admin.py successfully, and created the mysite directory with the 4 files, when i open up the command prompt in mysite folder and enter manage.py runserver i get the following error: i searched the forums with the

Re: installing django on vista?

2007-05-26 Thread Jeremy Dunck
On 5/26/07, Justin Bronn <[EMAIL PROTECTED]> wrote: ... > With respect to sqlite, I've had problems as well with the built-in > version on Python 2.5. I use the package from initd: > http://initd.org/pub/software/pysqlite/releases/2.3/2.3.3/pysqlite-2.3.3.win32-py2.5.exe Ouch. Wrong on all

Re: installing django on vista?

2007-05-26 Thread Justin Bronn
>1) put c:\python25\bin on your path. Python on Windows actually installs the executables in "C:\Python25" -- that should be in your path instead. > 3) Add a django.pth file to c:\python25\site-packages. In that file, > include the following line: > c:\django\ Likewise, the site-packages

Re: installing django on vista?

2007-05-26 Thread Jeremy Dunck
On 5/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I had the same problem with vista. Basically, you need to update the > environment variables to where you have python installed. I can only speak > to the python being unrecognized. For some reason, it took me a while to get > it

Re: installing django on vista?

2007-05-26 Thread blabla
hey i just found the other post http://groups.google.com/group/django-users/browse_thread/thread/79e8716f934a3b49/c09db74b000a9052?lnk=gst=installing+django+windows=2#c09db74b000a9052 which showed the flaw in your guys setup.py file with the '//' i opened up the setup.py and made the changes he

Re: installing django on vista?

2007-05-26 Thread jeffhg58
I had the same problem with vista. Basically, you need to update the environment variables to where you have python installed. I can only speak to the python being unrecognized. For some reason, it took me a while to get it working correctly. But, in the interim you should be able to use the

Re: installing django on vista?

2007-05-26 Thread blabla
Hi thanks for the responses, I followed your steps, and am having some problems still, python still is unrecognized command, withy my directory in the command prompt at C:\django>i enter the command setup.py install and recieve error package init file '\django\__init__.py' not found ( or not a

Re: installing django on vista?

2007-05-26 Thread Ben Jones
> Since you're just getting started, set DATABASE_ENGINE to sqlite; > you'll have a bit of trouble getting psycopg or mysqldb installed, so > you should have some fun first. ;-) Be careful with the sqlite that's bundled with Python though . . . On my Win32 python install (Python 2.5.1

Re: installing django on vista?

2007-05-25 Thread Jeremy Dunck
On 5/25/07, blabla <[EMAIL PROTECTED]> wrote: > > I have python 2.5 installed at C:\Python25 > I then downloaded and unzipped the django file to the c:\ > I then open up command and cd to C:\DJANGO-0.96 > and sudo and python are unrecognized commands, > so i merely enter setup.py install > and

Re: installing django an an alien server

2006-09-14 Thread Frankie Robertson
On 14/09/06, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > > On 14-Sep-06, at 2:56 PM, [EMAIL PROTECTED] wrote: > > > As i'm still rather new to this django stuff, here is my simple > > question: > > Is it possible to install django on an alien server? > > as long as you have shell access you

Re: installing django an an alien server

2006-09-14 Thread Kenneth Gonsalves
On 14-Sep-06, at 2:56 PM, [EMAIL PROTECTED] wrote: > As i'm still rather new to this django stuff, here is my simple > question: > Is it possible to install django on an alien server? as long as you have shell access you can do so -- regards kg http://lawgon.livejournal.com

<    1   2   3