This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | tan2 |
|---|---|
| Recipients | ghaering, tan2, vitalyy2000 |
| Date | 2008年02月24日.09:13:31 |
| SpamBayes Score | 0.22690594 |
| Marked as misclassified | No |
| Message-id | <1203844413.92.0.0128312143366.issue1706863@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The problem is at line 890, setup.py, r60970. sqlite_libfile = self.compiler.find_library_file( sqlite_dirs_to_check + lib_dirs, 'sqlite3') sqlite_libdir = [os.path.abspath(os.path.dirname(sqlite_libfile))] self.compiler.find_library_file() will return None if the library is not found. The code passes None to os.path.dirname and cause the error. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008年02月24日 09:13:34 | tan2 | set | spambayes_score: 0.226906 -> 0.22690594 recipients: + tan2, ghaering, vitalyy2000 |
| 2008年02月24日 09:13:33 | tan2 | set | spambayes_score: 0.226906 -> 0.226906 messageid: <1203844413.92.0.0128312143366.issue1706863@psf.upfronthosting.co.za> |
| 2008年02月24日 09:13:32 | tan2 | link | issue1706863 messages |
| 2008年02月24日 09:13:32 | tan2 | create | |