Please remove me from the mailing-list.



Mark Hammond schrieb:

> > When I do "import pythoncom" from within python_d, it tells me
> > "ImportError:
> > No module named pythoncom".
> >
> > How can I get this to work?
>
> You must open the registry where you existing "PythonPath" and "Modules"
> keys exist.  You will notice Modules entries for "pythoncom" and
> "pywintypes" pointing to the DLL in the system 32 directory.
>
> Under each of these module keys, you should add a new "Debug" key, and set
> its default value to the _d version of the DLL.
>
> Mark.
>
> _______________________________________________
> ActivePython mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/activepython

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to