Re: Unable to do import django

2013-07-08 Thread Yves S. Garret
On Monday, July 8, 2013 6:11:36 PM UTC-4, Drew Ferguson wrote: > > On Mon, 8 Jul 2013 14:46:25 -0700 (PDT) > "Yves S. Garret" > wrote: > > > On Monday, July 8, 2013 5:18:21 PM UTC-4, Drew Ferguson wrote: > > > > > > Yo > > > > > > You have 2 versions of python installed: > > > > > > * pytho

Re: Unable to do import django

2013-07-08 Thread Drew Ferguson
On Mon, 8 Jul 2013 14:46:25 -0700 (PDT) "Yves S. Garret" wrote: > On Monday, July 8, 2013 5:18:21 PM UTC-4, Drew Ferguson wrote: > > > > Yo > > > > You have 2 versions of python installed: > > > > * python 2.6 installed probably in /usr/bin and > > using /usr/lib/python2.6 > > > > * python 2.7

Re: Unable to do import django

2013-07-08 Thread Yves S. Garret
On Monday, July 8, 2013 5:18:21 PM UTC-4, Drew Ferguson wrote: > > Yo > > You have 2 versions of python installed: > > * python 2.6 installed probably in /usr/bin and using /usr/lib/python2.6 > > * python 2.7 installed in /usr/local/bin and possibly /usr/lib/python2.7 > > You need to decide whi

Re: Unable to do import django

2013-07-08 Thread Drew Ferguson
Yo You have 2 versions of python installed: * python 2.6 installed probably in /usr/bin and using /usr/lib/python2.6 * python 2.7 installed in /usr/local/bin and possibly /usr/lib/python2.7 You need to decide which one you want to use and deal with the tools and binaries installed for the versi

Re: Unable to do import django

2013-07-08 Thread Yves S. Garret
On Monday, July 8, 2013 4:36:17 PM UTC-4, larry@gmail.com wrote: > > On Mon, Jul 8, 2013 at 2:34 PM, Yves S. Garret > > wrote: > > On Monday, July 8, 2013 4:31:47 PM UTC-4, Yves S. Garret wrote: > >> > >> On Monday, July 8, 2013 4:03:12 PM UTC-4, larry@gmail.com wrote: > >>> > >>> On

Re: Unable to do import django

2013-07-08 Thread Larry Martell
On Mon, Jul 8, 2013 at 2:34 PM, Yves S. Garret wrote: > On Monday, July 8, 2013 4:31:47 PM UTC-4, Yves S. Garret wrote: >> >> On Monday, July 8, 2013 4:03:12 PM UTC-4, larry@gmail.com wrote: >>> >>> On Mon, Jul 8, 2013 at 2:00 PM, Yves S. Garret >>> wrote: >>> > On Monday, July 8, 2013 2:28:5

Re: Unable to do import django

2013-07-08 Thread Larry Martell
On Mon, Jul 8, 2013 at 2:31 PM, Yves S. Garret wrote: > On Monday, July 8, 2013 4:03:12 PM UTC-4, larry@gmail.com wrote: >> >> On Mon, Jul 8, 2013 at 2:00 PM, Yves S. Garret >> wrote: >> > On Monday, July 8, 2013 2:28:58 PM UTC-4, larry@gmail.com wrote: >> >> >> >> On Mon, Jul 8, 2013 at

Re: Unable to do import django

2013-07-08 Thread Yves S. Garret
On Monday, July 8, 2013 4:31:47 PM UTC-4, Yves S. Garret wrote: > > On Monday, July 8, 2013 4:03:12 PM UTC-4, larry@gmail.com wrote: >> >> On Mon, Jul 8, 2013 at 2:00 PM, Yves S. Garret >> wrote: >> > On Monday, July 8, 2013 2:28:58 PM UTC-4, larry@gmail.com wrote: >> >> >> >> On Mon,

Re: Unable to do import django

2013-07-08 Thread Yves S. Garret
On Monday, July 8, 2013 4:03:12 PM UTC-4, larry@gmail.com wrote: > > On Mon, Jul 8, 2013 at 2:00 PM, Yves S. Garret > > wrote: > > On Monday, July 8, 2013 2:28:58 PM UTC-4, larry@gmail.com wrote: > >> > >> On Mon, Jul 8, 2013 at 12:10 PM, Yves S. Garret > >> wrote: > >> > I've gone t

Re: Unable to do import django

2013-07-08 Thread Larry Martell
On Mon, Jul 8, 2013 at 2:00 PM, Yves S. Garret wrote: > On Monday, July 8, 2013 2:28:58 PM UTC-4, larry@gmail.com wrote: >> >> On Mon, Jul 8, 2013 at 12:10 PM, Yves S. Garret >> wrote: >> > I've gone through the entire django install steps and when I fired up my >> > Python shell >> > (python

Re: Unable to do import django

2013-07-08 Thread Yves S. Garret
On Monday, July 8, 2013 2:28:58 PM UTC-4, larry@gmail.com wrote: > > On Mon, Jul 8, 2013 at 12:10 PM, Yves S. Garret > > wrote: > > I've gone through the entire django install steps and when I fired up my > > Python shell > > (python 2.7.5, to be exact) and did import django, this is what I

Re: Unable to do import django

2013-07-08 Thread Yves S. Garret
Ok, just installed Django anew with pip (first did uninstall, then install). This is what I have: $ django-admin.py help Traceback (most recent call last): File "/usr/bin/django-admin.py", line 5, in management.execute_from_command_line() File "/usr/lib/python2.6/site-packages/django/cor

Re: Unable to do import django

2013-07-08 Thread Larry Martell
On Mon, Jul 8, 2013 at 12:10 PM, Yves S. Garret wrote: > I've gone through the entire django install steps and when I fired up my > Python shell > (python 2.7.5, to be exact) and did import django, this is what I got: > import django > Traceback (most recent call last): > File "", line 1, i

Unable to do import django

2013-07-08 Thread Yves S. Garret
I've gone through the entire django install steps and when I fired up my Python shell (python 2.7.5, to be exact) and did import django, this is what I got: >>> import django Traceback (most recent call last): File "", line 1, in ImportError: No module named django sudo python setup.py install