Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43837 > unrolled thread
| Started by | Jason Swails <jason.swails@gmail.com> |
|---|---|
| First post | 2013-04-18 11:05 -0400 |
| Last post | 2013-04-18 11:05 -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) Jason Swails <jason.swails@gmail.com> - 2013-04-18 11:05 -0400
| From | Jason Swails <jason.swails@gmail.com> |
|---|---|
| Date | 2013-04-18 11:05 -0400 |
| Subject | Re: Preparing sqlite, dl and tkinter for Python installation (no admin rights) |
| Message-ID | <mailman.777.1366297537.3114.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
On Thu, Apr 18, 2013 at 10:37 AM, James Jong <ribonucleico@gmail.com> wrote: > Thanks so much Chris. This is part of a super computer and I am afraid I > don't have access to a machine with sudo permissions and similar > architecture & OS. > > Is there any way to active higher level of verbosity during the build > process to identify what is failing? Or anything specifically I should > watch for? > Most supercomputers I'm familiar with have some variant of Linux running (e.g., SUSE or Red Hat are quite common). Some of these machines only have barebone kernels on the compute nodes, though, and have a fully-fledged Linux OS only on the login nodes... This info is typically on the website for that supercomputer (if it has one), or any other available documentation. That said, there are other options available that are probably less of a hassle for you: 1) Skip tkinter unless you _know_ you really need it. Do you plan on doing X-forwarding when you log in? Can you run the GUI app on your local machine before uploading the files you need for computation? Running GUIs locally rather than over the network is typically much faster, anyway. 2) Submit a ticket to the supercomputer staff requesting that they install the software you need. There may be other 'gotchas' associated with installing certain software on supercomputers that the staff would know best. Good luck, Jason
Back to top | Article view | comp.lang.python
csiph-web