Hi,
Is there a way to play an MP3 from Python 2.5 in Windows, that doesn't
require compiling C first? I'd like to make a package
easy_installable [a different one this time!] that can then play MP3s
without any other fuss.
I've looked through the python-win32 archives, I've looked on Google,
I'v
> I noticed just now that if I go to the main page for pywin32 on
> SourceForge and click the big green button, I get taken to the 211
> build instead of the 212:
>
> http://sourceforge.net/projects/pywin32/
>
> Is this intentional?
Nope - fixed now - thanks!
Mark
_
Hello list,
I'm working with ctypes doing a wrapper for a DLL. I use
LoadLibrary, FreeLibrary and GetProcAddress of windows system API
(kernel32.dll).
The problem is the following: Inside a DLL there are 4 function. I
can to request its address of 3 functions without problem
(GetProc
Sweet! Thanks to everyone for your suggestions and info.
Michael
On Sat, Aug 9, 2008 at 3:06 AM, Chris Galvan <[EMAIL PROTECTED]> wrote:
> A lot of people have been frustrated with the lack of development on
> setuptools, which is partially do to the fact that Phillip has been busy
> with other