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*
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
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 .
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
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