Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43834
| 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> |
|---|---|
| Date | 2013-04-18 10:37 -0400 |
| Subject | Re: Preparing sqlite, dl and tkinter for Python installation (no admin rights) |
| From | James Jong <ribonucleico@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.774.1366295842.3114.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
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 <rosuav@gmail.com> wrote: > On Thu, Apr 18, 2013 at 8:39 AM, James Jong <ribonucleico@gmail.com> > 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 >
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Preparing sqlite, dl and tkinter for Python installation (no admin rights) James Jong <ribonucleico@gmail.com> - 2013-04-18 10:37 -0400
csiph-web