Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Dan Stromberg Newsgroups: comp.lang.python Subject: Re: Weird python 2.7 import thing Date: Fri, 19 Feb 2016 11:54:47 -0800 Lines: 16 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de K76d3w5ii6y+G9kzkyU1iwLgY2MKzdeWffQ95Iv64RQQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'pypi': 0.07; 'subject:2.7': 0.09; 'subject:python': 0.14; 'thu,': 0.15; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:import': 0.16; 'to:name:python list': 0.16; 'wrote:': 0.16; 'am,': 0.23; 'feb': 0.23; 'this:': 0.23; 'header:In-Reply- To:1': 0.24; "i've": 0.25; 'installed': 0.26; 'fri,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'correct': 0.28; 'btw,': 0.29; 'dan': 0.29; 'server.': 0.30; 'probably': 0.31; 'thanks!': 0.34; 'received:google.com': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'thanks': 0.37; 'received:209': 0.38; 'received:209.85.214': 0.39; 'to:addr:python.org': 0.40; 'our': 0.64; 'pip': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=DT1mzh02o5QOrlWhTn5NhImeGrynTnm81MLJhr7K0Ss=; b=xqUwk+/+O7Y3lveCyFgkciYatKczs9fF0qJCMYZXMUyFMs2CuAkeeebtX/XlEbLyv0 LIFfmJ1xtQK1H94wmHDzz7JonX3pkbv95oUFXArHN5h+iU0B4Yq9wl6nBNbCN6gbyJu1 32kG2YjC999ern2OO8MxUVGMoV4eYUIlUWEwkD9HIrJkECcN3VQ+agKT95n50J5Fb427 /A1lQxwYvjamF4b9aUR2wVU++TC46Y7E6RyFyRA28y7FnVZ39GjFYSSTswGgMiN6Nz3d Vk2lK1Aru1bvBP5IKVGxEC9By+K+JAx1UwaBs5kbnUmEYWQ+k41jkNHJ1PgYb2U18hRD iw6A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=DT1mzh02o5QOrlWhTn5NhImeGrynTnm81MLJhr7K0Ss=; b=URQtEKs9fhzu+08+zTgFWAog5CmjLMgQ5qlziL97NDdCVCJ3WWnqcgDz3J3nXX7zsQ c3LYq1IgiARpfjaKiIk6eNmi1THT4n2cw9KT1g2287ZdVG8E9iMab4RSWkITFp7eZD4s eBXoF6icxQGhmDBTOvvCar7XvnkGeKs+S7OQWPQNm+2SdH5wodg6u0TgAoM9IeTUWQ1C ifwoeD2Kp2XU4tf/l4LzTr6SQJSET1X9pO56cYUWk9GdV1INlnQegEHk4l4IaMWvF+jR RO/rO/wW75SgrEzc3CJXMhLlNvztSgI7oLAp+mCYpug9EqACYQWPhauMUBaFewNKljQ/ MA1w== X-Gm-Message-State: AG10YORPzY6mHkBrA1kwo/bAo3OLmLSiGdVh1BXHRwT02HK0h1IRrl5ZJ3qARovdxIZjKFXd0nHK091J0JLOtg== X-Received: by 10.182.68.104 with SMTP id v8mr13094671obt.64.1455911687315; Fri, 19 Feb 2016 11:54:47 -0800 (PST) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21rc2 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:103223 On Fri, Feb 19, 2016 at 10:33 AM, Dan Stromberg wrote: > On Thu, Feb 18, 2016 at 5:40 PM, Dan Stromberg wrote: > >> >> BTW, this is not a package I pip installed from pypi - it's an >> internal-only project. > > I need to correct this: It's not installed from pypi.python.org, but > it probably is installed from our internal pypi server. > > Thanks! I've taken this to Stackoverflow: http://stackoverflow.com/questions/35512989/weird-cpython-2-7-import-traceback-not-an-importerror Thanks again.