Path: csiph.com!feeder.erje.net!1.us.feeder.erje.net!news.linkpendium.com!news.linkpendium.com!panix!gordon From: John Gordon Newsgroups: comp.lang.python Subject: Re: importing: what does "from" do? Date: Thu, 21 Jan 2016 15:44:43 +0000 (UTC) Organization: PANIX Public Access Internet and UNIX, NYC Lines: 21 Message-ID: References: NNTP-Posting-Host: panix2.panix.com X-Trace: reader1.panix.com 1453391083 8235 166.84.1.2 (21 Jan 2016 15:44:43 GMT) X-Complaints-To: abuse@panix.com NNTP-Posting-Date: Thu, 21 Jan 2016 15:44:43 +0000 (UTC) User-Agent: nn/6.7.3 Xref: csiph.com comp.lang.python:101973 In "Charles T. Smith" writes: > > The most likely explanation here is that the 'utilities' module simply > > does not contain something named 'hexdump'. > > > > Have you inspected the 'utilities' module? Does it, in fact, contain > > something named 'hexdump'? > Yes In that case, the problem is most likely a circular import issue, as you mentioned. The only way to fix it is to reorganize your modules. How did this error come up? Did the code work previously? If so, what changed? -- John Gordon A is for Amy, who fell down the stairs gordon@panix.com B is for Basil, assaulted by bears -- Edward Gorey, "The Gashlycrumb Tinies"