<div>Hi,</div><div><br></div>I would like to say that I completely support the bundling process.<div>In our project here we want to release a single-player &quot;game&quot; and we don&#39;t want to demand a full python installation to our users.</div>
<div><br></div><div>Our demand for the full python right now is only to run the clr.pyd module (Common Language Runtime - an interface to integrate dotNet and python).</div><div>We don&#39;t need any of the options we can disable at installation time (tk, utility scripts, tests).</div>
<div>I tested here and the &quot;tiny&quot; python is fine&nbsp;</div><div><br><div>Dalai</div><div><a href="http://blenderecia.orgfree.com">http://blenderecia.orgfree.com</a></div><div><br></div><div><div class="gmail_quote">
2008/12/7 Nathan Letwory <span dir="ltr">&lt;<a href="mailto:jesterking@letwory.net">jesterking@letwory.net</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
2008/12/8 Campbell Barton &lt;<a href="mailto:ideasman42@gmail.com">ideasman42@gmail.com</a>&gt;:<br>
<div><div></div><div class="Wj3C7c">&gt; Full Python<br>
&gt; &nbsp;- 25.5mb, 8.3mb zipped<br>
&gt; Without TK<br>
&gt; &nbsp;- 16.1mb, 5mb zipped<br>
&gt; Without TK, &quot;distutils&quot; and &quot;test&quot; modules<br>
&gt; - 10.1mb, 3.5mb zipped<br>
&gt;<br>
&gt; breakdown of module sizes uncompressed/compressed.<br>
&gt; TK - ~9.3mb uncompressed, 3.4 zipped. (installer reports TK to use<br>
&gt; 13mb, not sure whats up with that)<br>
&gt; &quot;test&quot; modules, 4.2mb, 0.7mb zipped.<br>
&gt; &quot;distutils&quot; &nbsp;1mb . 0.4mb zipped.<br>
&gt;<br>
&gt; == Rationale ==<br>
&gt; &quot;TK&quot;, user interface modules, Id recommend excluding this because...<br>
&gt; 1) Python without TK is an install option for win32 (note, its the<br>
&gt; ONLY module that can be unselected while installing), so we can<br>
&gt; exclude it while maintaining a complete python env.<br>
&gt; 2) Blender has its own UI,<br>
&gt; 3) Tk isnt popular compared py WX, QT, GTK,<br>
&gt; 4) its fairly large<br>
&gt; 5) this hasn&#39;t been used with blender for any non-experimental scripts<br>
&gt; AFAIK (feel free to link me to some blender tool that uses it)<br>
&gt;<br>
&gt; (tk modules)<br>
&gt; Tix - Tk Extension Widgets for Tkinter<br>
&gt; Tkinter - Interface to Tcl/Tk for graphical user interfaces<br>
&gt; turtle - Turtle graphics for Tk<br>
&gt; ScrolledText - Text widget with a vertical scroll bar.<br>
&gt; url: <a href="http://docs.python.org/modindex.html" target="_blank">http://docs.python.org/modindex.html</a><br>
<br>
</div></div>Curiosa: here is a script that uses TKinter:<br>
<a href="http://blenderartists.org/forum/showthread.php?t=142238" target="_blank">http://blenderartists.org/forum/showthread.php?t=142238</a><br>
TKInter is often used afaik to have the OS standard file dialog<br>
instead of Blender&#39;s own.<br>
<font color="#888888"><br>
/Nathan<br>
</font><div><div></div><div class="Wj3C7c">_______________________________________________<br>
Bf-committers mailing list<br>
<a href="mailto:Bf-committers@blender.org">Bf-committers@blender.org</a><br>
<a href="http://lists.blender.org/mailman/listinfo/bf-committers" target="_blank">http://lists.blender.org/mailman/listinfo/bf-committers</a><br>
</div></div></blockquote></div><br></div></div>