Le 19/10/2011 02:14, Genova a écrit :
Salut Le code python, ne peux pas s'exécuter sur un navigateur, pour faire du web avec python ou une application web, il faut regardez chez django<https://www.djangoproject.com/>ces plus simple. sinon pour de petit truc avec du web et python regardez:- CGI Tutorial<http://webpython.codepoint.net/cgi_tutorial> - WSGI Tutorial<http://webpython.codepoint.net/wsgi_tutorial> - Mod_python<http://webpython.codepoint.net/mod_python_tutorial>
mod_wsgi est ton ami ;) Après tu sers ton code python avec le serveur web WSGI de ton choix :) -- T. -- Ce message a été envoyé à la liste [email protected] Gestion de votre abonnement : http://dakarlug.org/liste Archives : http://news.gmane.org/gmane.org.user-groups.linux.dakarlug Le site du DakarLUG : http://dakarlug.org
