Making an application ...
I've been interested in Python for the past year but never had a project to apply it to. Now I do, and in about 80 lines or so I created a app with wxPython and Twisted that listens for a Caller ID string then displays it for the user. It works beautifully, no complaints there. What I'd like to know is:
This app will be used on a few WinXP workstations on our LAN. Double-clicking the screenpop.py file brings up a Python console, then the app, and the Python console appears in the taskbar. I would like it to appear without the console, and with its own taskbar icon and name. Is there some online docs or something in the demo which shows how to do this?
This app will be used on a few WinXP workstations on our LAN. Double-clicking the screenpop.py file brings up a Python console, then the app, and the Python console appears in the taskbar. I would like it to appear without the console, and with its own taskbar icon and name. Is there some online docs or something in the demo which shows how to do this?
