Running python from a usb drive

Steve Holden steve at holdenweb.com
Mon Sep 11 16:37:07 EDT 2006


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




More information about the Python-list mailing list