VirtuaLight Export Script Error

I have been attempting to use the python export script that comes with VirtuaLight. I am using Blender 2.23 because I have been told that publisher has some problems with this script. When I attempt to run the script, I get this error:

PYTHON SCRIPT ERROR:
Traceback <most recent call last>:
File “vlightexport210.py”, line 10, in ?
Import Error: No modual named os

Thanks.

This sounds like a typical PythonPath error.
Please refer to that thread for more indept information on how to solve this: https://blenderartists.org/forum/viewtopic.php?t=7723

Martin

The rusty knife script works fine tho… I dont suppose it is because it doesnt call many outside moduals?

dante

Rusty Knife doesn’t use any external module. A “Import Error: No modual named *” error will most of the time only appear when loading external modules from the Python libraries.

Martin