I just did an svn update of the latest Nevow tonight, and I've got some brokeness. It seems that site-packages/nevow/compy.py is trying to import the following: from nevow.util import qual, namedAny however, I can't find these methods in util.py; am I doing something stupid? -- Duncan M. McGreggor mailto:duncan@adytum.us Systems & p 301.698.5032 Applications Engineer m 301.801.0349 AdytumSolutions, Inc. http://adytum.us
On Thu, May 06, 2004 at 02:11:34AM -0400, Duncan McGreggor wrote:
I just did an svn update of the latest Nevow tonight, and I've got some brokeness. It seems that site-packages/nevow/compy.py is trying to import the following:
from nevow.util import qual, namedAny
however, I can't find these methods in util.py; am I doing something stupid?
At a guess, that line should read: from twisted.python.util import qual, namedAny -Andrew.
On Thu, 2004-05-06 at 07:11, Duncan McGreggor wrote:
I just did an svn update of the latest Nevow tonight, and I've got some brokeness. It seems that site-packages/nevow/compy.py is trying to import the following:
from nevow.util import qual, namedAny
however, I can't find these methods in util.py; am I doing something stupid?
Those functions are in nevow.util. In fact, that module has only had one minor change since Nevow was moved to subversion. Try an "svn status" and see what it says. Perhaps subversion is refusing to fetch the latest version for some reason. Cheers, Matt -- __ / \__ Matt Goodall, Pollenation Internet Ltd \__/ \ w: http://www.pollenation.net __/ \__/ e: matt@pollenation.net / \__/ \ t: +44 (0)113 2252500 \__/ \__/ / \ Any views expressed are my own and do not necessarily \__/ reflect the views of my employer.
participants (3)
-
Andrew Bennetts -
Duncan McGreggor -
Matt Goodall