1 diff --git a/wx/lib/wxcairo/wx_pycairo.py b/wx/lib/wxcairo/wx_pycairo.py
2 index 7cfe3071..24d1120f 100644
3 --- a/wx/lib/wxcairo/wx_pycairo.py
4 +++ b/wx/lib/wxcairo/wx_pycairo.py
5 @@ -197,7 +197,12 @@ def _findCairoLib():
7 # For other DLLs we'll just use a dictionary to track them, as there
8 # probably isn't any need to use them outside of this module.
11 + "gdk": ctypes.CDLL("@libgdk@"),
12 + "pangocairo": ctypes.CDLL("@libpangocairo@"),
13 + "cairoLib": ctypes.CDLL("@libcairo@"),
14 + "appsvc": ctypes.CDLL(None),
17 def _findHelper(names, key, msg):
18 dll = _dlls.get(key, None)