Message169764
| Author | vstinner |
|---|---|
| Recipients | Nicholas.Cole, cben, georg.brandl, gpolo, inigoserna, jcea, ned.deily, phep, pitrou, python-dev, r.david.murray, vstinner |
| Date | 2012-09-03.14:15:01 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <CAMpsgwYAhCv+hjU6uRwqEuqg=m1HTfYbX5QVR6q=eDfO-H6waA@mail.gmail.com> |
| In-reply-to | <1346677054.54.0.619733462979.issue14223@psf.upfronthosting.co.za> |
| Content | |
|---|---|
> How do I check which version it was built against?
On Linux, I use:
$ ldd /usr/lib/python2.7/lib-dynload/_curses.so |grep curses
libncursesw.so.5 => /lib/i386-linux-gnu/libncursesw.so.5 (0xb76d0000)
$ ls -l /lib/i386-linux-gnu/libncursesw.so.5
lrwxrwxrwx 1 root root 18 nov. 18 2011
/lib/i386-linux-gnu/libncursesw.so.5 -> libncursesw.so.5.9
=> version 5.9 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-09-03 14:15:01 | vstinner | set | recipients: + vstinner, georg.brandl, jcea, cben, pitrou, gpolo, ned.deily, r.david.murray, inigoserna, phep, python-dev, Nicholas.Cole |
| 2012-09-03 14:15:01 | vstinner | link | issue14223 messages |
| 2012-09-03 14:15:01 | vstinner | create | |