[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/PCbuild python20.wse,1.6,1.7

Thomas Heller thomas.heller@ion-tof.com
Tue, 22 Aug 2000 15:52:16 +0200


> > > Modified Files:
> > > python20.wse
> > > Log Message:
> > > Thomas Heller noticed that the wrong registry entry was written for
> > > the DLL.  Replace
> > >  %_SYSDEST_%\Python20.dll
> > > with
> > >  %_DLLDEST_%\Python20.dll.
> > >
> > Unfortunately, there was a bug in my bug-report.
> 
> Actually, there is no need to write that entry at all!  It should be
> removed.  I thought it was, ages ago.
I would like to use this entry to find the python-interpreter
belonging to a certain registry entry.

How would you do it if this entry is missing?
Guess the name python<major-version/minor-version>.dll???

Thomas Heller