Message47940
| Author |
mdehoon |
| Recipients |
| Date |
2005年06月10日.15:03:21 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=488897
Three comments:
1) When running this script, I got the following error on
Unix and Cygwin:
$ python-config.php --cflags --static-libs
-I/usr/local/include/python2.4
Traceback (most recent call last):
File "<string>", line 1, in ?
AttributeError: 'module' object has no attribute 'lib'
2) Since we are Pythoneers, why write this script as a
shell-script instead of a Python script? (sh may not even be
available on Windows).
3) Isn't it easier / more reliable to get this information
via distutils? See section 5.6 of "Extending and Embedding
the Python Interpreter". |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:42:09 | admin | link | issue1161914 messages |
| 2007年08月23日 15:42:09 | admin | create |
|