Dear mailing-list members,

At the moment I'm trying to send and receive events with an executable,
which has been frozen with cx_Freeze. Together with PyWin32 it doesn't seem
to be possible right now.
So I did some researching and found the following statement in the
changelog.

Version 3.0 beta1 (June 2004):
" Removed base executables for Win32 services and Win32 COM servers. This
functionality will be restored in the future but it is not currently in a
state that is ready for release. If this functionality is required, please
use py2exe or contact me for my work in progress. "

So it seems like there was one a separate method to freeze scripts for the
usage I'm looking for. I browsed the commits, but couldn't find any code,
which has been removed during the time.
Using py2exe is no option since Python 3.5 is being used and there is no
way to go back to Python 3.4 or older.

Do you think it would be difficult to get this functionality back?
Accessing variables and functions work, but really need to exchange events,
too.

Can you help?
Thanks!

With kind regards
- Thomas Karl Pietrowski
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to