PDA

View Full Version : Import error


mjabon
10-31-2007, 07:36 PM
I am trying to run an old script that used to run in Vizard2.5. It is giving me this error:

ImportError: Module use of python23.dll conflicts with this version of Python.

How can I solve it?

Thanks!

farshizzo
11-01-2007, 10:31 AM
What module is causing this error? Vizard 3.0 uses Python 2.4, so if you are using any 3rd party python modules you need to download a newer version that supports Python 2.4.