☰
Login
Signup
Home
›
prithviraj
›
Comments
Activity
Discussions
1
Comments
5
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
prithviraj
About
Username
prithviraj
Joined
May 2020
Visits
22
Last Active
October 2021
Roles
Member
Activity
Discussions
1
Comments
5
Comments
@sachinppatel16 is that issue solved, I am facing this in Google colab. local machine every thing works fine.
in
Error :Reactor Not Restartable
Comment by
prithviraj
October 2021
@indiatechpython pls post code it is not working for me
in
Tick data new thread issue
Comment by
prithviraj
November 2020
Any solution found??
in
Tick data new thread issue
Comment by
prithviraj
October 2020
import xlwings as xw from pprint import pprint import pdb import pandas as pd import logging from kiteconnect import KiteTicker import time import datetime import pythoncom import win32com.client as client wb = xw.Book('option.xlsx') sht = wb.shee…
in
Tick data new thread issue
Comment by
prithviraj
October 2020
I was also facing same error, after adding coInitialize. I am facing below errors. pywintypes.com_error: (-2147417842, 'The application called an interface that was marshalled for a different thread.', None, None) builtins.AttributeError: 'NoneTy…
in
Tick data new thread issue
Comment by
prithviraj
October 2020