Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.045 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.01; 'subject:Python': 0.05; 'python': 0.11; 'makefiles.': 0.16; 'picks': 0.16; 'set,': 0.16; 'w/o': 0.16; 'wrote:': 0.16; 'variable': 0.20; 'seems': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'gnu': 0.27; 'etc.).': 0.29; 'to:addr:python-list': 0.35; 'but': 0.36; 'there': 0.36; 'setting': 0.37; 'subject:: ': 0.37; 'to:addr:python.org': 0.39; 'received:46': 0.63; 'from:addr:yahoo.no': 0.84; 'message-id:@yahoo.no': 0.84; 'ware': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.no; s=s2048; t=1432754994; bh=Z3bgQ6XK4pWr/Y8V2PA6zyh6ItRcE4wwwMmL1xzX7T4=; h=Date:From:To:Subject:References:In-Reply-To:From:Subject; b=li/X+Qdwst20S24JeVmqNacKlAI9P0rI2bmXoN/Bx4nzOGalvA+ArTISgYKJn4yYldUF5ovUXrxXgvRPoTzOyc4sGY6gpjOdWX8MsfBlXn/5LMGXKZymIp/zJ/Y8G63qT3CwpWWFwQaCRxFYfdHHZrJSXBPicOHzEAfyOc/BEU/VxXX3KFEzyhxIiQNqlsu+AcJmJ3Z4n9zXIXNWJFYYLDlUN9QTWYOYj9AsRpB/gRzGpuWeFGOb3qBg5VmYVPJI0w2YaXRdsiIaTTNNzXg6bQvqY12fO72MuFyIupz0wEwjunOEPACZ2nRvStTM3vKYTjdJ6slxDGM5fvDzjcKOvg== X-Yahoo-Newman-Id: 356825.94527.bm@smtp132.mail.ir2.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: kNeMKawVM1lSAbQqbq9Ax25Tt8atX317ShNRZ7c7CLEPZAM MJuTGuKWlHWHH6ETBqnoJ9U77m8i51N54feZVpSG7j5EGfqNuM0CX_xEPy3O ancvV1PFwZEdbhAyLRUzHUC9bZPzDfWqwQksgflfPDNyt3.kvn_xOdfdY6Ra S77EDyVqFF1jN.RTi7YooWNqN.5RSILf9wSTEUv_46XKwhHUxr5KhtI25g3. 84PTC3Viw1m5rFDgpdBD_fmfy_HCeRCO_z2v2lU81dWcRJrRH9UHtnyqDvBg DE0mtRsFKphC8_MmERUZYpValauINetbQMN1OMnGpvLY85Xuy_3tTCCuSbzm y9HTBnJsqqVVCirENZ4tNlKnvIvSDV3dZvhIblCYgKThApLZLQJpVElGim8F Q_vHz9M2y6YLpiWc7adIOQiOzL4XRRzFXrhBjKGO7dMSuK8wBhoejYYGL3bD q5i_MbjB319C44_Js48CIgkRd1E4MlBEQYno7FvvPSKDPDBRQBMBFhSBvKz9 f_Fq1bi_ahsH.umkcnB8r7pAo X-Yahoo-SMTP: 8zhYLGyswBB3AGU8c4pvFIFOfA-- Date: Wed, 27 May 2015 21:30:06 +0200 From: Gisle Vanem User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0 SeaMonkey/2.33.1 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Python 3.5 crashes on wrong %PYTHONHOME References: <55660932.6010706@yahoo.no> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432755186 news.xs4all.nl 2863 [2001:888:2000:d::a6]:59648 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:91321 Zachary Ware wrote: > Is there any particular reason you're setting PYTHONHOME in the first > place? I have several GNU Makefiles that picks up this variable (to find Python.h, python*.lib etc.). But using Python 27 and 35 w/o having a %PYTHONHOME set, seems to work fine. I have to revise those Makefiles. -- --gv