IESVE Module

The VE Python API allows users create simple programs using the Python Programming Language, to interact with a VE Model and/or Vista Results File
Post Reply
jrothmei
VE Newbie
VE Newbie
Posts: 1
Joined: Mon Mar 30, 2020 7:16 pm

IESVE Module

Post by jrothmei »

Hello all,

Is there a place that I can find the iesve python module within the iesve program files? I want to be able to edit my scripts in Visual Studio but I would like to have the module imported so that I can use the autocomplete functions and not get errors when I use iesve functions.

Thanks!
DimitrisMantas
VE Newbie
VE Newbie
Posts: 4
Joined: Sat May 01, 2021 5:15 pm

Re: IESVE Module

Post by DimitrisMantas »

Having run into the same problem myself, I can say that the module is an integral part the compiler IESVE comes with. This effectively means that the required source code comes pre-compiled can't be reconstructed.

On a side note, it is very strange to me why IES have chosen to build a closed-source module using an open-source language. Especially when a particular competing program is 100% open-source.

Dimitris
Post Reply