so i am trying to follow the article on this site found here,
i was directed by Philip to post my workbook and other related files so here they are
so i am using liclipse ide and when i load moth_ws.py and select run, in the console i get "No consoles to display at this time" and then it says: "terminated"
i havent altered moth_ws.py so do i have to enter in any login credentials?
Hi Dan,
In your pyxll.cfg you should have moth_ws.py listed under modules.
Are you trying to run moth_ws from a console? It should be run by PyXLL from inside Excel. If PyXLL is configured correctly, just opening the workbook should make the Python file run.
Regards
Phil
Bingo, the worksheet is now calculating the price. now all i have to do is make it run for the other coins. thanks so much for helping me out.
No worries Dan
So now that i have some time under my belt, i have a few questions.
did you write the python script moth_ws.py?
when i try to change the source from BTC_USD to LTC_USD, it still shows BTC.
not sure if this is the right way to go about changing to different coins.
thoughts?
dan
can i ask this question of you, or should i look for support somewhere else?
so turns out i had two moth_ws.py files, deleted one and amended the other, now it is showing LTC. shouldn't be a problem to do it for the rest. Do you want copies of the files once i am done?
all fixed, i am able to run 3 sockets before i get an error message. so i have sheets for btc, ltc & eth and all are working as expected at the same time. i will modify the moth_ws.py so that it contains all of the USD products that coinbase serves. (like BCH, ETC and ZRX).
any thoughts on the limit of sockets that pyxll can run at the same time?