From: Mark H. <ski...@gm...> - 2015-05-20 05:38:23
|
Does the com_server sample that comes with py2exe work? Mark On 20/05/2015 2:58 PM, Vadim Polosatov wrote: > 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. > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > > > > _______________________________________________ > Py2exe-users mailing list > Py2...@li... > https://lists.sourceforge.net/lists/listinfo/py2exe-users > |