Uwe Hoffmann wrote: > cjl schrieb: > > >> >>I do set pythonpath, see above. >> > > is pythonpath really case insensitive on windows ?
Only because the Windows filesystem implements case-insensitive semantics. This is nothing to do with Python: C:\Steve\Projects\Python\dbimp>dir DB.py Volume in drive C has no label. Volume Serial Number is 9CA8-2A02 Directory of C:\Steve\Projects\Python\dbimp 01/19/2005 06:03 PM 136 db.py 1 File(s) 136 bytes 0 Dir(s) 15,908,880,384 bytes free C:\Steve\Projects\Python\dbimp>dir db.py Volume in drive C has no label. Volume Serial Number is 9CA8-2A02 Directory of C:\Steve\Projects\Python\dbimp 01/19/2005 06:03 PM 136 db.py 1 File(s) 136 bytes 0 Dir(s) 15,908,880,384 bytes free regards Steve -- Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LLC/Ltd http://www.holdenweb.com Skype: holdenweb http://holdenweb.blogspot.com Recent Ramblings http://del.icio.us/steve.holden -- http://mail.python.org/mailman/listinfo/python-list