Eryk Sun added the comment:

Steve, will you be uploading a new patch? The current patch doesn't include 
"pyshellext.vcxproj" in the build, since that was accidentally committed and 
then removed. 

When you call ShellExecute, I suggest passing NULL for lpOperation, to use the 
default verb. If no default is defined the shell uses "open" anyway.

Decorater, there's a memory importer for extension modules in py2exe, based on 
Joachim Bauch's MemoryModule.c:

https://sourceforge.net/p/py2exe/svn/HEAD/tree/trunk/py2exe-3/source

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27469>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to