On Sun, Mar 14, 2010 at 10:20 AM, Cal Who <calwhonos...@roadrunner.com>wrote:
> from ffnet.tools import drawffnet > import pylab > drawffnet(nn) #Error: 'module' object is not callable First and foremost, please please please: don't describe or paraphrase tracebacks when asking for help, show them. The whole thing. It doesn't -really- matter here, but it still applies. > That said, "drawffnet" is a module. You can't call -- put () on the end of -- a module. Its not a function. Its a file containing code. Perhaps you mean drawffnet.drawffnet()? --S
-- http://mail.python.org/mailman/listinfo/python-list