Re: Issues with "startproject"

2012-01-04 Thread JJ Zolper
Thank you both. I was on the right track with the path name because in windows I don't think it would work without it but you did point out something good JirkaV about the actual file name. Sorta stupid on my part there so good catch. I did not use yum or ap-get and I checked my file names and

Re: Issues with "startproject"

2012-01-03 Thread Jisson Varghese
Script name may differ in distribution packages If you installed Django using a Linux distribution's package manager (e.g. apt-get or yum) django-admin.py may have been renamed to django-admin. You may continue through this documentation by omitting .py from each command. Refer: https://docs.djan

Re: Issues with "startproject"

2012-01-03 Thread Jirka Vejrazka
> I was able to get the django-admin.py file to be located and I no > longer had an error with startproject not executing but there was a > random issue with the name of my file. At this point I have no idea > what the problem is. > > http://madtrak.com/error.png Hi there, you are missing the d

Issues with "startproject"

2012-01-03 Thread JJ Zolper
Hello, I was able to get the django-admin.py file to be located and I no longer had an error with startproject not executing but there was a random issue with the name of my file. At this point I have no idea what the problem is. http://madtrak.com/error.png Thanks for taking a look, JJ Zolper