doudz wrote: > Now I would use it from linux but is it possible to create *.so from my dll in order to make my python script working on linux ? No, you can't just wrap a dll in a "thin wrapper" to make it a .so. Unless that wrapper is ... while Wine. The only exception if that dll does not do any win32api calls and does not depend on any other dll.