Andreas

I found a problem with my installation of boost 1.38.  Uninstalled and
upgraded to boost 1.40 and now pycuda works properly.  Thanks for the help.

Jim

On Fri, Dec 18, 2009 at 2:49 PM, Andreas Klöckner
<[email protected]>wrote:

> 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.
>
_______________________________________________
PyCUDA mailing list
[email protected]
http://tiker.net/mailman/listinfo/pycuda_tiker.net

Reply via email to