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
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
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
[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