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

I have a python script (in the attached file,) that depends on a SciPy function, which I have installed along with a lot of other Python 3.3 on my Windows 7 computer.
Sometime between April 12th and May 5th, (as an April 12th Blender version can run the script and a May 5th version can’t,) Blender was updated in a way that made the error in the title appear whenever I tried to run the script.

What happened? This looks like Python 3.3 is no longer compatible - I dearly hope that I don’t have to reinstall everything to get it running again.

Attachments

LegScriptBasic.blend (1.45 MB)

Blender now uses py-3.4 so… you have to reinstall everything to get it running again.

Blast. All right, I’ll get to it.

Thank you!

Edit: And it works now! Thanks again.