On Sat, 2009-10-31 at 21:32 +1300, Lawrence D'Oliveiro wrote:
> Modules will sometimes find
> > themselves on the path in Windows, so the fact that Windows performs
> a
> > library search on the path is quite significant.
> 
> Why is it only Windows is prone to this problem? 

I think as someone pointed out earlier, in Unix-like operating systems,
a "regular" library's file name starts with "lib", e.g. libcrypt.so.  So
this would not conflict with Python's crypt.so.  But in Windows, they
would both be named crypt.dll, for example (I'm halfway guessing since I
don't have/use Windows).
 

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to