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 10:33:40 -0800 Lines: 10 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de ZY9ii/k0Sw+UWFyfWmshuwx316llfr0dI/SIpEqtc0kA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'pypi': 0.07; 'subject:2.7': 0.09; 'received:209.85.218': 0.10; '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; 'feb': 0.23; 'this:': 0.23; 'header:In-Reply-To:1': 0.24; 'installed': 0.26; '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; 'received:209': 0.38; '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=jHiXxDtJXdRA+hb2gQXowdMDJAqgVQMsrAyjHPv7u+M=; b=ya9z04c55xl4SCQk6QAT4Xipwxh4V1q/2kdRY41MpSWW3ZtWLhIBVf1RItBzGKSRCS 6ivpE9qeZjWlq2NYPGzInjPn6MZRVfjDUn2rquNMkEy0QtwXtwzQumYYHREJtjBROCnn fyrA9E+dWMm3GhGAtiYvuQbrqfUWUTSxtniimnEmRafNxC4tn27sxZHq6/MmA1mhAN5t TbHkC9wSkh5Myp4uTWPB1UN53op9wTMqkREwENk3dN7gRAqDWQrd9t3gafIxLAhPuE+0 nNx5rUF6b/xm5k5IBJNyv1X2ZXsWBAOdzm6CdBCT8dBX8izUa46XmYYj5ifzdLFbB/8o IiKA== 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=jHiXxDtJXdRA+hb2gQXowdMDJAqgVQMsrAyjHPv7u+M=; b=ibJbNzhheSP1NOx3KQfV4XvgSPotaYLFM0WliS6S6neuZXN3LPTX2B4VShp9e8hGtJ 16S0jz4p1ZPbYtCIUO0BBUqUVd2GFN9/B73OO8sRcuon2lrcSXZPp+oSCJhnq7Ezm67f gNrFe7Dt8kbbOATcIvH8RhOdFw2rxtZ83NcEcv8CwjNwxS6S0liVrFYjZQeBs+du7mjv bJDVAAKfa/8LAJP2UO2L62rJoLkf+CTRC3d8RIpJtBaAKk/reI53dG+s46dahm8aST/Q ZL/SakqE8cvX3izPkTt++nCRIvBE9DxA/abTEjIIhekp6pJWG1+H82LFG8Agh6J52g0D Yy4Q== X-Gm-Message-State: AG10YOQ1stHevc474KkFq+tpl7ozN8zqGhkDx49oU1sSKdWILZyMLXj5byqO/OftsbzJfdugN+J/w7kanl3kxg== X-Received: by 10.202.72.68 with SMTP id v65mr12329566oia.114.1455906820386; Fri, 19 Feb 2016 10:33:40 -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:103217 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!