Path: csiph.com!usenet.pasdenom.info!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.06; 'binary': 0.07; 'subject:installation': 0.07; 'deploy': 0.09; 'permissions': 0.09; 'similar,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'sqlite': 0.16; 'subject: \n ': 0.16; 'sudo': 0.16; 'thoughts?': 0.16; 'for?': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'thu,': 0.19; 'machine': 0.22; 'admin': 0.22; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'compilation': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'specifically': 0.29; 'chris': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'work.': 0.31; 'skip:- 30': 0.32; 'url:python': 0.33; 'could': 0.34; 'subject: (': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'thanks': 0.36; 'similar': 0.36; 'url:org': 0.36; 'should': 0.36; 'skip:- 20': 0.37; 'two': 0.37; 'level': 0.37; 'architecture': 0.38; 'skip:- 10': 0.38; 'pm,': 0.38; 'anything': 0.39; 'received:74.125': 0.39; 'url:mail': 0.40; 'identify': 0.61; 'more': 0.64; 'different': 0.65; 'afraid': 0.65; 'to:addr:gmail.com': 0.65; './configure': 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:cc:content-type; bh=HqI91QrGfrgem7up4vdvtq2i2fXtQt6iF3YTuB89FwQ=; b=LnGgTKUiyVd3T0RBajr706u5r3hEEprIQoLyWEOwOzu7GpKfn6hyQSHCy8Nywd2zyE nv+7qMVV06LxRREWVBCuyp2KTWl1taCyXpUJw5EYGSKAzSJHs4a6MKWpKu9edg75EAln hZQHO5xXoqLuRkmeLu1Db3Jish7fOQgvRySFGvmxU1pT9fC2bu1gLPyOi/wE26MnQGrS 1G0a6m1q+3JC/JNA5mLKoMBB2m1NmCGir3XLTuh3niVfcmoCx/tmV2uCJZUVqIEAb3Gq Z6KwZGP20gwKWGnVtpmJ+rAYFy4ewqAKjT1J8mH9weemkn1Et279ltxSCOJTsCK7/1zI LHMQ== MIME-Version: 1.0 X-Received: by 10.14.104.6 with SMTP id h6mr30776002eeg.5.1366295834171; Thu, 18 Apr 2013 07:37:14 -0700 (PDT) In-Reply-To: References: <1366122614066-5014440.post@n6.nabble.com> Date: Thu, 18 Apr 2013 10:37:14 -0400 Subject: Re: Preparing sqlite, dl and tkinter for Python installation (no admin rights) From: James Jong To: Chris Angelico Content-Type: multipart/alternative; boundary=001a11c28e8edac76a04daa389ea 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: 89 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1366295842 news.xs4all.nl 2314 [2001:888:2000:d::a6]:37602 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43834 --001a11c28e8edac76a04daa389ea Content-Type: text/plain; charset=ISO-8859-1 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. Is there any way to active higher level of verbosity during the build process to identify what is failing? Or anything specifically I should watch for? James, On Wed, Apr 17, 2013 at 9:59 PM, Chris Angelico wrote: > On Thu, Apr 18, 2013 at 8:39 AM, James Jong > wrote: > > I managed to compile sqlite with: > > > > CPPFLAGS='-I/path_to_sqlite-3.7.16.2/include -I/path_to_tk8.6.0/include' > > > > DFLAGS='-L/path_to_sqlite-3.7.16.2/lib -L/path_to_tk8.6.0/lib/' > > > > ./configure --prefix=/path_to_python-2.7.4 --enable-shared > > > > However, _tkinter is still failing. I don't know what else to try. Any > > thoughts? > > Can you build Python on a different system (to which you have admin > rights), then deploy the binary to the one where you don't? Then you > could do a much more standard compilation process. As long as the two > systems are broadly similar, it should work. > > ChrisA > -- > http://mail.python.org/mailman/listinfo/python-list > --001a11c28e8edac76a04daa389ea Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
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.

Is there any way to acti= ve higher level of verbosity during the build process to identify what is f= ailing? Or anything specifically I should watch for?

James,





On Wed, Apr 17, 2013 at 9:59 PM, Chris Angelico <rosuav@g= mail.com> wrote:
On Thu, Apr 18, 2013 at 8:= 39 AM, James Jong <ribonucleic= o@gmail.com> wrote:
> I managed to compile sqlite with:
>
> CPPFLAGS=3D'-I/path_to_sqlite-3.7.16.2/include -I/path_to_tk8.6.0/= include'
>
> DFLAGS=3D'-L/path_to_sqlite-3.7.16.2/lib -L/path_to_tk8.6.0/lib/&#= 39;
>
> ./configure --prefix=3D/path_to_python-2.7.4 --enable-shared
>
> However, _tkinter is still failing. I don't know what else to try.= Any
> thoughts?

Can you build Python on a different system (to which you have admin rights), then deploy the binary to the one where you don't? Then you could do a much more standard compilation process. As long as the two
systems are broadly similar, it should work.

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

--001a11c28e8edac76a04daa389ea--