Hi, if anyone can help me unscramble this exception report from Python I'd be hugely grateful. All I'm trying to do is carry out is call VISUM and carry a flow bundle. I think the problem may be with the Python installation rather than the script.

Many thanks,

Stephen

I've got the following code:
Code:
import VisumPy.helpers
#from VisumPy.helpers import CreateVisum

Visum = VisumPy.helpers.CreateVisum(115)
...