Another Python and Apache question

Gerhard Häring gerhard.haering at gmx.de
Thu Oct 10 13:40:11 EDT 2002


dsavitsk wrote in comp.lang.python:
> [broken Outlok express quoting snipped]
>> I'd recommend you check out mod_python and if you really want to roll
>> your own solution, check with the mod_python folks on their mailing
>> list first.
>>
>> Which problem are you trying to solve, anyway?
> 
> I was actually thinking of writing a mod_vb or mod_com to use some vb dlls.

If in the end you want to use the VB AciveX DLLs from Python, you can
just install mod_python and the win32 extensions on Windows, then just
use those DLLs using the win32com package.

> Why would i want to do this?  Not sure really. Chance to learn about Apache
> I suppose.

Nothing wrong with that :-)

-- Gerhard



More information about the Python-list mailing list