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 anyone have any idea how to fix it.
thnx
--
http://mail.python.org/mailman/listinfo/python-list
