From: Vadim P. <v.p...@gm...> - 2015-05-20 04:58:30
|
Good day. I'm trying to check if I can build python code to standalone com dll library to run it in-proc. I tried to make a basic example out of this one: http://www.py2exe.org/index.cgi/Py2exeAndWin32com, but apparently I was unable to generate no dll not exe with this setup script. No warnings in console output, it just runs and generates no result. I thought it was just me, so I searhed github for "my_com_server_target" entry and tried it out on other people's project with same result. Like this project here, for instance: https://github.com/acspike/mlc.email Fun thing is it works with ctypes_com_server: py2exe generates dll for my code when I'm using ctypes_com_server instead of com_server (with its own issues though, I think I'll keep it for separate thread). Can anyone help me with this? Any ideas why it is not working? py version: 3.4 32bit py2exe version: 0.9.2.2 Win8.1 x64 Thanks in advance. Vadim. |