Hello,
I have a current python program that runs on a windows computer. The program uses some COM files. In order to use them in Python I have been using the pywin32 package. However you cannot us this package on Linux. Is there any way to reference COM files on linux/pythonanywhere?
Thanks