Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98889

Re: uninstall 3.5

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Ian Kelly <ian.g.kelly@gmail.com>
Newsgroups comp.lang.python
Subject Re: uninstall 3.5
Date Mon, 16 Nov 2015 07:50:30 -0700
Lines 23
Message-ID <mailman.367.1447685433.16136.python-list@python.org> (permalink)
References <CAA8KRpix8GeTvTMeNAWadUppAXgRjaoPssrKKiXehyWjYtHcVg@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de LbLdkW/HOWIF1nNY67snRwZHXkw1fg9k9Phnjq/K81ng==
Return-Path <ian.g.kelly@gmail.com>
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; '16,': 0.03; 'scripts': 0.09; 'python': 0.10; 'python.': 0.11; '2.7': 0.13; '(there': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:uninstall': 0.16; 'uninstall': 0.16; 'whatever,': 0.16; 'wrote:': 0.16; '&gt;': 0.18; '2015': 0.20; 'am,': 0.23; 'header :In-Reply-To:1': 0.24; 'module': 0.25; 'install': 0.25; 'installed': 0.26; 'compatible': 0.27; 'error': 0.27; 'message- id:@mail.gmail.com': 0.27; 'received:209.85.213.174': 0.29; 'work.': 0.30; 'code': 0.30; 'run': 0.33; 'server': 0.34; 'info': 0.34; 'that,': 0.34; 'received:google.com': 0.35; 'nov': 0.35; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; 'skip:v 20': 0.38; 'virtual': 0.38; "won't": 0.38; 'received:209': 0.38; 'thank': 0.38; 'whatever': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'hello,': 0.40; 'your': 0.60; 'laptop': 0.67; 'friend': 0.81; '2.7.': 0.84; 'to:name:python': 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=xBwnWChnJl8hU752GqAJYhsOhxwsFZmqB5+PGZ/YzCo=; b=BoEyotVIcUo8gAIOcUL9yifLY8azQi5/71Z5PbNk33cahw8vnVHBRiXzdtA5iCPHGY ExSD6KztQRAzHnx4AR0mqbgMXUyxtGVTuz27SUXYspxdNxRMJDt5pwiGxGCYgueM62YY BVag806s6cZlNKXgH0rS3nK72Mo94NQhj12RBTW/nbjWtqfcJRCp81NQeKo2xIkZbYYa UAS9VIxUL+xl66H3I9hABGYqVHFwNw7hwUgNF4PAzsW5A8uRxq4clazLLEzER3do8Nn+ URpFG+hdtXCIcR+f94fFuYbmqJuKgyyuKUgJnMmZ4Ik+RRVfNN8Ml1bKWT76WlrbNNof SJ4Q==
X-Received by 10.50.78.231 with SMTP id e7mr16793684igx.93.1447685430321; Mon, 16 Nov 2015 06:50:30 -0800 (PST)
In-Reply-To <CAA8KRpix8GeTvTMeNAWadUppAXgRjaoPssrKKiXehyWjYtHcVg@mail.gmail.com>
X-Content-Filtered-By Mailman/MimeDel 2.1.20+
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:98889

Show key headers only | View raw


On Nov 16, 2015 6:10 AM, "Adrien Viala" <
adrien.georges.louis.viala@gmail.com> wrote:
>
> Hello,
>
> Thank you for your work. Just discovering python.
>
> My issue steps were  :
> - 3.5 installed
> - friend codes in 2.7
> - server scripts can t run on my laptop (cant find module 0o)
> - whatever, must be 3.5 / 2.7 issues
> - let's try virtualenv
> - can t download virtualenvwrapper-powershell : error X that i can t find
> info about on googl
> - whatever let's uninstall 3.5

If your friend is writing code for 2.7 and not writing for 2/3
compatibility, then you're not going to be able to run that code in Python
3. A virtual env won't help with that, because it's still Python 3.

Get your friend to upgrade to Python 3, or to write compatible code (there
are tools to help with this), or install Python 2.7.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: uninstall 3.5 Ian Kelly <ian.g.kelly@gmail.com> - 2015-11-16 07:50 -0700

csiph-web