This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 1.5.24 -2 cygwin python 2.5.1 problem,


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]