Liu, Donald (H USA) wrote: > Hi Mark, > > Thanks for your reply. I ran "dir c:\Windows\system32\py*.dll", and got > the following: > > C:\>dir Windows\system32\py*.dll > Volume in drive C is System > Volume Serial Number is F8F2-995F > > Directory of C:\Windows\system32 > > 03/27/2008 06:12 PM 2,117,632 python25.dll > 03/27/2008 06:13 PM 323,584 pythoncom25.dll > 03/27/2008 06:13 PM 98,304 pywintypes25.dll > 3 File(s) 2,539,520 bytes > 0 Dir(s) 12,925,677,568 bytes free > > Looks like there's only one set of these files in the system32 > directory. >
Of course; Windows does not allow multiple versions in a single directory. What Mark suggested is that you compare those versions to whatever versions are contained in your Python directory. For example: dir /s \Python25\py*.dll -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32