thanks for the reply jscheirer,
I am definitely running 2.6... sys.version is:
'2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)]'
however, I am running it on a 64-bit Windows 7 machine... perhaps that is my problem?
I think that you are on the right track with the second part of your response... sys.path has no ArcMap references in it...:
['C:\\Python26\\Lib\\idlelib', 'C:\\Windows\\system32\\python26.zip', 'C:\\Python26\\DLLs', 'C:\\Python26\\lib', 'C:\\Python26\\lib\\plat-win', 'C:\\Python26\\lib\\lib-tk', 'C:\\Python26', 'C:\\Python26\\lib\\site-packages']
...whereas my ArcGIS bin directory is in C:\Program Files (x86)\ArcGIS\Desktop9.4\bin... (this is the directory where 32-bit programs are installed). I *have* added the ArcGIS bin to my PATH environmental variable... to no avail...
So... how do I configure my Python import path correctly?
Thanks again!
J