<div class="gmail_quote">On Fri, Sep 10, 2010 at 02:36, Mico Siahaan <span dir="ltr">&lt;<a href="mailto:mico_siahaan@yahoo.com">mico_siahaan@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Dear all,<br>
<br>
sorry for these basic questions. I downloaded python source then I built python executable using pcbuild.sln in PCBuild folder as stated in readme.txt.<br>
<br>
I built most of them successfully except tkinter, bsdbb, ssl, bz2. Yes, I know it was written in readme about how to build them. But I have not understood where I can download their source codes? And how to integrate that in the solution?<br>
</blockquote><div><br></div><div>There&#39;s a note explaining that Tools\buildbot\external(-amd64).bat will get the source for those subprojects. Run that batch from the top level of your checkout.</div><div><br></div><div>
You&#39;ll need to do a few additional things for ssl which are laid out in that readme.</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Second question. After built python, how to install them into specified folder? I tried to simply move the executables into another folder. Create libs, Lib, and DLLs folders just normally I saw in Python for Windows distribution and move compiled libraries and pyd files into those. But when I tried to run<br>

&gt;&gt;&gt; import sqlite3<br>
<br>
Intrepreter respond was: no _sqlite3.<br>
<br>
But I noticed if I moved _sqlite3.lib into a same folder with python.exe, then it worked well. Did I miss something? So how is the correct way to copy compiled executables, libraries dan pyds into a specified folder?<br>
</blockquote><div><br></div><div>You might be interested in the Tools\msi folder to create your own installer. However, I&#39;ve never had success with this, so I&#39;m afraid I can&#39;t really help there.</div></div>