Status: Accepted
Owner: pekka.klarck
Labels: Target-2.7.6 Type-Defect Priority-Low
New issue 1304 by pekka.klarck: `Screenshot` library should not create wx
app references in module level
http://code.google.com/p/robotframework/issues/detail?id=1304
Screenshot library can use wxPython for taking screenshots when run on
Python, and for that purpose it needs to create wx application and keep a
reference to it. Currently this is done on module level, but that causes
problems when the library is imported by other tools using wxPython. This
caused the following RIDE bug:
http://code.google.com/p/robotframework-ride/issues/detail?id=1147