Chad Crabtree wrote:
> While everything that Alan Guald said is true, there are a couple of
> options for you.  Provided you know HTML (you must), you could
> generate html pragmatically but, knowledge of html is still mandatory.
> Your options are, basically
>
> http://www.cherrypy.org
> Which is an app server that should be fairly easy to package up with,
> say py2exe.
>
> Another option, with CGI (pretty easy) is found in the standard library.
> http://docs.python.org/lib/module-CGIHTTPServer.html
>
> If you do this as a personal app I would make sure to use an alternate
> port number like 11224, or something.
>
> HTH
> Best of Luck.
>
> On 5/6/06, Alfonso <[EMAIL PROTECTED]> wrote:
>> I would like to experiment with web interfaces and python. After some
>> googling, I'm quite confused, does somebody know of a good link about
>> this topic / what do you think that is the best software option to
>> design web user intefaces with python? I mean web interfaces  for
>> common programms (so it's not important to me to have a very robust
>> web server), the web server should run in the machine of the user of
>> the programm.And it should be easy installed, as bundle, when I
>> distribute the programm.
>>
>> Thank very much for your help.
>>
>>
>>
>> ______________________________________________
>> LLama Gratis a cualquier PC del Mundo.
>> Llamadas a fijos y móviles desde 1 céntimo por minuto.
>> http://es.voice.yahoo.com
>> _______________________________________________
>> Tutor maillist  -  Tutor@python.org
>> http://mail.python.org/mailman/listinfo/tutor
>>
>
Thank you very much for your answers

        
        
                
______________________________________________ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to