Re: django-admin.py not working...HELP!

2009-05-15 Thread Blake M. Sisco
Karen, I updated to the latest trunk by right clicking on the C:\django_src dir then using tortisesvn to update to the latest code from http://code.djangoproject.com/svn. I then removed the old install from C:\Python25\Lib\site-packages as well as the django-admin.py from the C:\Python25\Scripts d

Re: django-admin.py not working...HELP!

2009-05-14 Thread Karen Tracey
On Thu, May 14, 2009 at 6:20 PM, Karen Tracey wrote: > Nothing that does from django.whatever will match, since Python will then > be looking for Nothing that does 'from django.whatever import something' is what I meant to type there. --~--~-~--~~~---~--~~ You

Re: django-admin.py not working...HELP!

2009-05-14 Thread Karen Tracey
On Thu, May 14, 2009 at 8:46 AM, bsisco wrote: > > Ok. I updated to the latest trunk release this morning and now when I > run django-admin.py startapp I get the following: (specs: > Python 2.5, Win XP Pro, Django trunk release 10781) > What did you update from? How did you update? Where did

Re: django-admin.py not working...HELP!

2009-05-14 Thread Laszlo Antal
On Thu, May 14, 2009 at 11:45 AM, Blake M. Sisco wrote: > Laszlo, > django/bin is in my pathnot sure why gmail decided to format that so > oddly but it's four lines up from the bottom of the quote in my last > post.:-) I made sure that it was there just now as well even went as > far as r

Re: django-admin.py not working...HELP!

2009-05-14 Thread Blake M. Sisco
Laszlo, django/bin is in my pathnot sure why gmail decided to format that so oddly but it's four lines up from the bottom of the quote in my last post.:-) I made sure that it was there just now as well even went as far as rebooting the machine and still no joy... Blake M. Sisco LOR Manuf

Re: django-admin.py not working...HELP!

2009-05-14 Thread Laszlo Antal
On Thu, May 14, 2009 at 11:02 AM, Blake M. Sisco wrote: > import django works fine. i posted the results of >echo %pythonpath% and > echo %path% in my first message but here it is again: > > *>echo %pythonpath% >> C:\Python25;C:\Python25\Lib\ >> **site-packages\django;C:\**django_projects; >> >>

Re: django-admin.py not working...HELP!

2009-05-14 Thread Blake M. Sisco
import django works fine. i posted the results of >echo %pythonpath% and echo %path% in my first message but here it is again: *>echo %pythonpath% > C:\Python25;C:\Python25\Lib\**site-packages\django;C:\**django_projects; > > and my win path is : > >echo %path% > C:\Program Files\PHP\;C:\Perl\sit

Re: django-admin.py not working...HELP!

2009-05-14 Thread bsisco
I've uninstalled and reinstalled django and I still can't get this to work. Any help would be greatly appreciated... On May 14, 8:46 am, bsisco wrote: > Ok.  I updated to the latest trunk release this morning and now when I > run django-admin.py startapp I get the following: (specs: > Python 2

Re: django-admin.py not working...HELP!

2009-05-14 Thread Bruno Tikami
On Thu, May 14, 2009 at 2:41 PM, bsisco wrote: > > I've uninstalled and reinstalled django and I still can't get this to > work. Any help would be greatly appreciated... > > On May 14, 8:46 am, bsisco wrote: > > Ok. I updated to the latest trunk release this morning and now when I > > run djan

django-admin.py not working...HELP!

2009-05-14 Thread bsisco
Ok. I updated to the latest trunk release this morning and now when I run django-admin.py startapp I get the following: (specs: Python 2.5, Win XP Pro, Django trunk release 10781) >django-admin.py startapp rd Traceback (most recent call last): File "C:\Python25\Lib\site-packages\django\bin\dj