Results reader fails in recent (post 2018 hotfix 2?) versions

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
User avatar
PCully
Site Admin
Site Admin
Posts: 1465
Joined: Tue Sep 09, 2008 9:52 am

Re: Results reader fails in recent (post 2018 hotfix 2?) versions

Post by PCully »

Hi Leighton,

We are discussing this topic at the moment and intend to have a new VE version next month that will have the fix to get the full list again. I also have a project on to get these properly documented which is in parallel to the requirements you have but I think we'd agree equally beneficial to all users

Phil
IES Worldwide Technical Support
Tian
VE Newbie
VE Newbie
Posts: 8
Joined: Wed Feb 27, 2019 8:49 am

Re: Results reader fails in recent (post 2018 hotfix 2?) versions

Post by Tian »

Hi there, I have the same problem
Boost.Python.ArgumentError: Python argument types in
ResultsReader.get_room_results(ResultsReader, list, str, str)
did not match C++ signature:
get_room_results(class ResultsReader {lvalue}, class std::basic_string<char,struct std::char_traits<char>.....
Dont really know what was wrong.
User avatar
Rhind
IES Staff
IES Staff
Posts: 87
Joined: Fri Mar 22, 2013 5:06 pm

Re: Results reader fails in recent (post 2018 hotfix 2?) versions

Post by Rhind »

<Tian> It looks like you're passing in a list for the aps_var instead of a string.
Post Reply