<div class="gmail_quote"><span dir="ltr"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I don&#39;t really understand your requirements, but it sound like you want a package management system. The standard library just provides a standard set of tools (it is the books not the book management system - although part of what you want is in the standard library in the form of distutils which is currently receiving a radical overhaul).<br>

<br>
You should look at Distribute and virtualenv, which gets you pretty much what you are suggesting (as far as I can tell):<br>
<br>
   <a href="http://pypi.python.org/pypi/virtualenv" target="_blank">http://pypi.python.org/pypi/virtualenv</a><br>
   <a href="http://pypi.python.org/pypi/distribute" target="_blank">http://pypi.python.org/pypi/distribute</a><br>
<br>
All the best,<br>
<br>
Michael Foord<br clear="all"></blockquote></div><br><br>I don&#39;t know if you have used <a href="http://www.bloodshed.net/dev/index.html%20">Dev-C++</a> . It has a &#39;package management&#39; mechanism for the standard libraries.<br>
please see the <a href="http://devpaks.org/">http://devpaks.org/</a> webpage where all the packaged libraries are stored.<br><br>In python we have the PyPI which is equivalent to the <a href="http://devpacks.org">http://devpacks.org</a> but in PyPI the packages are all user made applications.<br>
What I want is similar to PyPI but for the python standard libraries, so that they (libraries) are as add-on as possible.<br><br>I guess you understand what I am thinking... and do pardon my english too..<br><br>-- <br><br>
Regards,<br>Sriram.<br>