Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #105225
| Path | csiph.com!feeder.erje.net!2.us.feeder.erje.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!bloom-beacon.mit.edu!bloom-beacon.mit.edu!panix!gordon |
|---|---|
| From | John Gordon <gordon@panix.com> |
| Newsgroups | comp.lang.python |
| Subject | Re: from a module return a class |
| Date | Fri, 18 Mar 2016 16:16:03 +0000 (UTC) |
| Organization | PANIX Public Access Internet and UNIX, NYC |
| Lines | 22 |
| Message-ID | <nch9k3$qqn$1@reader1.panix.com> (permalink) |
| References | <b4647f72-bf8a-4adb-ba1d-bd7d684ba350@googlegroups.com> <cc439011-f9b3-4837-ba3b-6703f99ae9be@googlegroups.com> <nch5lm$gva$1@reader1.panix.com> <mailman.332.1458315013.12893.python-list@python.org> |
| NNTP-Posting-Host | panix2.panix.com |
| X-Trace | reader1.panix.com 1458317763 27479 166.84.1.2 (18 Mar 2016 16:16:03 GMT) |
| X-Complaints-To | abuse@panix.com |
| NNTP-Posting-Date | Fri, 18 Mar 2016 16:16:03 +0000 (UTC) |
| User-Agent | nn/6.7.3 |
| Xref | csiph.com comp.lang.python:105225 |
Show key headers only | View raw
In <mailman.332.1458315013.12893.python-list@python.org> Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> writes:
> > So promptUser_PWord is a module? Well, I'm confused. You gave us this
> > bit of code:
> >
> > user_pword = promptUser_PWord()
> >
> > But that can't work if promptUser_PWord is a module; modules aren't
> > callable. promptUser_PWord() has to be a function or a class.
> >
> Yes, but I guess the OP's program will run into the SyntaxError when
> trying to import the module, i.e., before it ever encounters the
> TypeError: 'module' object is not callable.
Good point; I hadn't thought of that.
--
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"
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
from a module return a class kevind0718@gmail.com - 2016-03-17 09:19 -0700
Re: from a module return a class Laurent Pointal <laurent.pointal@free.fr> - 2016-03-17 18:16 +0100
Re: from a module return a class John Gordon <gordon@panix.com> - 2016-03-17 17:21 +0000
Re: from a module return a class Laurent Pointal <laurent.pointal@free.fr> - 2016-03-17 18:43 +0100
Re: from a module return a class John Gordon <gordon@panix.com> - 2016-03-17 17:54 +0000
Re: from a module return a class Laurent Pointal <laurent.pointal@free.fr> - 2016-03-17 19:24 +0100
Re: from a module return a class Rick Johnson <rantingrickjohnson@gmail.com> - 2016-03-17 13:56 -0700
Re: from a module return a class Rick Johnson <rantingrickjohnson@gmail.com> - 2016-03-17 13:59 -0700
Re: from a module return a class kevind0718@gmail.com - 2016-03-18 05:40 -0700
Re: from a module return a class kevind0718@gmail.com - 2016-03-18 05:34 -0700
Re: from a module return a class kevind0718@gmail.com - 2016-03-18 05:32 -0700
Re: from a module return a class John Gordon <gordon@panix.com> - 2016-03-18 15:08 +0000
Re: from a module return a class John Gordon <gordon@panix.com> - 2016-03-18 16:16 +0000
Re: from a module return a class kevind0718@gmail.com - 2016-03-18 12:19 -0700
csiph-web