This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bostjan.mejak
Recipients bostjan.mejak
Date 2013-07-03.10:29:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372847383.07.0.708601555612.issue18350@psf.upfronthosting.co.za>
In-reply-to
Content
I fired up the test suite runtests.py of wxPython Phoenix and I get this:

File "C:\Program Files\Python 3.3.2\lib\unittest\runner.py", line 63, in addSuccess
    self.stream.write('.')
TypeError: 'str' does not support the buffer interface

Can you confirm whether this is a bug in the unittest framework on the Python side or in the wxPython Phoenix source code side?
History
Date User Action Args
2013-07-03 10:29:43bostjan.mejaksetrecipients: + bostjan.mejak
2013-07-03 10:29:43bostjan.mejaksetmessageid: <1372847383.07.0.708601555612.issue18350@psf.upfronthosting.co.za>
2013-07-03 10:29:43bostjan.mejaklinkissue18350 messages
2013-07-03 10:29:42bostjan.mejakcreate