Hi Rudi,<br><br>  py2exe includes a lot of things into the distribution by default, so you&#39;ll need to extend the &quot;excludes&quot; in your options in the setup script to get a smaller distribution, see <a href="http://www.py2exe.org/index.cgi/GeneralTipsAndTricks">http://www.py2exe.org/index.cgi/GeneralTipsAndTricks</a>. I&#39;ve been using gdal with py2exe, and I guess that if you don&#39;t need large libraries like e.g. matplotlib or wx in your distribution, you should be able to get the size down to a few (less than 10) MB.<br>
<br>  Cheers,<br>  Simon<br><br><div class="gmail_quote">On Tue, Jul 20, 2010 at 1:54 PM, Rudi von Staden <span dir="ltr">&lt;<a href="mailto:rudivs@gmail.com">rudivs@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi all,<br>
<br>
I&#39;ve created a small Python script that reads a set of points from a CSV file, calculates the area of the outer hull of the points, and writes the result to a text file. I would like to call the script from an Access database. Since I can&#39;t guarantee that the users will have Python, I ran the script through py2exe.<br>

<br>
1) The resulting distribution folder includes Tcl/Tk files and folders. I can only guess that these are used by GDAL in some way - are they required?<br>
2) The package is also surprisingly large for such a simple function - nearly 30MB. I suppose that&#39;s to be expected, but is there a way to bring down the footprint, short of translating to C++?<br>
<br>
Thanks,<br><font color="#888888">
Rudi</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/gdal-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</div></div></blockquote></div><br>