Re: Import from database

2005-01-25 Thread Steve Holden
Kartic wrote: Steve, Hmmm... Yes, I see what you are saying. Could you post your create table statement so that I can create a db and play around with dbimport? Thanks, --Kartic Here it is, plus also the loader program I used to suck in the standard library (in case it's that that's faulty): CREA

Re: Import from database

2005-01-25 Thread Kartic
Steve, Hmmm... Yes, I see what you are saying. Could you post your create table statement so that I can create a db and play around with dbimport? Thanks, --Kartic -- http://mail.python.org/mailman/listinfo/python-list

Re: Import from database

2005-01-25 Thread Steve Holden
Kartic wrote: Steve, I believe you have to put ntpath, macpath and posixpath in the module database for os.path to work. I tried it with zipimporter builtin and I got the same traceback till I added ntpath.py to my zip file. (Of course, I renamed the original ntpath to _ntpath so that the original

Re: Import from database

2005-01-24 Thread Kartic
Steve, I believe you have to put ntpath, macpath and posixpath in the module database for os.path to work. I tried it with zipimporter builtin and I got the same traceback till I added ntpath.py to my zip file. (Of course, I renamed the original ntpath to _ntpath so that the original did not get