Hi, [EMAIL PROTECTED] wrote: > how can I combine some dynamically generated html code (using python) with > the output of a urllib.openurl() call?
Why reinvent the wheel? Try one of the existing web frameworks. There may be a learning curve for most of them, but you may also end up doing things that seem totally out of reach with your current approach. http://wiki.python.org/moin/WebFrameworks or, more generally: http://wiki.python.org/moin/WebProgramming Stefan -- http://mail.python.org/mailman/listinfo/python-list