Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; '16,': 0.03; 'subject:Python': 0.06; 'subject:installation': 0.07; 'module)': 0.09; 'skip:/ 10': 0.09; 'tcl/tk': 0.09; 'thu': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; 'jan': 0.12; 'balls': 0.16; 'email addr:udel.edu>': 0.16; 'email name:<tjreedy': 0.16; 'reedy': 0.16; 'sqlite': 0.16; 'subject: \n ': 0.16; 'files.': 0.16; 'wrote:': 0.18; 'version.': 0.19; 'machine': 0.22; 'admin': 0.22; 'separate': 0.22; 'cc:addr:python.org': 0.22; 'headers': 0.24; 'header': 0.24; 'question': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'included': 0.31; 'linux': 0.33; 'url:python': 0.33; 'maybe': 0.34; 'skip:d 20': 0.34; 'subject: (': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'building': 0.35; 'version': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'thank': 0.38; 'hat': 0.38; 'pm,': 0.38; 'release': 0.40; 'url:mail': 0.40; 'how': 0.40; 'jul': 0.74; 'kit': 0.97; '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:cc:content-type; bh=8Es95tDB8z7vcA4KADQ2djLzKDfmrwGB7Yeirb1Wi6o=; b=m1Kq+SGH/UXK77otST1iFJ7NTNFGcd1sljhNAdI7rEVzfhmQ2PBF9QotEWImEGTVmW iUtLBtk0CToyx2H3TKuC0xuHe/eFBmGZ8a8fiSIDpLXTc20LKiY+GwTRBhsTplgjOBVf eMg0sww3iptqfvelb5IlJJsauKQsT+lDG4IlarP38f+IR+xE5jJPjBImP6J+C3pHjWjV N0TlifAttj3L5e3hFMTYDCWO96I6HJsqNnYGwY/0UMoYFDbXLNJNSenky+6ZklQ9iifi m1W41ATVDqc9caWA3yez3qoenoAYqZdatqPsfjp70Hyg0EbxCP4O2yMKgKII5ic+u7BP yacQ== MIME-Version: 1.0 X-Received: by 10.15.31.197 with SMTP id y45mr8463364eeu.18.1366133326696; Tue, 16 Apr 2013 10:28:46 -0700 (PDT) In-Reply-To: References: <1366122614066-5014440.post@n6.nabble.com> Date: Tue, 16 Apr 2013 13:28:46 -0400 Subject: Re: Preparing sqlite, dl and tkinter for Python installation (no admin rights) From: James Jong To: Terry Jan Reedy Content-Type: multipart/alternative; boundary=089e01633be0a780cd04da7db328 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 95 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1366133334 news.xs4all.nl 2677 [2001:888:2000:d::a6]:50554 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43690 --089e01633be0a780cd04da7db328 Content-Type: text/plain; charset=ISO-8859-1 Thank you Terry, I am working with: > cat /proc/version Linux version 2.6.18-274.el5xen (brewbuilder@norob.fnal.gov) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)) #1 SMP Thu Jul 21 > cat /etc/redhat-release Scientific Linux SL release 5.1 (Boron) I did not find distribution-specific tar balls for tck/tk, sqlite or dl on the Scientific Linux website, but maybe I am not looking in the right place. Do you know how I can find which tarballs I need? James On Tue, Apr 16, 2013 at 12:55 PM, Terry Jan Reedy wrote: > On 4/16/2013 10:30 AM, rosoloum wrote: > >> I do not have admin rights on my machine >> > > The answer to your question may depend on the OS (linux), distribution > (many), and version. > > > What about `_tkinter` and `dl`? How can I have them ready for the Python >> installer? >> > > Building _tkinter (a Python C-coded module) requires tcl/tk and header > files. Some distros have a separate python sdk kit with the headers not > included with tcl/tk. > > > -- > http://mail.python.org/**mailman/listinfo/python-list > --089e01633be0a780cd04da7db328 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Thank you Terry, I am working with:
> cat= /proc/version
Linux version 2.6.18-274.el5xen (brewbuilder@norob.fnal.gov) (gcc version 4.1= .2 20080704 (Red Hat 4.1.2-50)) #1 SMP Thu Jul 21

> cat /etc/redhat-release
Scientific Linux = SL release 5.1 (Boron)

I did not find distribution-specif= ic tar balls for tck/tk, sqlite or dl on the Scientific=A0 Linux website, b= ut maybe I am not looking in the right place. Do you know how I can find wh= ich tarballs I need?

James








On Tue= , Apr 16, 2013 at 12:55 PM, Terry Jan Reedy <tjreedy@udel.edu> wrote:
On 4/16/2013 10:30 AM, ros= oloum wrote:
I do not have admin rights on my machine

The answer to your question may depend on the OS (linux), distribution (man= y), and version.


What about `_tkinter` and =A0`dl`? How can I have them ready for the Python=
installer?

Building _tkinter (a Python C-coded module) requires tcl/tk and header file= s. Some distros have a separate python sdk kit with the headers not include= d with tcl/tk.


--
http://mail.python.org/mailman/listinfo/python-list

--089e01633be0a780cd04da7db328--