Embedding an Application in a Web browser

D

Daniel Nogradi

Is it possible to embed a Python application within Internet explorer?
If so how do people recommend going about it.

As for the application it has to be able display simple animated
graphics such as circles, lines and squares. However if someone clicks
on a shape it should open up another application, such as Word.

Thanks,

Rod

Python Newbie

Do you mean perhaps embedding python into a webserver? If you want to
use apache as your server that is possible, check the mod_python
module which embeds the python interpreter into apache. You can then
write your application in python (displaying your animated graphics,
etc) and visitors to your server will see what you the output from
your program.

For further info:

http://modpython.org/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top