Nemesis wrote: > I have the same problem. But I have a doubt, does Python installer ship > this dll?
It sure does. > What happens if I try to install Python2.4 on a system wich doesn't have > the dll? It will just work. Python installs the DLL if it is missing, and leaves it alone (just incrementing the refcount) if it is present on the target system. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list