Forums

COM windows Addon

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

That's a non-starter, I'm afraid, if you mean they are DLL files.

What are the names of the COM files and/or what do they do? There may well be functional equivalents in the Python world.

Yes they are DLL files. They are provided as a API-esque to a data provider that provides market pricing

Would I be able to use something like ctypes?

Maybe, but I think it's very unlikely.