[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] [BUG] midi unit test for Pygame rev 2500, Python 2.6.2, Windows XP



The svn builds get what I think is the same error but only on python 2.4:
http://thorbrian.com/pygame/builds.php

Note they've had the bug for a long time - but the portmidi debug prints were a red herring that obscured it.


On Thu, Jul 9, 2009 at 3:21 PM, Lenard Lindstrom <len-l@xxxxxxxxx> wrote:
Hi,

The Python 1.9.0 rc 3 unit tests fail with the following midi related bug:

======================================================================
ERROR: MidiTest.test_get_device_info
----------------------------------------------------------------------
Traceback (most recent call last):
 File "C:\python26\lib\site-packages\pygame\tests\midi_test.py", line 400, in t
est_get_device_info
  raise Exception(repr(r))
Exception: None

----------------------------------------------------------------------

Lenard