| delorie.com/archives/browse.cgi | search |
Jason Tishler <jason <at> tishler.net> writes:
...
> Unfortunately, Cygwin Python SQLite support does not build OOTB:
...
> File "./setup.py", line 97, in build_extensions
> self.detect_modules()
> File "./setup.py", line 795, in detect_modules
> sqlite_libdir = [os.path.abspath(os.path.dirname(sqlite_libfile))]
> File "/tmp/python-2.5.1-3/Lib/posixpath.py", line 119, in dirname
> return split(p)[0]
> File "/tmp/python-2.5.1-3/Lib/posixpath.py", line 77, in split
> i = p.rfind('/') + 1
> AttributeError: 'NoneType' object has no attribute 'rfind'
This particular error appears to come from a bug in Python's setup.py:
http://bugs.python.org/issue1706863
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |