> In Cygwin 1.7: > > $ bzr whoami > Traceback (most recent call last): > File "/usr/bin/bzr", line 64, in <module> > import bzrlib > File "__init__.py", line 25, in <module> > File "osutils.py", line 319, in <module> > File "lazy_import.py", line 106, in __getattribute__ > File "lazy_import.py", line 89, in _replace > File "lazy_import.py", line 193, in _import > File "win32utils.py", line 56, in <module> > File "/tmp/python.6884/usr/lib/python2.5/ctypes/__init__.py", line 431, in > <mo > dule> > File "/tmp/python.6884/usr/lib/python2.5/ctypes/__init__.py", line 340, in > __i > nit__ > OSError: No such file or directory
I just upgraded to bzr 1.6.1-1, and I still have this problem. This seems like a missing dependency, but I'm not able to figure out from the error messages what's missing. Line 340 of __init__.py calls _dlopen(). Andrew. -- 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/