[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] actually about python in general...hope no-one minds



Well, there's a specific python mailing list, and an irc channel, and a gazillion other resources, in your prefered encoding, both digitally or in dead-tree format. But...

Anoop Joseph wrote:
hey everybody
Is there a way to run a python script from a web page (like in a geocities or tripod free account) ?
Theoretically, there can be. Python can of course be (and is) used for server-side scripting, but I'm not aware of any client-side implementations (that aren't as trivial as dumping the file to the interperter). The browser must be configured properly to use the interperter to run the Python script/bytecode, and display it, too. Security is an issue.

And also, is there a way to make a program that starts itself on starting the computer?
If you're using Windows, add a shortcut to your Startup folder (there are also registry settings you may be interested in reading about), if in Linux, you may want to read documentation and man pages about runlevels and init.