code-google-com / turnip-town

Automatically exported from code.google.com/p/turnip-town
0 stars 0 forks source link

wx.media didn't work in 0.327 #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sytem: Win7, 64 bit.

works mostly in 326.

2010-11-23 18:35:51
Traceback (most recent call last):
  File "gw.py", line 1711, in OnPlayClick
  File "gw.py", line 1936, in PlaySong
  File "main_utils\player_m.pyo", line 42, in Play

AttributeError: 'Player' object has no attribute 'mediaPlayer'

UnboundLocalError: local variable 'song_id' referenced before assignment
2010-11-23 18:34:39
Traceback (most recent call last):
  File "gw.py", line 1734, in OnPlayListPlayClick
  File "gw.py", line 1936, in PlaySong
  File "main_utils\player_m.pyo", line 42, in Play

Original issue reported on code.google.com by M0E0G0A0...@googlemail.com on 23 Nov 2010 at 5:39

GoogleCodeExporter commented 9 years ago
wx.Media is not really a good option, pymedia on Windows, or mplayer on Linux 
and Mac seem like the way to go.  Unless you can come up with a good reason to 
use wx.media, I'm going to strip it out along with the extra crud that comes 
with it.

Original comment by 11y3y3y3...@gmail.com on 23 Nov 2010 at 11:56

GoogleCodeExporter commented 9 years ago
hmm, the soundquality is much better. but i should recheck it.

Original comment by M0E0G0A0...@googlemail.com on 23 Nov 2010 at 11:59