Re: Confusing, desparate MySQLdb problems...

2010-01-17 Thread Ned Deily
In article <109c960c-656b-4ea7-b69f-100e30804...@m16g2000yqc.googlegroups.com>, stopchuckingstuff wrote: > On Jan 17, 5:52 pm, Ned Deily wrote: > > In article > > <94e8cfd8-d299-4c23-9e9e-d3f17d4c9...@e16g2000yqc.googlegroups.com>, > > > What I don't understand is if the path is there, why does

Re: Confusing, desparate MySQLdb problems...

2010-01-17 Thread stopchuckingstuff
On Jan 17, 5:52 pm, Ned Deily wrote: > In article > <94e8cfd8-d299-4c23-9e9e-d3f17d4c9...@e16g2000yqc.googlegroups.com>, > > > > > >  stopchuckingstuff wrote: > > I'm not using either mod_wsgi or mod_python, I just edited httpd.conf. > > > You're right about setuptools - imports in terminal, not

Re: Confusing, desparate MySQLdb problems...

2010-01-17 Thread Ned Deily
In article <94e8cfd8-d299-4c23-9e9e-d3f17d4c9...@e16g2000yqc.googlegroups.com>, stopchuckingstuff wrote: > I'm not using either mod_wsgi or mod_python, I just edited httpd.conf. > > You're right about setuptools - imports in terminal, not in cgi. > however, the path to it (/Library/Frameworks/P

Re: Confusing, desparate MySQLdb problems...

2010-01-17 Thread stopchuckingstuff
On Jan 17, 4:01 am, Ned Deily wrote: > In article > <5bc2641f-44fc-4324-b299-400ccbc79...@p8g2000yqb.googlegroups.com>, stopchuckingstuff > wrote: > > [...] > > > This just gets even more confusing! > > > I used a shebang line: > > > #!/Library/Frameworks/Python.framework/Versions/2.6/bin/python

Re: Confusing, desparate MySQLdb problems...

2010-01-16 Thread Ned Deily
In article <5bc2641f-44fc-4324-b299-400ccbc79...@p8g2000yqb.googlegroups.com>, stopchuckingstuff wrote: [...] > This just gets even more confusing! > > I used a shebang line: > > #!/Library/Frameworks/Python.framework/Versions/2.6/bin/python > > which i got from which python in terminal, and

Re: Confusing, desparate MySQLdb problems...

2010-01-16 Thread stopchuckingstuff
On Jan 17, 1:54 am, Ned Deily wrote: > In article > <8647768b-944c-4025-8389-768a9cae5...@u41g2000yqe.googlegroups.com>, > > > > > >  stopchuckingstuff wrote: > > On Jan 17, 12:14 am, Ned Deily wrote: > > > In article > > > <0ba7faf8-f816-4100-ba5b-b138d3008...@c3g2000yqd.googlegroups.com>, > >

Re: Confusing, desparate MySQLdb problems...

2010-01-16 Thread stopchuckingstuff
On Jan 17, 1:54 am, Ned Deily wrote: > In article > <8647768b-944c-4025-8389-768a9cae5...@u41g2000yqe.googlegroups.com>, > > > > > >  stopchuckingstuff wrote: > > On Jan 17, 12:14 am, Ned Deily wrote: > > > In article > > > <0ba7faf8-f816-4100-ba5b-b138d3008...@c3g2000yqd.googlegroups.com>, > >

Re: Confusing, desparate MySQLdb problems...

2010-01-16 Thread Ned Deily
In article <8647768b-944c-4025-8389-768a9cae5...@u41g2000yqe.googlegroups.com>, stopchuckingstuff wrote: > On Jan 17, 12:14 am, Ned Deily wrote: > > In article > > <0ba7faf8-f816-4100-ba5b-b138d3008...@c3g2000yqd.googlegroups.com>, > >  stopchuckingstuff wrote: > > > I have installed MySQLdb o

Re: Confusing, desparate MySQLdb problems...

2010-01-16 Thread stopchuckingstuff
On Jan 17, 12:14 am, Ned Deily wrote: > In article > <0ba7faf8-f816-4100-ba5b-b138d3008...@c3g2000yqd.googlegroups.com>, > > > > > >  stopchuckingstuff wrote: > > I have installed MySQLdb on Mac OSX 10.6.2, and have it working when > > running on my system in IDLE and in terminal, however encount

Re: Confusing, desparate MySQLdb problems...

2010-01-16 Thread stopchuckingstuff
On Jan 17, 12:14 am, Ned Deily wrote: > In article > <0ba7faf8-f816-4100-ba5b-b138d3008...@c3g2000yqd.googlegroups.com>, > > > > > >  stopchuckingstuff wrote: > > I have installed MySQLdb on Mac OSX 10.6.2, and have it working when > > running on my system in IDLE and in terminal, however encount

Re: Confusing, desparate MySQLdb problems...

2010-01-16 Thread Ned Deily
In article <0ba7faf8-f816-4100-ba5b-b138d3008...@c3g2000yqd.googlegroups.com>, stopchuckingstuff wrote: > I have installed MySQLdb on Mac OSX 10.6.2, and have it working when > running on my system in IDLE and in terminal, however encounter > continual problems when running it through Apache. >