[Pythonmac-SIG] Module cannot find shared lib

Peter Sommerfeld peter.sommerfeld@gmx.de
Sun, 18 Apr 1999 02:07:36 +0200


Folks,

I've downloaded Jean-Claude Wipplers MetaKit for Mac as binary because
I have no newer Metrowerks  There are 2 components which are installed
as follows:

- mk4py.PPC.shlb	-> PlugIns
- MSL RuntimePPC.DLL -> system extentions folder

This works on Jean-Claud's Mac with MWPro installed. (DLL sounds
like Windoz -- can that be ok ?). But I get (1.5.b1/MacOS 8.01):

>>> import mk4py
Traceback (innermost last):
  File "<input>", line 1, in ?
ImportError: MSL RuntimePPC++.DLL: The named library was not found.
>>>

On my side everything should be ok otherwise python wouldn't find
PythonCore.

Any idea ?

thanx

-- Peter