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


Groups > comp.lang.python > #71818

Re: Putting Py 3.4.1 to work.

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
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.024
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'importerror:': 0.07; 'reinstall': 0.09; 'python': 0.11; '__init__.py': 0.16; 'skip:[ 30': 0.16; 'sys.path': 0.16; 'wrote:': 0.18; 'module': 0.19; "skip:' 30": 0.19; '>>>': 0.22; 'import': 0.22; '---': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; '"",': 0.31; "skip:' 40": 0.31; 'writes:': 0.31; 'file': 0.32; 'supposed': 0.32; '(most': 0.33; 'not.': 0.33; 'maybe': 0.34; 'received:google.com': 0.35; 'there': 0.35; 'to:addr:python-list': 0.38; 'recent': 0.39; 'to:addr:python.org': 0.39; 'upgrading': 0.60; 'john': 0.61; 'email addr:gmail.com': 0.63; '20,': 0.68
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=/DaONfC0fW+nhLaJ3HYvxg9PlpWn8TQteKh4msE//lE=; b=BUEE7/fVGpQXZ0qO4vS1ejy2h5D8nTsIhXVGC2TwHVclPo9suzTo5HqrsdfshI4EtS MAFw5WQ+Aq5dkSPfR7jPzMPVfJSzSESnjQUpstuT0ZZg5IfTWd55ztY5kvOeNhC6yhTO Dd1V3BrB7ywKykQeQ0yUrayoWGmm8StxrLgSiOURWUdsCdU07LZ2MfEwKZfiN/+jfudS i/udMtGSljHhOU5b1GTOYHK2o6s9axQtZXMOmjJbe+BIb/eDlBIiPOzZqAMnuCC3J7um IymYShMdkvH6XmfMjBNmN1Fo5q/ARsmd1AymDXY6MIsazfDshFqlrAodxJpHXI7yENrh oqxQ==
X-Received by 10.68.235.6 with SMTP id ui6mr52158078pbc.45.1400607532263; Tue, 20 May 2014 10:38:52 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <llg2ih$2tg$1@reader1.panix.com>
References <d195c26b-62f9-4240-8f3e-c579a288961d@googlegroups.com> <llg2ih$2tg$1@reader1.panix.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Tue, 20 May 2014 11:38:12 -0600
Subject Re: Putting Py 3.4.1 to work.
To Python <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
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>
Newsgroups comp.lang.python
Message-ID <mailman.10163.1400607978.18130.python-list@python.org> (permalink)
Lines 22
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1400607978 news.xs4all.nl 2972 [2001:888:2000:d::a6]:58021
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:71818

Show key headers only | View raw


On Tue, May 20, 2014 at 11:14 AM, John Gordon <gordon@panix.com> wrote:
> In <d195c26b-62f9-4240-8f3e-c579a288961d@googlegroups.com> wxjmfauth@gmail.com writes:
>
>> sys.path
>> ['D:\\jm\\jmpy\\smid\\smid50beta1', 'C:\\Windows\\system32\\python34.zip',
>> 'C:\\Python34\\DLLs\\DLLs', 'C:\\Python34\\DLLs\\lib', 'C:\\Python34\\DLLs',
>> 'C:\\Python34\\DLLs\\lib\\site-packages', 'C:\\Python34\\Lib\\site-packages\\PySide']
>> >>> ---
>> import PySide
>> Traceback (most recent call last):
>>   File "<smid last command>", line 1, in <module>
>> ImportError: No module named 'PySide'
>
> Is there a file named __init__.py in the PySide directory?
> Did 'import PySide' used to work on Python 3.4.0?
>

Or maybe some .pth file got clobbered.

I always reinstall packages after upgrading Python on Windows.  I
don't know whether the scenario of reinstalling Python on top of an
existing site-packages directory is supposed to work or not.

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


Thread

Putting Py 3.4.1 to work. wxjmfauth@gmail.com - 2014-05-20 07:31 -0700
  Re: Putting Py 3.4.1 to work. John Gordon <gordon@panix.com> - 2014-05-20 17:14 +0000
    Re: Putting Py 3.4.1 to work. Ian Kelly <ian.g.kelly@gmail.com> - 2014-05-20 11:38 -0600
    Re: Putting Py 3.4.1 to work. Vincent Vande Vyvre <vincent.vandevyvre@swing.be> - 2014-05-20 20:02 +0200
    Re: Putting Py 3.4.1 to work. Chris Angelico <rosuav@gmail.com> - 2014-05-21 04:12 +1000
    Re: Putting Py 3.4.1 to work. Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-05-20 19:13 +0100
    Re: Putting Py 3.4.1 to work. Vincent Vande Vyvre <vincent.vandevyvre@swing.be> - 2014-05-20 21:11 +0200
      Re: Putting Py 3.4.1 to work. wxjmfauth@gmail.com - 2014-05-20 12:26 -0700
  Re: Putting Py 3.4.1 to work. Zachary Ware <zachary.ware+pylist@gmail.com> - 2014-05-20 15:55 -0500
  Re: Putting Py 3.4.1 to work. Terry Reedy <tjreedy@udel.edu> - 2014-05-20 18:19 -0400
    Re: Putting Py 3.4.1 to work. wxjmfauth@gmail.com - 2014-05-20 22:52 -0700
      Re: Putting Py 3.4.1 to work. wxjmfauth@gmail.com - 2014-05-20 23:36 -0700

csiph-web