Changes between Initial Version and Version 1 of Ticket #32035


Ignore:
Timestamp:
Nov 12, 2011, 4:58:15 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

The thread you reference says that a) graphics context should already be enabled and b) to force it to be enabled we could add --enable-graphics_ctx to the configure args. The latter is what was requested for wxWidgets-python in #31804 but it failed to build and we don't know how to make it succeed.

The above post also says the graphics context was not added until wxWidgets 2.8. Which wxWidgets port(s) are you using -- wxWidgets? wxWidgets26? wxgtk? wxWidgets-python?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32035

    • Property Cc ryandesign@… jwa@… added
  • Ticket #32035 – Description

    initial v1  
    11I am not sure which port exactly is causing the problem, the scenario is that I try to use a python programm which uses wxwdigets and I get the error:
     2{{{
    23NotImplementedError: wx.GraphicsContext is not available on this platform.
     4}}}
    35
    46I found a bug report and a resolution for another program which can be seen here (nothing to do with macports):