Replies: 5 comments 5 replies
-
If you are trying to run from spyder then follow this https://stackoverflow.com/a/50495714/14522034 Otherwise if you are running from cmd and the error is arising. And it's a known issue, https://github.com/mhammond/pywin32 Upgrade pywin32 by following https://github.com/mhammond/pywin32#installing-via-pip You can install pywin32 via pip: If you encounter any problems when upgrading (eg, "module not found" errors or similar), you should execute: This will make some small attempts to cleanup older conflicting installs. |
Beta Was this translation helpful? Give feedback.
-
Thank you Dr.
So kind of you for taking time and replying me.
Shall implement the suggestions and will confirm you soon.
Thank you again
Senthil
…On Sat, 15 Oct 2022, 00:25 DrJuneMoone, ***@***.***> wrote:
If you are trying to run from spyder then follow this
https://stackoverflow.com/a/50495714/14522034
Otherwise if you are running from cmd and the error is arising. And it's a
known issue, https://github.com/mhammond/pywin32
Upgrade pywin32 by following
https://github.com/mhammond/pywin32#installing-via-pip
You can install pywin32 via pip:
pip install pywin32
If you encounter any problems when upgrading (eg, "module not found"
errors or similar), you should execute:
python Scripts/pywin32_postinstall.py -install
This will make some small attempts to cleanup older conflicting installs.
—
Reply to this email directly, view it on GitHub
<#10 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3ONT4D4QPBFLKHNQGIE3VLWDGUCFANCNFSM6AAAAAARE6ZURU>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
-
Hello Dr -- C:\Users\vishw\QtsApp>python .\example.py During handling of the above exception, another exception occurred: Traceback (most recent call last): C:\Users\vishw\QtsApp> |
Beta Was this translation helpful? Give feedback.
-
You cannot edit .xlsm files using this extension. However an exporter for macros from xlsm is in it's very early stages of development. https://www.youtube.com/watch?v=xoO-Fx0fTpM&ab_channel=xlwings further , in the excel file , tha data is streamed only for Bank Nifty and no response is given for other scripts. please guide on that please so that i can get the data for any desired scrip. a BIG thanks to you Dr. This is truly an amazing tool. for your info attaching the screen shot of the streaming data |
Beta Was this translation helpful? Give feedback.
-
Hey MoonDrJune
Thank you for this massive effort to help the retail community of Indian stock market.
I jut encountered an error. I posted in a below.
pl help on that .
Thanks in advance
C:\Users\vishw\QtsApp>python .\example.py
Traceback (most recent call last):
File "C:\Users\vishw\QtsApp\example.py", line 9, in
from qtsapp import *
File "C:\Users\vishw\AppData\Roaming\Python\Python39\site-packages\qtsapp_init_.py", line 24, in
from qtsapp.lib import *
File "C:\Users\vishw\AppData\Roaming\Python\Python39\site-packages\qtsapp\lib.py", line 73, in
pywintypes.import_pywin32_system_module("pythoncom", globals())
File "C:\python3.9.6downloaded210821\lib\site-packages\win32\lib\pywintypes.py", line 122, in import_pywin32_system_module
assert sys.modules[modname] is not old_mod
AssertionError
Beta Was this translation helpful? Give feedback.
All reactions