[Tutor] No module named odbchelper

Alan Gauld alan.gauld at btinternet.com
Wed Oct 9 00:37:59 CEST 2013


On 08/10/13 19:33, Rabah Abdallah wrote:
> Hi
>
> I am using dive in python book to to learn python programing languege  on  mac
> in one of the examples is odbchelper imported but when i start debugging I recieved
>   ImportError: No module named odbchelper

ODBC is a Microsoft database access protocol.
It may not exist on non Windows systems. From
the path you give below that might be the
problem here.

> import sys
> sys.path.append('/Users/rabahabdallah/Desktop')

Looks like Linux to me?


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.flickr.com/photos/alangauldphotos



More information about the Tutor mailing list