ctypes - loading 'librsvg-2-2.dll'

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tim Grove

    ctypes - loading 'librsvg-2-2.dll'

    Any ideas why a particular dll won't load on Windows XP Pro using

    ctypes? The dll in question is 'librsvg-2-2.dll' (a link if anyone cares to try!!!
    http://ftp.gnome.org/pub/gnome/binar.../librsvg/2.22/) The other dlls from the GTK libraries seem to load okay,
    so I'm more than puzzled!! I get the following results (whichever class
    I use):

    l=CDLL(r'D:\SIL Sign\librsvg-2-2.dll')
    Traceback (most recent call last):
    File "<input>", line 1, in <module>
    File "C:\PYTHON25\LI B\ctypes\__init __.py", line 349, in __init__
    self._handle = _dlopen(self._n ame, mode)
    WindowsError: [Error 127] The specified procedure could not be found

    Best regards,
    Tim


Working...