wxPython application auto launched at system startup -


I'm trying to create my wxPython application - which is a preview for launching on Windows, Maccode and Linux - The system is booted automatically on startup.

APAI, I can use Python's WIND to write a shortcut link for the Windows registry.

But is there a way to do that can run on all system tasks? All ideas will be appreciated.

You can of course use _winreg in the registry key in Windows , Though I think you can also insert a shortcut into the special startup folder of the window which is buried in the user folder in the new Windows versions.

For Linux, it seems that you '/ etc / rc.local' See the following link for additional details:

On the Mac, it seems that you may need to use Automator:


Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

class - Kivy: how to instantiate a dynamic classes in python -

python - mayavi mapping a discrete colorbar on a surface -