Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Random832 Newsgroups: comp.lang.python Subject: Re: imshow keeps crashhing Date: Thu, 07 Jan 2016 11:49:11 -0500 Lines: 19 Message-ID: References: <95A41665-B3B1-4DDC-AFB8-9AD186EAD6C5@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de m0QY06AnJA+CBc099G3zAAAJQj/7Ev34U7GI4rHa6BbQ== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'skip:/ 10': 0.07; 'received:internal': 0.09; 'writable': 0.09; 'jan': 0.11; 'files.': 0.13; 'suggest': 0.15; 'wed,': 0.15; '(system': 0.16; 'message-id:@webmail.messagingengine.com': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:io': 0.16; 'received:messagingengine.com': 0.16; 'received:psf.io': 0.16; 'sip': 0.16; 'typo': 0.16; 'wing': 0.16; 'wrote:': 0.16; 'tree': 0.18; 'affected': 0.22; "aren't": 0.22; 'header:In-Reply- To:1': 0.24; 'question': 0.27; 'var': 0.27; 'ray': 0.29; 'creating': 0.30; 'folder': 0.30; 'point': 0.33; 'jump': 0.33; 'skip:/ 20': 0.33; 'open': 0.33; 'case,': 0.34; 'something': 0.35; 'expected': 0.35; 'but': 0.36; 'there': 0.36; 'to:addr:python- list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'really': 0.37; 'turn': 0.37; 'received:66': 0.38; 'files': 0.38; 'mean': 0.38; 'to:addr:python.org': 0.40; 'some': 0.40; 'your': 0.60; 'header:Message-Id:1': 0.61; 'documents': 0.61; 'integrity': 0.76; 'william': 0.79; 'navigate': 0.91 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.com; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=7Se0wtOO3xoc93TY/6MvItKPlu4=; b=O0Eu9E MK+/+qPLN9mtEi70ttYXMkafLtvihSx7XbgtJmsSnJFlJFCwttoD3kN9SZV5gczW J4V8r1LbtqbR5J3/JIkKGhDdjiMi1zBP+naGJLASiCOLZznyXbYy6fRVZy4lZO/i FsoprLToWtmLIn4s+Lam7OR6p7CYCR/jtqVOw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=7Se0wtOO3xoc93T Y/6MvItKPlu4=; b=BqKHiFA8D6zgd/D09kK1+Nw4UzN7JbJjKOkHnixz48Zu18j uCPqv0g+EUdb7kCMO94F5ufSw0eL3TjRW1rhmQ0gRodyEh2BHZIX9zgfCYFFwgLx fPlmw4gaMj34zU0yoVKmSfD25pcEF87N5ptpPaMyomoNqErFkU1awPtRK2Rw= X-Sasl-Enc: +XGTGP+HKRkx7yyAQZ++0r7hYnMbjBCiMkXq5raJHJ2F 1452185351 X-Mailer: MessagingEngine.com Webmail Interface - ajax-6cda141f In-Reply-To: <95A41665-B3B1-4DDC-AFB8-9AD186EAD6C5@mac.com> 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:101342 On Wed, Jan 6, 2016, at 18:37, William Ray Wing wrote: > Is this a typo or did you really mean /private/vars? That is, did your > create a =E2=80=9Cvars=E2=80=9D directory under /private at some point in= the past > (pre-Yosemite)? The usual directory there would be /var >=20 > In any case, the whole /private directory tree is now part of the SIP > (System Integrity Protection) system under Yosemite, and to open and > manipulate files there you will have to either turn SIP off or jump > through hoops. If you do a ls -al in /private, you will see that var is /private/var/folders/...... is for per-user temporary directories [default value of TMPDIR], and the directories in question are writable by the users and not affected by SIP. But it's hidden (since people aren't expected to actually want to navigate to their temporary files - how often do you actually go look for something in /tmp?). I would suggest creating his files in the desktop or documents folder if he wants to be able to interactively use the files.