Assuming you have a completely isolated exe woking file created from your python script using py2exe , you can simply add a new line with some random key and value as the absolute path your EXE file under HKLM\Software\Microsoft\Windows\CurrentVersion\Run from the windows registry (available when starting regedit from the Window run prompt). This will run the exe file every time you boot Windows 7!
source share