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


Groups > comp.lang.python > #43855

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

References (4 earlier) <CAPTjJmqDb-90z7fSEq0gWErK-jP-ShAoRdztWerWa=6mf3Moeg@mail.gmail.com> <CAD4ivxUVsMvb5wD9N4JGkcgdzW8CoSQP=LkaNCzYk6qo0+i0zg@mail.gmail.com> <CAEk9e3ruAnwL927mmRNm86Kccgamtnm7KbTW=+PqZ8by76+McA@mail.gmail.com> <CAD4ivxW73n5=gRTxMLwDQvdM2M5pSSf55zuFBO6CvOZ7FCaMwA@mail.gmail.com> <kkpgem$spd$1@ger.gmane.org>
From James Jong <ribonucleico@gmail.com>
Date 2013-04-18 15:21 -0400
Subject Re: Preparing sqlite, dl and tkinter for Python installation (no admin rights)
Newsgroups comp.lang.python
Message-ID <mailman.791.1366312938.3114.python-list@python.org> (permalink)

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Thanks Terry. I run the tcl tests and passed them all. There was only one
tk test that I think I didn't  pass.

One thing I don't understand is that I thought that Python would statically
link against sqlite and tcl/tk (I presume that this is the reason why you
said I could build it in a similar system and copy it to the
supercomputer). But this thread shows that, at least, setup.py tries to
load libtk.so (a dynamic shared library).

Does Python then load dynamic libraries from sqlite, tcl, tk when using the
respective modules?

James


On Thu, Apr 18, 2013 at 3:10 PM, Terry Jan Reedy <tjreedy@udel.edu> wrote:

> On 4/18/2013 12:24 PM, James Jong wrote:
>
> After compiling, you might want to run the test suite.
>
>  libtk8.6.so <http://libtk8.6.so>
>>
>
> I do not know that Python/_tkinter/tkinter has been very well tested,
> certainly not on all systems, with the newish tcl/tk 8.6, as opposed to
> 8.5.z used for several years. There are 4 test/test_xxx files to be
> concerned about: something like test_tcl, test_tkinter, test_ttkxxx.
>
> --
> http://mail.python.org/**mailman/listinfo/python-list<http://mail.python.org/mailman/listinfo/python-list>
>

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


Thread

Re: Preparing sqlite, dl and tkinter for Python installation (no admin rights) James Jong <ribonucleico@gmail.com> - 2013-04-18 15:21 -0400

csiph-web