Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Bernardo Sulzbach Newsgroups: comp.lang.python Subject: Re: PyFladesk :: create GUI apps by Python and HTML, CSS and Javascript. Date: Fri, 8 Jan 2016 03:07:34 -0200 Lines: 16 Message-ID: References: <23384de9-7909-41e8-8a63-ebadb583bf84@googlegroups.com> <568F3305.9080404@blindza.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de zAxsAPzyBc2g3HDMGg416wYCM1E8rQjN4k0CZf2hgNFg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'subject:Python': 0.05; 'subject:create': 0.09; 'python': 0.10; 'jan': 0.11; '2.7': 0.13; '2.7?': 0.16; '2016': 0.16; 'jacob': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:GUI': 0.16; 'urllib2,': 0.16; 'wrote:': 0.16; 'am,': 0.23; 'split': 0.23; 'tried': 0.24; 'downloaded': 0.24; 'header:In-Reply-To:1': 0.24; 'module': 0.25; 'install': 0.25; 'fri,': 0.27; 'message-id:@mail.gmail.com': 0.27; "can't": 0.32; 'received:google.com': 0.35; 'received:209.85': 0.36; 'modules': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:209': 0.38; 'several': 0.38; 'sure': 0.39; 'does': 0.39; 'to:addr:python.org': 0.40; '3.4': 0.84; 'bernardo': 0.84; 'pip': 0.84; 'subject:CSS': 0.84; 'subject: :: ': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=DZpBGtF1UXaXx3rXhx6zYaCwjkiy7/23eFtsBLVXEkI=; b=PAxfqF1G7y9hJWo2Vr/yJBukkSg4hrM4zg06sEmOOgVgc4d4eavPdXWTwMa+SL2Rv0 wi6wEkC2I0eFDjYvpquw1jPU3iiBoRROqyID3Lp/D8E8AHGfi0l0vVNrT0hzv9QyNA+2 n8sbOWUMNDcLSyn9rI1YYt5AqUrPxVA3IlaL5+5Hw929ryRsdNyG4EvDNFIsrPdZhurb EMxYBD/1BMmWaabeTeaG6brJN4GFM+wNMQTOqp8Hyv9+t6e3n/+kPyOgy0y1hOPWPtn+ nhvhNe+qHeDX/G11TvOx9k17UH/fJmbYgPIyxMVDcLyQZfcr3LHfUY+iMmb9iOQregM8 QvPw== X-Received: by 10.112.63.68 with SMTP id e4mr39250004lbs.130.1452229694083; Thu, 07 Jan 2016 21:08:14 -0800 (PST) In-Reply-To: <568F3305.9080404@blindza.co.za> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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:101360 On Fri, Jan 8, 2016 at 1:54 AM, jacob Kruger wrote: > > Also, downloaded both the main master, and the RSS reader master images, > but, both python 2.7 and python 3.4 tell me that they have no urllib2, and > under 3.4, pip install can't find it either..? > > TIA > Python 3 does not have urllib2. It is a Python 2 module that has been split across several modules in Python 3. However, are you sure you tried it with Python 2.7? -- Bernardo Sulzbach