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

2013-04-16 Thread James Jong
Thank you Terry, I am working with: > cat /proc/version Linux version 2.6.18-274.el5xen (brewbuil...@norob.fnal.gov) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50)) #1 SMP Thu Jul 21 > cat /etc/redhat-release Scientific Linux SL release 5.1 (Boron) I did not find distribution-specific tar balls f

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

2013-04-17 Thread James Jong
7;t know what else to try. Any thoughts? Thanks, James On Tue, Apr 16, 2013 at 1:28 PM, James Jong wrote: > Thank you Terry, I am working with: > > cat /proc/version > Linux version 2.6.18-274.el5xen (brewbuil...@norob.fnal.gov) (gcc version > 4.1.2 20080704 (Red Hat 4.1.2-50))

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

2013-04-18 Thread James Jong
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'

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

2013-04-18 Thread James Jong
tkstub8.6.a tkConfig.sh libtk8.6.so == The file libtk8.6.so has 1.5M and is definitely there. So why did that compilation fail? James On Thu, Apr 18, 2013 at 11:05 AM, Jason Swails wrote: > > > > On Thu, Apr 18, 2013 at

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

2013-04-18 Thread James Jong
rough `LDFLAGS` * /path_to/sqlite3/lib * /path_to/tcl/lib * /path_to/tk/lib and the following lib paths through `LD_LIBRARY_PATH`: * /path_to/sqlite/lib * /path_to/tcl/lib * /path_to/tk/lib Thanks, James On Thu, Apr 18, 2013 at 12:24 PM, James Jong wrote: > Thanks Jason. I have pinpoi

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

2013-04-18 Thread James Jong
edy 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, w

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

2013-04-21 Thread James Jong
I see, just to be clear, do you mean that Python 2.7.4 (stable) is incompatible with Tk 8.6 (stable)? James On Fri, Apr 19, 2013 at 12:27 PM, Serhiy Storchaka wrote: > 18.04.13 19:24, James Jong написав(ла): > >> The file libtk8.6.so <http://libtk8.6.so> has 1.5M and is d