[python-win32] Play MP3s from Windows, Just Works

2008-08-11 Thread Michael Gundlach
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

Re: [python-win32] Build 211 still linked from main page

2008-08-11 Thread Mark Hammond
> 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 _

[python-win32] About ctypes and getprocaddress

2008-08-11 Thread Alejandro Bermudez Aragurz
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

Re: [python-win32] pywin32 install via setuptools -- conclusion?

2008-08-11 Thread Michael Gundlach
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