Re: import Help Needed - Newbie

2005-07-08 Thread Dan
On 7/7/2005 5:50 PM, GregM wrote: > A search on google for odbchelper resulted in: > http://linux.duke.edu/~mstenner/free-docs/diveintopython-3.9-1/py/odbchelper.py > > I think this will help you. > Greg. > That is the previous example which worked for me fine. I have this code on a network dr

Re: import Help Needed - Newbie

2005-07-07 Thread GregM
A search on google for odbchelper resulted in: http://linux.duke.edu/~mstenner/free-docs/diveintopython-3.9-1/py/odbchelper.py I think this will help you. Greg. -- http://mail.python.org/mailman/listinfo/python-list

import Help Needed - Newbie

2005-07-07 Thread Dan
Hi I am trying to learn Python with the "Dive Into Python" book coming from VB, but am getting stuck at Example 2.3 (http://www.diveintopython.org/getting_to_know_python/everything_is_an_object.html). Here is what I get following the book's directions for: >>> import odbchelper Traceback