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


Groups > comp.lang.python > #43836

Re: Preparing sqlite, dl and tkinter for Python installation (no admin rights)

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.041
X-Spam-Evidence '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.06; 'matches': 0.07; 'subject:installation': 0.07; 'permissions': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject: \n ': 0.16; 'sudo': 0.16; 'wrote:': 0.18; 'machine': 0.22; 'instance,': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'possibility': 0.29; 'message-id:@mail.gmail.com': 0.30; '(maybe': 0.31; 'run': 0.32; 'another': 0.32; 'fri,': 0.33; 'subject: (': 0.35; 'something': 0.35; 'case,': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'doing': 0.36; 'thanks': 0.36; 'similar': 0.36; 'virtual': 0.37; 'architecture': 0.38; 'to:addr :python-list': 0.38; 'to:addr:python.org': 0.39; 'afraid': 0.65; 'home': 0.69; '(is': 0.84; "it'd": 0.84; 'try.': 0.91; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=4gp+h74x7C/aRq2olhMhESFfCbSfUH7zOYaWmwnqtP8=; b=tO9xukntkwngY+LdsWz5XfDdbsdpm6MciCIBsCYXE2k7uRUWzfmrlRHro3/uqT5mEp ooR+mLeV2yk/8yMMQOfUBlIGGzKWfdWCDmg+1ZSKN3j6oMEFXNLbKs/OuNuPy7BKTkXQ N3OcS16wYH8jfKYTFhBRrpChp6T4FygPaa+0nYa/nUaBAoRKfzfn3d7joWEOJIKbMmj+ f26QO5f3CqBRncTEBhkozgFDz7dcXbnLwpTMFWNgHbdYZ+6N8X4z6ZodyMiw9a7a0Vv1 lL82mDlpn3ii/FwZ8BRS9qog0tvJ7fteRKDS8C/0Uyi5J7gwZROCG3ct2AHUuzKJTFvp SXzA==
MIME-Version 1.0
X-Received by 10.220.88.145 with SMTP id a17mr8336339vcm.66.1366296090986; Thu, 18 Apr 2013 07:41:30 -0700 (PDT)
In-Reply-To <CAD4ivxUVsMvb5wD9N4JGkcgdzW8CoSQP=LkaNCzYk6qo0+i0zg@mail.gmail.com>
References <1366122614066-5014440.post@n6.nabble.com> <kkjvqq$18g$1@ger.gmane.org> <CAD4ivxXCe_ZZrrhT5v6Eqkoo_opx2Mx=FsU0qm6z4-ZQuXLRyQ@mail.gmail.com> <CAD4ivxXeif4-hXq_oRDDrJijwt41oeJB_=tBRfcAKDpQJnrweA@mail.gmail.com> <CAPTjJmqDb-90z7fSEq0gWErK-jP-ShAoRdztWerWa=6mf3Moeg@mail.gmail.com> <CAD4ivxUVsMvb5wD9N4JGkcgdzW8CoSQP=LkaNCzYk6qo0+i0zg@mail.gmail.com>
Date Fri, 19 Apr 2013 00:41:30 +1000
Subject Re: Preparing sqlite, dl and tkinter for Python installation (no admin rights)
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
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 <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.776.1366296093.3114.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1366296093 news.xs4all.nl 2285 [2001:888:2000:d::a6]:42350
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:43836

Show key headers only | View raw


On Fri, Apr 19, 2013 at 12:37 AM, James Jong <ribonucleico@gmail.com> wrote:
> Thanks so much Chris. This is part of a super computer and I am afraid I
> don't have access to a machine with sudo permissions and similar
> architecture & OS.

Do you know what the OS is, at least? Can you, for instance, create a
virtual machine on your home system that matches the OS? As long as
it's broadly the same CPU architecture, chances are it'll run (maybe
it won't be completely optimal, but it'd be a start); in any case,
it's another possibility to try.

(Is the supercomputer doing something with DNA, and that's why you
picked your email address?)

ChrisA

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


Thread

Re: Preparing sqlite, dl and tkinter for Python installation (no admin rights) Chris Angelico <rosuav@gmail.com> - 2013-04-19 00:41 +1000

csiph-web