[wxPython] VTK on Win98 - resolved

Thanks - it ends up vtkpython.dll has a python 1.5
dependency. Kitware doesn't mention it on their site.
I'm going to see if I fare better with the nightly
build they have.

Best,

Ted

  File "C:\Program Files\vtk32\python\VTK.py", line
15, in ?
    from vtkpython import *
ImportError: DLL load failed: One of the library

files

needed to run this application cannot be found.

Any advice?

Get DependencyWalker from

···

hrrp://www.dependencywalker.com/ and run it on
vtkpython.dll to find out what other DLLs it is
expecting to find on your
system.

Are you sure it was built to run with the version of
Python you have?

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices

hi,

    > Thanks - it ends up vtkpython.dll has a python 1.5
    > dependency. Kitware doesn't mention it on their site. I'm
    > going to see if I fare better with the nightly build they
    > have.

I doubt very much that you will fare any better with the nightlies.
All of the prebuilt stuff currently requires Python 1.5.2. I think
there was some talk on getting 2.x builds but I dont know what came of
it. I think the only thing you can do now is to build it with 2.0
yourself. I admit that it is a pain.

prabhu

I think there was some talk on getting 2.x builds but I dont know
what came of it. I think the only thing you can do now is to build
it with 2.0 yourself. I admit that it is a pain.

i have DLLs built for Python 2.0 and will shortly be doing same for
Python 2.1.

if anyone wants them, i will bundle and put up on the web.

les schaffer

hi,

    > i have DLLs built for Python 2.0 and will shortly be doing
    > same for Python 2.1.

    > if anyone wants them, i will bundle and put up on the web.

I am pretty sure that folks would like this. If you do put them up on
the web please announce the site on the VTK users list
<vtkusers@public.kitware.com> also.

thanks
prabhu

Prabhu Ramachandran writes:

:
: LS> i have DLLs built for Python 2.0 and will shortly be doing
: LS> same for Python 2.1.
:
: LS> if anyone wants them, i will bundle and put up on the web.
:
: I am pretty sure that folks would like this. If you do put them up on
: the web please announce the site on the VTK users list
: <vtkusers@public.kitware.com> also.

I have put up a package of VTK DLLs at:

  http://folks.astrian.net/godzilla
  http://folks.astrian.net/godzilla/vtk-python20-dlls.zip

I will replace this with DLLs for Python 2.1 some time by
mid-week. let me know if there are problems.

les schaffer

I have put up a package of VTK DLLs at:

  http://folks.astrian.net/godzilla
  http://folks.astrian.net/godzilla/vtk-python20-dlls.zip

Thanks Les!

···

--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters?
http://wxPython.org Relax with wxPython!