[python-win32] ImportError: No module named twisted.internet ?

2007-04-07 Thread Nguyễn Văn Minh
hi list, i build BitTorrent-5.0.7 project in windows platform. When i run command build.bat, i've get error massages: C:\Python24\BitTorrent-5.0.7>c:\Python24\python.exe -OO winsetup.py py2exe Traceback (most recent call last): File "winsetup.py", line 24, in ? from BitTorrent.platform import

[python-win32] How to make a window client area "transparent"

2007-04-07 Thread Paul Moore
This is only vaguely a Python related question - I'm writing Python code, but the basic issue I have is with Win32 programming regardless of language - but I don't know a really good forum for Win32 API technical coding questions (aside: can anyone point me to such a forum - high signal-to-noise ra

[python-win32] Constants quit working under Python 2.5

2007-04-07 Thread kc106_2005-pywin32
Hi list, I upgraded to Python 2.5 for evaluation and testing. After installing the pywin32-210.win32-py2.5.exe, I found that the constants module doesn't work. For example, this code fails: from win32com.client import Dispatch, constants print constants.xlDown I re-execute makepy.py

[python-win32] Re: Constants quit working under Python 2.5

2007-04-07 Thread Roger Upole
[EMAIL PROTECTED] wrote: > Hi list, > > I upgraded to Python 2.5 for evaluation and testing. After installing the > pywin32-210.win32-py2.5.exe, I found that the > constants module doesn't work. For example, this code fails: > > from win32com.client import Dispatch, constants > > print con