On Freitag 18 Dezember 2009, Jim Shea wrote: > Andreas > > Backtrace show below running test_driver.py. Note: I am relatively new to > python / linux, so it could be something basic in my install. I used > synaptic to install boost python. My python install works fine with numpy, > pygame, ctypes-opencv, etc.. > > #0 0x00007ffff6a74676 in > boost::python::detail::exception_handler::exception_handler(boost::function > 2<bool, boost::python::detail::exception_handler const&, > boost::function0<void> const&> const&) () > from /usr/lib/libboost_python-mt-py26.so.1.38.0
The crash occurs on a call into Boost.Python upon module import. Have you tried to rebuild PyCUDA against the versions that are currently on your system? (I.e. rm -Rf build; python setup.py install) Andreas PS: Please keep the list cc'd. Otherwise I have little motivation to help you.
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PyCUDA mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
