Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:skip:t 10': 0.07; 'subject:How': 0.09; 'python': 0.09; 'imports': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'cryptic.': 0.16; 'messy': 0.16; 'threading': 0.16; 'threads': 0.16; 'wrote:': 0.17; 'module': 0.19; 'cc:2**0': 0.23; 'raise': 0.24; 'cc:no real name:2**0': 0.24; 'least': 0.25; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; "doesn't": 0.28; 'chris': 0.28; '"no': 0.29; 'error': 0.30; 'problem': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'but': 0.36; 'possible': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'here': 0.65; 'subject:get': 0.81; '3.3.1': 0.84; 'magical': 0.93 Newsgroups: comp.lang.python Date: Wed, 26 Dec 2012 22:19:46 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=68.35.77.244; posting-account=jlipmwoAAADSfz4kpKbm5Rql2Y-Es3yG References: <5692cd23-84e0-46d4-b48c-5c11a5377c0a@googlegroups.com> <0e36e143-5103-4b4b-aaa9-b7b1b768631b@googlegroups.com> <50DBD754.2030407@lightbird.net> User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 68.35.77.244 MIME-Version: 1.0 Subject: Re: How to get time.strptime()? From: Gnarlodious To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1356589195 news.xs4all.nl 6971 [2001:888:2000:d::a6]:56187 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35582 Chris Angelico wrote: > The problem here is that Python > doesn't have any magical way to deal with messy imports in > multiple threads But couldn't Py 3.3.1 at least raise an error mentioning threading as a possible cause? Because "No module named _strptime" is pretty cryptic. -- Gnarlie