On 10/25/11 6:07 PM, Vineet Deodhar wrote:
> [re-posting since my earlier post seems unsuccessful to deliver]

I don't know why, but when I reply to your messages, it goes to both you and 
the dabo 
users list. I'm not hitting reply-all, just reply. You probably replied to the 
message that came directly to you, and not the one that came to the list, 
resulting 
in the mail only going to me.

> The output is from both is--->
>
> /usr/lib/python2.6/os.pyc
>
> What does that suggest?

It suggests that there's some sort of mismatch because look at your original 
traceback:

>>      File "/media/pyth/python26/Lib/site-packages/MySQLdb/__init__.py", line 
>> 23,
>   in<module>

That path there should have been /usr/lib/python2.6/os.pyc.

I don't know the answer because I don't know how you have things set up, but it 
looks 
like you have your python stuff in 2 distinct paths, /usr/lib/python2.6 and 
/media/pyth/python26. The latter is the one with the mismatch. The error 
happened 
upon importing MySQLdb, not upon connecting to a database.

Paul
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to