executable - Writing shell extensions in Python and compiling -


i trying create shell extension context menu , icon overlay. have registered , seen context menu show when right clicking , menu clicks correctly responding code when running program through python.

my issue when try compile python code executable cx_freeze or py2exe. builds executable , running executable creates registry entry, no menu shows when right clicking after restarting explorer.exe.

i thought cx_freeze or py2exe able register context menu or overlay , have talk code within exe. need make dll file? not familiar com servers has experience shell extensions appreciated.

i have more details if requested/needed.

i able context menu registered through dll following steps in link. ended using py2exe 2.7 , not sure if setup used fixed or if needed use regsvr32 when registering dll instead of self registry executable. used patched py2exe in answer of link

link: com server build using python on 64-bit windows 7 machine


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -