Posted on 2006-12-29 13:00:57-08 by lenea in response to 3488
Re: Install Troubles
Hi, I had the same problem and I solved it, maybe it will work for you as well. Open the .../t/01.option_chain.t file, look for this line:
$tws->eConnect("pt");
Comment it out and add these 2 lines:
my @tws_GUI_location = qw/ 127.0.0.1 7496 15 /; #default listening address and port $tws->eConnect(@tws_GUI_location);
Then run again the test, it should work. Regards, Iulian
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.