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
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
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
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
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
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
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
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,
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
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
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
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
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
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
14 matches
Mail list logo