Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: jacob Kruger Newsgroups: comp.lang.python Subject: Re: PyFladesk :: create GUI apps by Python and HTML, CSS and Javascript. Date: Fri, 8 Jan 2016 08:07:59 +0200 Lines: 25 Message-ID: References: <23384de9-7909-41e8-8a63-ebadb583bf84@googlegroups.com> <568F3305.9080404@blindza.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de tRBM5hI8mFP60L8hzJtWewzGD8eCYwJvHGpIXlu9FHvw== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.05; 'subject:create': 0.09; 'python': 0.10; 'jan': 0.11; '2.7': 0.13; "hasn't": 0.15; 'subject: \n ': 0.15; '2.7?': 0.16; '2016': 0.16; '7:07': 0.16; "api's": 0.16; 'complains': 0.16; 'jacob': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:GUI': 0.16; 'urllib2,': 0.16; 'wrote:': 0.16; 'frameworks': 0.18; 'gui': 0.18; '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; 'header:User-Agent:1': 0.26; 'fri,': 0.27; 'there.': 0.30; "can't": 0.32; 'run': 0.33; 'worked': 0.34; 'asking': 0.35; 'too': 0.36; 'modules': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'skype:': 0.38; 'several': 0.38; 'sure': 0.39; 'does': 0.39; 'received:192': 0.39; 'to:addr:python.org': 0.40; 'space': 0.40; 'charset:windows-1252': 0.62; 'past,': 0.66; 'lack': 0.76; '3.4': 0.84; 'bernardo': 0.84; 'pip': 0.84; 'received:196.25.240': 0.84; 'received:saix.net': 0.84; 'subject:CSS': 0.84; 'received:196.25': 0.91; 'subject: :: ': 0.91; 'relating': 0.93 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 In-Reply-To: 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:101361 Ok, double-checked again, and if force it to run under 2.7, then it complains about lack of pyQT4 - that's one of the issues was asking about relating to GUI frameworks - pyQT hasn't always worked too well under 2.7 in terms of accessibility API's in past, but, will 'see' if can get hold of that module for 2.7, and take it from there. Jacob Kruger Blind Biker Skype: BlindZA "Roger Wilco wants to welcome you...to the space janitor's closet..." On 2016-01-08 7:07 AM, Bernardo Sulzbach wrote: > 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? >