Re: django-admin.py startproject will NOT work.

2012-01-02 Thread Chris Kavanagh
Thanks to EVERYONE for the help! ( and Bart for his help/patience!) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users

Re: django-admin.py startproject will NOT work.

2012-01-02 Thread Chris Kavanagh
On Jan 2, 4:59 am, Andre Terra wrote: > Use virtualenv:  http://pypi.python.org/pypi/virtualenv > > Cheers, > AT > > I think I'll give that a try. Thanks for the help. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group,

Re: django-admin.py startproject will NOT work.

2012-01-02 Thread Andre Terra
Use virtualenv: http://pypi.python.org/pypi/virtualenv Cheers, AT On Sun, Jan 1, 2012 at 10:29 PM, Bart Nagel wrote: > At 2012-01-01 14:23:50 -0800, Chris Kavanagh wrote: > > On Jan 1, 4:44 am, Bart Nagel wrote: > > > At 2012-01-01 01:12:27 -0800, Chris Kavanagh wrote: > > > > > > > On Dec 3

Re: django-admin.py startproject will NOT work.

2012-01-01 Thread Bart Nagel
At 2012-01-01 14:23:50 -0800, Chris Kavanagh wrote: > On Jan 1, 4:44 am, Bart Nagel wrote: > > At 2012-01-01 01:12:27 -0800, Chris Kavanagh wrote: > > > > > On Dec 31 2011, 7:13 pm, Bart Nagel wrote: > > > > When I run that I get > > > > 3 arguments: ['args.py', 'startproject', 'mysite'] > > > >

Re: django-admin.py startproject will NOT work.

2012-01-01 Thread Chris Kavanagh
On Jan 1, 4:44 am, Bart Nagel wrote: > At 2012-01-01 01:12:27 -0800, Chris Kavanagh wrote: > > > On Dec 31 2011, 7:13 pm, Bart Nagel wrote: > > > When I run that I get > > > 3 arguments: ['args.py', 'startproject', 'mysite'] > > > > Paste your own output. > > > I get the same as you: > > > C:\P

Re: django-admin.py startproject will NOT work.

2012-01-01 Thread Bart Nagel
At 2012-01-01 01:12:27 -0800, Chris Kavanagh wrote: > On Dec 31 2011, 7:13 pm, Bart Nagel wrote: > > When I run that I get > >     3 arguments: ['args.py', 'startproject', 'mysite'] > > > > Paste your own output. > > I get the same as you: > > C:\Python27\Scripts>python args.py startproject mysi

Re: django-admin.py startproject will NOT work.

2012-01-01 Thread Chris Kavanagh
On Dec 31 2011, 7:13 pm, Bart Nagel wrote: > At 2011-12-31 16:00:44 -0800, Chris Kavanagh wrote: > > > On Dec 31, 6:48 pm, Bart Nagel wrote: > > > Does this little script tell you correctly the number of arguments you > > > pass to it? > > > Yes, it tells me the number of args. > > Okay, in tha

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Timothy Makobu
+1 On Sun, Jan 1, 2012 at 9:49 AM, Bart Nagel wrote: > At 2011-12-31 18:56:14 -0800, Chris Kavanagh wrote: > > Ok I've had a breakthrough (I guess,lol). I started a command prompt > > from my Python Scripts folder (C:\Python27\Scripts\), typed in "Python > > django-admin.py startproject mysite",

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Bart Nagel
At 2011-12-31 18:56:14 -0800, Chris Kavanagh wrote: > Ok I've had a breakthrough (I guess,lol). I started a command prompt > from my Python Scripts folder (C:\Python27\Scripts\), typed in "Python > django-admin.py startproject mysite", and it worked!! I now have the > "mysite" folder with appropria

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Bart Nagel
At 2011-12-31 18:47:13 -0800, Chris Kavanagh wrote: > Forgive my ignorance, but if that's the way it's supposed to work > (script must be in current dir) then how would Python know to run > django-admin.py if I'm NOT in the same directory it is > (Python27\Scripts\)??? In other words, the tutorial

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Chris Kavanagh
> > No, that's not wrong, that's how it should be. The python interpreter > is in your path, but you're telling the interpreter which file to run. > If you tell it to run a file args.py and there is no such file in the > current directory, it's correct to give you an error message. > > Does this l

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Chris Kavanagh
On Dec 31, 7:00 pm, Chris Kavanagh wrote: > On Dec 31, 6:48 pm, Bart Nagel wrote: > > > > > > > > > > > At 2011-12-31 15:43:36 -0800, Chris Kavanagh wrote: > > > > Ok, I CAN start the Python Interpreter from the command line by just > > > typing "python" then "enter". > > > > I saved the file "

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Bart Nagel
At 2011-12-31 16:00:44 -0800, Chris Kavanagh wrote: > On Dec 31, 6:48 pm, Bart Nagel wrote: > > Does this little script tell you correctly the number of arguments you > > pass to it? > > Yes, it tells me the number of args. Okay, in that case the arguments should also be getting to the django-a

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Chris Kavanagh
On Dec 31, 6:48 pm, Bart Nagel wrote: > At 2011-12-31 15:43:36 -0800, Chris Kavanagh wrote: > > > Ok, I CAN start the Python Interpreter from the command line by just > > typing "python" then "enter". > > > I saved the file "args.py" in the Python Scripts folder. When I try to > > run it from co

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Chris Kavanagh
On Dec 31, 6:48 pm, Bart Nagel wrote: > At 2011-12-31 15:43:36 -0800, Chris Kavanagh wrote: > > > Ok, I CAN start the Python Interpreter from the command line by just > > typing "python" then "enter". > > > I saved the file "args.py" in the Python Scripts folder. When I try to > > run it from co

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Bart Nagel
At 2011-12-31 15:43:36 -0800, Chris Kavanagh wrote: > Ok, I CAN start the Python Interpreter from the command line by just > typing "python" then "enter". > > I saved the file "args.py" in the Python Scripts folder. When I try to > run it from command prompt, I get the message "python: can't open

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Chris Kavanagh
On Dec 31, 6:18 pm, Bart Nagel wrote: > At 2011-12-31 15:01:39 -0800, Chris Kavanagh wrote: > > > > > > > > > > > On Dec 31, 11:58 am, Bart Nagel wrote: > > > What about other Python programs? Do they have the same problem? > > > > Put this next paragraph in a file and run it with different num

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Bart Nagel
At 2011-12-31 15:01:39 -0800, Chris Kavanagh wrote: > On Dec 31, 11:58 am, Bart Nagel wrote: > > What about other Python programs? Do they have the same problem? > > > > Put this next paragraph in a file and run it with different numbers of > > arguments and see what happens. > > > > import sys >

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Chris Kavanagh
On Dec 31, 12:38 pm, Ramiro Morales wrote: > On Fri, Dec 30, 2011 at 4:04 PM, Chris Kavanagh wrote: > > >>   C:\python27\python C:\path\to\django-admin startproject foo > > >> or, if you have C:\python27 in the PATH, simply: > > >>   python C:\path\to\django-admin startproject foo > > > Thanks

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Chris Kavanagh
On Dec 31, 11:58 am, Bart Nagel wrote: > At 2011-12-31 19:47:35 +0300, Timothy Makobu wrote: > > > File associations are fine i reckon, because django-admin is giving you the > > help message because for some reason it thinks you're *giving it improper > > input*. > > What about other Python pro

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Chris Kavanagh
On Dec 31, 11:47 am, Timothy Makobu wrote: > Hi, > > File associations are fine i reckon, because django-admin is giving you the > help message because for some reason it thinks you're *giving it improper > input*. > >So, you're saying you don't believe this is the problem (File Associations)??

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Chris Kavanagh
On Dec 31, 12:13 pm, Andre Terra wrote: > This has been answered before: > > http://groups.google.com/group/django-users/browse_thread/thread/9d53... > > Cheers, > AT > > > Yes, I saw that thread, and I tried changing my registry as suggested. And > the other 'work around'. Neither worked. > >

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Ramiro Morales
On Fri, Dec 30, 2011 at 4:04 PM, Chris Kavanagh wrote: >> >>   C:\python27\python C:\path\to\django-admin startproject foo >> >> or, if you have C:\python27 in the PATH, simply: >> >>   python C:\path\to\django-admin startproject foo >> > > Thanks for the reply, however it didn't work. I get the e

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Andre Terra
This has been answered before: http://groups.google.com/group/django-users/browse_thread/thread/9d5352d7921e0eb4?hl=en# Cheers, AT On Sat, Dec 31, 2011 at 2:58 PM, Bart Nagel wrote: > At 2011-12-31 19:47:35 +0300, Timothy Makobu wrote: > > File associations are fine i reckon, because django-

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Bart Nagel
At 2011-12-31 19:47:35 +0300, Timothy Makobu wrote: > File associations are fine i reckon, because django-admin is giving you the > help message because for some reason it thinks you're *giving it improper > input*. What about other Python programs? Do they have the same problem? Put this next pa

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Timothy Makobu
Hi, File associations are fine i reckon, because django-admin is giving you the help message because for some reason it thinks you're *giving it improper input*. On Sat, Dec 31, 2011 at 7:40 PM, Chris Kavanagh wrote: > While looking for a solution, I found someone with a similar problem. > he t

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Bart Nagel
At 2011-12-31 08:40:26 -0800, Chris Kavanagh wrote: > While looking for a solution, I found someone with a similar problem. > he thought there was a problem with the way Python Files are > associated. So I did what was suggested on the command line, using > "assoc.py" and ftype Python.File. What I

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Chris Kavanagh
While looking for a solution, I found someone with a similar problem. he thought there was a problem with the way Python Files are associated. So I did what was suggested on the command line, using "assoc.py" and ftype Python.File. What I got back is listed below. I don't think this is right accord

Re: django-admin.py startproject will NOT work.

2011-12-31 Thread Chris Kavanagh
On Dec 31, 10:19 am, Dennis Lee Bieber wrote: > On Fri, 30 Dec 2011 16:36:32 -0800 (PST), Chris Kavanagh > > wrote: > >> I'm not sure you'll be able to see the screenshot at the link, it's very > >> small. So, here's a copy/paste of it from my command prompt: > > >C:\Documents and Settings\mys

Re: django-admin.py startproject will NOT work.

2011-12-30 Thread Chris Kavanagh
On Dec 30, 8:10 am, Ramiro Morales wrote: > On Fri, Dec 30, 2011 at 1:32 AM, Chris Kavanagh wrote: > > Hi, I'm using WinXP, Python27, django 1.3.1. > > > When I try django-admin.py startproject mysite, I get a "Usage django- > > admin.py subcommand [options] [args]" listing of commands instead

Re: django-admin.py startproject will NOT work.

2011-12-30 Thread Chris Kavanagh
On Dec 30, 3:43 pm, Timothy Makobu wrote: > Hi, > > If you can, upload a screenshot of the command prompt with the commands > entered herehttps://droplr.comand send us the link. > > I'm not sure you'll be able to see the screenshot at the link, it's very > small. So, here's a copy/paste of it fr

Re: django-admin.py startproject will NOT work.

2011-12-30 Thread Chris Kavanagh
On Dec 30, 3:43 pm, Timothy Makobu wrote: > Hi, > > If you can, upload a screenshot of the command prompt with the commands > entered herehttps://droplr.comand send us the link. > > Certainly, thanks. https://droplr.com/images > > > > > > -- You received this message because you are subscrib

Re: django-admin.py startproject will NOT work.

2011-12-30 Thread Timothy Makobu
Hi, If you can, upload a screenshot of the command prompt with the commands entered here https://droplr.com and send us the link. On Fri, Dec 30, 2011 at 10:13 PM, Chris Kavanagh wrote: > > > On Dec 30, 9:42 am, Kev Dwyer wrote: > > Chris Kavanagh wrote: > > > Hi, I'm using WinXP, Python27, dj

Re: django-admin.py startproject will NOT work.

2011-12-30 Thread Chris Kavanagh
On Dec 30, 9:42 am, Kev Dwyer wrote: > Chris Kavanagh wrote: > > Hi, I'm using WinXP, Python27, django 1.3.1. > > > When I try django-admin.py startproject mysite, I get a "Usage django- > > admin.py subcommand [options] [args]" listing of commands instead of > > starting the project in mysite f

Re: django-admin.py startproject will NOT work.

2011-12-30 Thread Chris Kavanagh
On Dec 30, 8:10 am, Ramiro Morales wrote: > On Fri, Dec 30, 2011 at 1:32 AM, Chris Kavanagh wrote: > > Hi, I'm using WinXP, Python27, django 1.3.1. > > > When I try django-admin.py startproject mysite, I get a "Usage django- > > admin.py subcommand [options] [args]" listing of commands instead

Re: django-admin.py startproject will NOT work.

2011-12-30 Thread Kev Dwyer
Chris Kavanagh wrote: > Hi, I'm using WinXP, Python27, django 1.3.1. > > When I try django-admin.py startproject mysite, I get a "Usage django- > admin.py subcommand [options] [args]" listing of commands instead of > starting the project in mysite folder. . .I've tried every workaround > I've fou

Re: django-admin.py startproject will NOT work.

2011-12-30 Thread Ramiro Morales
On Fri, Dec 30, 2011 at 1:32 AM, Chris Kavanagh wrote: > Hi, I'm using WinXP, Python27, django 1.3.1. > > When I try django-admin.py startproject mysite, I get a "Usage django- > admin.py subcommand [options] [args]" listing of commands instead of > starting the project in mysite folder. . .I've t

django-admin.py startproject will NOT work.

2011-12-30 Thread Chris Kavanagh
Hi, I'm using WinXP, Python27, django 1.3.1. When I try django-admin.py startproject mysite, I get a "Usage django- admin.py subcommand [options] [args]" listing of commands instead of starting the project in mysite folder. . .I've tried every workaround I've found on Google & on this site. I've p