I have finished my python program with WxPython and it compile with py2exe
My program work fine when I start it by an icon but when I use windows registry (HKCU\Sofware\w indows\currentv ersion\run\mypr ogram.exe) to start my program on windows startup my program does'nt work and I have this error:
Code:
Traceback (most recent call last): File "<install zipextimporter>", line 1, in <module>
Leave a comment: