> I got a strange problem that I can play media files
> (mp3 etc) through the Pythonwin.exe with the
> WMPlayer.OCX. However, it could not be done through
> the shell. When I checked the player.status, it shows
> "Opening media ...". Please help.

As far as I know, the WMPlayer OCX will only work as a true "control" - not
as a regular COM object.  That means it must be hosted in a 'control
container', and these are not trivial to implement.  Pythonwin and wxWindows
are the only 2 Python environments I am aware of capable of hosting such a
control.

Mark

_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to