Its also a good idea to install the Developer Tools ... You should check which 
version of Python you are using too. I think be default OS X uses 2.6.1

This is what I get when I type "python" into the terminal:
Python 2.6.1 (r261:67515, Feb 11 2010, 00:51:29) 


On Apr 9, 2010, at 11:38 AM, Lee Hinde wrote:

> 
> 
> On Apr 8, 1:50 pm, CG <gwincr...@gmail.com> wrote:
>> I have successfully setup django, although I am not sure how I did
>> it.  Now I am trying to setup MySQLdb  but keep getting the error
>>   File "setup.py", line 5, in <module>
>>     from setuptools import setup, Extension
>> ImportError: No module named setuptools
>> 
>> On Apr 8, 12:45 pm, CG <gwincr...@gmail.com> wrote:
>> 
>>> Nothing happens, I just get a >
>> 
>>> On Apr 8, 12:39 pm, Tim Shaffer <t...@tim-shaffer.com> wrote:
>> 
>>>> Very strange. What happens if you open a new Terminal window and run
>>>> the following?
>> 
>>>> python -c "import sys; print sys.path"
> 
> Google is your friend. There are a bunch of posts that will take you
> through the process.
> 
> Django & mysql are actually the easy steps. You should google 'django
> and snow leopard' for support with those and other topics.
> 
> I'm not suggesting you shouldn't ask questions here, just saying there
> are resources out there to help get you started.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to