You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pywin32 Version 306
Python Version 3.10
System Version Windows10
Run the flask dash code deploy by apache on python Version 3.10
wb_app = win32.Dispatch("excel.application")
wb_app.Workbooks.Open(r"D:\Tool\test.csv")
But when run wb_app.Workbooks.Open(r"D:\CPK_Tool\test.csv")
have the-----”File "<COMObject >"--- error log
run with flask alone is OK
I don't know the reason, Could help me?
This discussion was converted from issue #2041 on April 07, 2025 21:10.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Pywin32 Version 306
Python Version 3.10
System Version Windows10
Run the flask dash code deploy by apache on python Version 3.10
wb_app = win32.Dispatch("excel.application")
wb_app.Workbooks.Open(r"D:\Tool\test.csv")
have the-----”File "<COMObject >"--- error log
I don't know the reason, Could help me?
Beta Was this translation helpful? Give feedback.
All reactions