[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: individually updating unicodedata db?

Gabriel Genellina

3/23/2010 7:23:00 AM

En Mon, 22 Mar 2010 21:19:04 -0300, Vlastimil Brom
<vlastimil.brom@gmail.com> escribió:

> I guess, I am stuck here, as I use the precompiled version supplied in
> the windows installer and can't compile python from source to obtain
> the needed unicodedata.pyd.

You can recompile Python from source, on Windows, using the free
Microsoft® Visual C++® 2008 Express Edition.
http://www.microsoft.com/expres...

Fetch the required dependencies using Tools\buildbot\external.bat, and
then execute PCbuild\env.bat and build.bat. See readme.txt in that
directory for details. It should build cleanly.

--
Gabriel Genellina