Building Python w/TKinter
mrussell80801 at my-deja.com
mrussell80801 at my-deja.com
Wed Sep 20 20:30:47 EDT 2000
More information about the Python-list mailing list
Wed Sep 20 20:30:47 EDT 2000
- Previous message (by thread): Building Python w/TKinter
- Next message (by thread): JPython status
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Rich, I am having the same problem. I have posted a message to help at python.org and am trying to hack through on my own--I will post any results here. --Mark In article <8qb2j1$c4l$1 at nnrp1.deja.com>, rholoch at my-deja.com wrote: > I am trying to build Python 1.6 with Tk 8.3.2 and > TCL 8.3.2. TCL and TK work, as does Python. I > did this: > > 1) Configured, make and make installed Python (ok) > 2) Did same for TCL (ok) > 3) and TK (ok) > > each worked fine on its own and seemed to put all > of the files in their correct places > (/usr/local/"whatever") > > then > > 4) Modified Setup in Modules dir of Python (see > attached) > 5) configure (ok) > 6) make (ok) > 7) make install (error) > > PYTHONPATH=/usr/local/lib/python1.6 \ > ./python - > t /usr/local/lib/python1.6/compileall.py /usr/loca > l/lib/python1.6 > > ./python: error in loading shared libraries: > libtk8.3.so cannot open shared object file: no > such file or directory > Make: *** [libinstall] Error 127 > > libtk8.3.so does exist > in /usr/local/lib/libtk8.3.so and in its original > untarred location: > > /usr/tk8.3.2/unix/libtk8.3.so > > Any ideas? > > Rich > > Sent via Deja.com http://www.deja.com/ > Before you buy. > Sent via Deja.com http://www.deja.com/ Before you buy.
- Previous message (by thread): Building Python w/TKinter
- Next message (by thread): JPython status
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list