Re: [python-win32] Equivalence of win32com.client under Linux

2017-03-27 Thread Brahim EL ALLIOUI
The requirement is that we use the odoo erp under windows and we have a module allowing communication with the timers and which uses the sdk of the manufacturer. We want to migrate to linux, everything goes well except this module we have developed ourselves *Brahim EL ALLIOUI* *General Manager*

[python-win32] Fwd: import dde failure; server Create failure

2017-03-27 Thread Bob Klahn
I sent the note below before subscribing to this list. Not knowing if one has to be a subscriber first and a sender second, i.e., not knowing if my note below made it to the list, I've decided that I'd better send this out the door again. Forwarded Message Subject:im

Re: [python-win32] Equivalence of win32com.client under Linux

2017-03-27 Thread Denis Akhiyarov
You can call into Mono from CPython on Linux and OSX using pythonnet: https://github.com/pythonnet/pythonnet On Thu, Mar 23, 2017, 10:32 AM Preston Landers wrote: > I wouldn't say it's 100% impossible - there is a thing called Mono which > allows, subject to numerous limitations, running some .

[python-win32] import dde failure; server Create failure

2017-03-27 Thread Bob Klahn
I'm running 64-bit Python 2.7.13 under Windows 7, and I've installed build 220 of Mark Hammond's package. When I try this: import win32ui, dde from a Windows 7 command window, I receive the message "This must be an MFC application - try 'import win32ui' first". I get the same message when

Re: [python-win32] Equivalence of win32com.client under Linux

2017-03-27 Thread Tim Roberts
Brahim EL ALLIOUI wrote: > > The requirement is that we use the odoo erp under windows and we have > a module allowing communication with the timers and which uses the sdk > of the manufacturer. We want to migrate to linux, everything goes well > except this module we have developed ourselves Well