<br><br><div class="gmail_quote">On Mon, Dec 13, 2010 at 10:46 PM, Brian Blais <span dir="ltr"><<a href="mailto:bblais@bryant.edu">bblais@bryant.edu</a>></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;">
Hello,<br>
<br>
I was wondering if there is any standard or suggested way of installing packages *without* going to the commandline.  I often have students who, from there experience in Windows, have never looked at the commandline before and it is a bit of a challenge to get them to install something (i.e. go to the commandline, cd over to the proper folder, type python setup.py install, etc...).  I've never seen a package with something like a "compileme.bat", but was wondering if there is some suggested way of doing this or some reasons *not* to do this.  I can always write my own (1-line) .bat file, but I didn't want to reinvent the wheel.  Perhaps there is a better way for me to do this, ideally in a platform independent way.<br>
</blockquote></div><br>You don't even have to write a bat file. Python's distutils package allows you to build exe file which creates generic windows wizard window for installing packages. <br><br clear="all">Take a look at distutils package <a href="http://docs.python.org/distutils/builtdist.html">http://docs.python.org/distutils/builtdist.html</a><br>
<br>-- <br>Thanks & Regards,<br>Godson Gera<br><a href="http://godson.in">Asterisk consultant India</a><br>