Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #55459 > unrolled thread
| Started by | David Palao <dpalao.python@gmail.com> |
|---|---|
| First post | 2013-10-04 11:30 +0200 |
| Last post | 2013-10-04 11:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
howto check programs and C libraries David Palao <dpalao.python@gmail.com> - 2013-10-04 11:30 +0200
| From | David Palao <dpalao.python@gmail.com> |
|---|---|
| Date | 2013-10-04 11:30 +0200 |
| Subject | howto check programs and C libraries |
| Message-ID | <mailman.711.1380879004.18130.python-list@python.org> |
Hello, I'm in charge of preparing a computer room for the practices of "introduction to programming". One of the tasks is checking that from all the computers in the room one can execute some programs and link (and compile) against some libraries. My first idea was using Autotools (or cmake), but as I'm a big fan of python, I was thinking how to do that with python, and I don't have a clear solution yet. I know that distutils includes the distutils.command.config module, and I think it could do the job (when properly subclassed). Do you have a better idea? Thanks in advance. Regards, DPalao
Back to top | Article view | comp.lang.python
csiph-web