Here's what I've got:

Python 2.6 (r26:66721, Oct  2 2008, 11:35:03) [MSC v.1500 32 bit (Intel)] 
on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import win32con
>>> win32con
<module 'win32con' from 
'C:\Python26\lib\site-packages\win32\lib\win32con.pyc'>

The mystery gets weirder! I opened up an Eclipse PDB session in my web2py 
app:
(Pdb) import win32con
(Pdb) win32con
<module 'win32con' from 
'C:\Python26\Lib\site-packages\win32\lib\win32con.pyc'>
(Pdb) import sys
(Pdb) sys.version_info
(2, 6, 0, 'final', 0)

Reply via email to