Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43685 > unrolled thread
| Started by | Terry Jan Reedy <tjreedy@udel.edu> |
|---|---|
| First post | 2013-04-16 12:55 -0400 |
| Last post | 2013-04-16 12:55 -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.
Re: Preparing sqlite, dl and tkinter for Python installation (no admin rights) Terry Jan Reedy <tjreedy@udel.edu> - 2013-04-16 12:55 -0400
| From | Terry Jan Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2013-04-16 12:55 -0400 |
| Subject | Re: Preparing sqlite, dl and tkinter for Python installation (no admin rights) |
| Message-ID | <mailman.676.1366131369.3114.python-list@python.org> |
On 4/16/2013 10:30 AM, rosoloum wrote: > I do not have admin rights on my machine The answer to your question may depend on the OS (linux), distribution (many), and version. > What about `_tkinter` and `dl`? How can I have them ready for the Python > installer? Building _tkinter (a Python C-coded module) requires tcl/tk and header files. Some distros have a separate python sdk kit with the headers not included with tcl/tk.
Back to top | Article view | comp.lang.python
csiph-web