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


Groups > comp.lang.python > #43855 > unrolled thread

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

Started byJames Jong <ribonucleico@gmail.com>
First post2013-04-18 15:21 -0400
Last post2013-04-18 15:21 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

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

FromJames Jong <ribonucleico@gmail.com>
Date2013-04-18 15:21 -0400
SubjectRe: Preparing sqlite, dl and tkinter for Python installation (no admin rights)
Message-ID<mailman.791.1366312938.3114.python-list@python.org>

[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>
>

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web