[Pyobjc-dev] [ pyobjc-Bugs-3303209 ] NSBitmapImageRep.initWithBitmapDataPlanes_... arg conv error
Brought to you by:
ronaldoussoren
From: SourceForge.net <no...@so...> - 2011-05-17 10:06:27
|
Bugs item #3303209, was opened at 2011-05-17 22:06 Message generated for change (Tracker Item Submitted) made by gcewing You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=114534&aid=3303209&group_id=14534 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Gregory Ewing (gcewing) Assigned to: Nobody/Anonymous (nobody) Summary: NSBitmapImageRep.initWithBitmapDataPlanes_... arg conv error Initial Comment: One of the NSBitmapImageRep.initWithBitmapDataPlanes_blah_blah_blah_ methods (the one with the bitmapFormat_ argument) does not convert its data argument properly. It should accept a 5-tuple of byte strings like the other version of this method, but instead reports: ValueError: depythonifying 'pointer', got 'tuple' Observed in PyObjC 2.3 with Python 2.7 on MacOSX 10.6. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=114534&aid=3303209&group_id=14534 |