Re: help needed for pymorph

2007-01-16 Thread azrael
yes, in the PIL directory Dennis Lee Bieber je napisao/la: > On 16 Jan 2007 08:07:09 -0800, "azrael" <[EMAIL PROTECTED]> > declaimed the following in comp.lang.python: > > > > > > does anyone have any idea how to fix it. > > > Well, the last line of your traceback indicates that the error

Re: help needed for pymorph

2007-01-16 Thread azrael
here is the traceback http://barok.foi.hr/~ikljaic/untitled.jpg -- http://mail.python.org/mailman/listinfo/python-list

help needed for pymorph

2007-01-16 Thread azrael
Hi guys I tried to install and run pymorph but I am having some problems. when I want to use mmshow() I get the message ImportError: DLL load failed: the specified module could not be found import morph import handson def main (): arr = mmreadgray("beef.jpg"); mmgshow(arr) does an