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
here is my code on text wrangler
import sys
sys.path.append('/Users/rabahabdallah/Desktop')
from apihelper import info
li = []
print info(li)
print ' '
print ' '
"""Advanced Usage of apihelper.py"""
import odbchelper
a = info(odbcherper)
print a
b = info(odbchelper, 30)
print b
c = info(odbchelper, 30, 0)
print c
thanks
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor