|
From: Renato S. <br....@gm...> - 2013-05-28 22:31:05
|
2013/5/28 Eli Zaretskii <el...@gn...> > > From: Renato Silva <br....@gm...> > > Date: Tue, 28 May 2013 00:21:12 -0300 > > > > 2013/5/27 Oscar Benjamin <osc...@gm...> > > > > > The python.org installers ship the relevant msvcrXX.dll and place it > > > in the root of the Python installation. It is then used by all > > > extension modules in that Python installation. > > > > > > > I can't find any DLL named like that in my Python installation: > > > > $ python.exe --version > > Python 2.7.3 > > > > $ type python.exe > > python.exe is hashed > (/windows/Programs/Desenvolvimento/Python/python.exe) > > > > $ type find.exe > > find.exe is hashed (/bin/find.exe) > > > > $ find.exe /windows/Programs/Desenvolvimento/Python -iname '*msvcr*' > > $ # nothing found > > Run depends.exe on Python DLL, and you will see where it keeps those > libraries. (They could be in the SxS directories somewhere.) > This one? *C:\windows\winsxs\x86_**microsoft.vc90.crt_<lots of random chars> \MSVCR90.DLL* Was that installed by Python? Date of creation/modification is 2010, for folder too. > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may > _______________________________________________ > MinGW-users mailing list > Min...@li... > > This list observes the Etiquette found at > http://www.mingw.org/Mailing_Lists. > We ask that you be polite and do the same. Disregard for the list > etiquette may cause your account to be moderated. > > _______________________________________________ > You may change your MinGW Account Options or unsubscribe at: > https://lists.sourceforge.net/lists/listinfo/mingw-users > Also: mailto:min...@li...?subject=unsubscribe > |