[python-win32] Modules installed in the Windows registry

2012-07-28 Thread Amaury Forgeot d'Arc
Hello, You probably know that Python3.3 has a completely new implementation of the import system: http://docs.python.org/dev/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import (yes, import is now written in Python!) But there is a missing feature: it has always been possible to ins

Re: [python-win32] Modules installed in the Windows registry

2012-07-28 Thread Roger Upole
Amaury Forgeot d'Arc wrote: > Hello, > > You probably know that Python3.3 has a completely new implementation > of the import system: > http://docs.python.org/dev/whatsnew/3.3.html#using-importlib-as-the-implementation-of-import > (yes, import is now written in Python!) > > But there is a missing f