I think I see the problem but I can't get past it. DependencyWalker shows that BOOST_PYTHON-VC90-MT-1_41.DLL is depending upon PYTHON25.DLL.
I'm using Python2.6, Py2.5 was uninstalled a week back. I've rebuilt boost several times, I only have the one version Python on my machine. I've rebooted and deleted \python2.5 already. Can anyone suggest any reasons why boost is looking for python25.dll rather than the 2.6 equivalent? Ian. 2010/1/8 Andreas Klöckner <[email protected]> > On Freitag 08 Januar 2010, Ian Ozsvald wrote: > > Following on from the Mac problem yesterday (which is now solved - thanks > > Andreas!) I'm having related trouble on Windows XP with this error: > > Traceback (most recent call last): > > File "demo.py", line 3, in <module> > > import pycuda.driver as cuda > > File > > > "C:\Python26\lib\site-packages\pycuda-0.94beta-py2.6-win32.egg\pycuda\drive > > r.py", line 1, in <module> > > from _driver import * > > ImportError: DLL load failed: The specified module could not be found. > > Maybe http://www.dependencywalker.com/ can help? > > Andreas > > _______________________________________________ > PyCUDA mailing list > [email protected] > http://tiker.net/mailman/listinfo/pycuda_tiker.net > > -- Ian Ozsvald (Professional Screencaster) [email protected] http://ProCasts.co.uk/examples.html http://TheScreencastingHandbook.com http://IanOzsvald.com + http://ShowMeDo.com http://twitter.com/ianozsvald
_______________________________________________ PyCUDA mailing list [email protected] http://tiker.net/mailman/listinfo/pycuda_tiker.net
