Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43799 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2013-04-18 11:59 +1000 |
| Last post | 2013-04-18 11:59 +1000 |
| 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.
Re: Preparing sqlite, dl and tkinter for Python installation (no admin rights) Chris Angelico <rosuav@gmail.com> - 2013-04-18 11:59 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2013-04-18 11:59 +1000 |
| Subject | Re: Preparing sqlite, dl and tkinter for Python installation (no admin rights) |
| Message-ID | <mailman.750.1366250378.3114.python-list@python.org> |
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
Back to top | Article view | comp.lang.python
csiph-web