Search found 3 matches

by Michael Lewis
Tue Feb 20, 2018 11:43 am
Forum: Programming
Topic: Problems with com server after 9.5 upgrade
Replies: 9
Views: 9221

Re: Problems with com server after 9.5 upgrade

Thank you Steve, that fixes the problem.
by Michael Lewis
Wed Feb 14, 2018 6:34 am
Forum: Programming
Topic: Problems with com server after 9.5 upgrade
Replies: 9
Views: 9221

Re: Problems with com server after 9.5 upgrade

A simple example is as follows: import pyeviews as evp eviewsapp = evp.GetEViewsApp(instance='either') evp.Run('wfcreate temp_wf M 2000 2018',app=eviewsapp) evp.Run('genr test = 1',app=eviewsapp) evp.Run('genr test2 = 2', app= eviewsapp) table = evp.GetWFAsPython(app=eviewsapp, wfname = "temp_w...
by Michael Lewis
Tue Feb 13, 2018 3:01 pm
Forum: Programming
Topic: Problems with com server after 9.5 upgrade
Replies: 9
Views: 9221

Problems with com server after 9.5 upgrade

Hello, I recently loaded the eViews 9.5 Feb 8th 2018 update, and found that a python program which uses the COM server does not run. Specifically, the .Lookup method returns extra characters at the end of the list of series names. Also, the result of app.Get("=@pagefreq") contains extra tr...

Go to advanced search