Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Ian Kelly Newsgroups: comp.lang.python Subject: Re: Is anyone in this group using Python Editor v5 for Chromebooks? Date: Mon, 14 Mar 2016 08:40:04 -0600 Lines: 7 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de eW50S+WKOqcEJU3tHKRDuQnlDEvqJlpCsINMrxyMD+1w== 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; 'jeff': 0.04; 'subject:Python': 0.05; 'subject:group': 0.05; 'subject:using': 0.09; 'python': 0.10; 'files.': 0.13; '2016': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'ssh': 0.16; 'wrote:': 0.16; 'shell': 0.18; 'fine,': 0.22; 'sorry,': 0.22; 'trying': 0.22; "haven't": 0.24; 'tried': 0.24; 'header:In-Reply-To:1': 0.24; 'wondering': 0.25; 'linux': 0.26; 'message-id:@mail.gmail.com': 0.27; 'host': 0.28; '13,': 0.29; "i'm": 0.30; 'that.': 0.30; 'code': 0.30; 'anyone': 0.32; 'run': 0.33; 'ubuntu': 0.33; 'editor': 0.34; 'except': 0.34; 'received:google.com': 0.35; 'problem.': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'to:addr :python-list': 0.36; 'subject:?': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'received:209.85.213': 0.37; "won't": 0.38; 'received:209': 0.38; 'data': 0.39; 'to:addr:python.org': 0.40; 'still': 0.40; 'mar': 0.65; 'to:name:python': 0.84; 'subject:this': 0.85 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; bh=hTvmh1S3cdPNKV6/fJCTlgXnX6szEIrgoUjg/+mOD/4=; b=n+VpE1xTPkLPnOE2mkUQq5FGUmcAtCfRYFPuR/kQgPt54/atfRqZXKTftDeQJtxPwO Az8kaorThgf0zfvB5+u4vrVSOCDazv/LnC2Cd+THGw8UYV7AoMZbOqHsskJz9WN2JbCl cpAZwrn2MhQGgG8LQ7jCbZks1GRe0o6xAhN4q6nKy30wZg05x2NJofmBF6Q/DmH/3BZ0 Hw6Zdh/lGmbxCUNB0tSKOjMWeUBbCLHeI9wgTZhmGOxxscpQfMEjhQeJZqrO6UEgQiZ8 fpSay8jTBSsp3md98iXB/XanA8HztDQKLu0DYeA0+BaG/uyjmMvZoaKFGzlQnVIjeRFu ZBIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=hTvmh1S3cdPNKV6/fJCTlgXnX6szEIrgoUjg/+mOD/4=; b=iOnus4flF6Xh8bKPXW3OFMFkeS4rvNPraEtpElv9jMI29pVsWnAcpKZu0pEmKFyKxn Hj5DyVedVZDv8UIOVagiKS2xleFHBCS3bD1OrX1fY8Yg5UdtigNIxobEhqPCboEkymDM OGIIW6QMflefkaxp228zr8rmu8f5xWCIeCHrUBY8rKyDHo5icO2U288DIbo4kqRanGo4 wt6s5+eXfm2RsM+zazPAZYCvw4uMhwK+8H6y0HOopxbBILffSVu30Gwb9kHXBHIHUs9G WHWOl+BYTHQ1irAlVQLkwWUq+mQrK0OXmcUP4ekyWtJgbwtuczWIHmd15YwGy8j0hZjt DQ2w== X-Gm-Message-State: AD7BkJKhoJBE+4LMVK6yyVGC17X1kF72GB1zGN0cJXIEmB0HFf1cIpOuZOTchfhAEnRYRo6vSQXzvSqMctjIEg== X-Received: by 10.50.131.201 with SMTP id oo9mr17459669igb.68.1457966444125; Mon, 14 Mar 2016 07:40:44 -0700 (PDT) In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 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:104815 On Sun, Mar 13, 2016 at 5:00 PM, Jeff Schumaker wrote: > I'm trying to use Python Editor v5 for Chromebooks. It works fine, except it won't read data files. I'm just wondering if anyone else is using this editor and has found a solution to this problem. Sorry, haven't tried it. On my Chromebook I SSH into a Linux host and use Emacs for code editing. I also use Crouton to run Ubuntu Linux in a chroot shell on my Chromebook, so I can run a native Python locally when I want, but I still just use Emacs for that.