<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">On 02/01/15 16:30, Studio - PM wrote:<br>
</div>
<blockquote cite="mid:DUB122-W7DA356078F0E2BFD7D9C6EF5D0@phx.gbl"
type="cite">
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
<div dir="ltr">
<p sab="230">To better know the design style of the Eric's users
community <br>
I'd be pleased to know about your preference between these <br>
two final execution techniques for your Python program
projects. <br>
</p>
<p sab="232">1) Programs aimed to be run in an environment
equipped with the Python interpreter, <br>
so to execute always as Python-interpreted scripts; <br>
</p>
<p sab="233">2) Programs aimed to run “stand-alone”, that is
not necessarily requiring the presence of <br>
a Python interpreter for their final execution. Thank you.<br
sab="234">
- P.M.<br sab="235">
</p>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Eric mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Eric@riverbankcomputing.com">Eric@riverbankcomputing.com</a>
<a class="moz-txt-link-freetext" href="http://www.riverbankcomputing.com/mailman/listinfo/eric">http://www.riverbankcomputing.com/mailman/listinfo/eric</a>
</pre>
</blockquote>
Eric,<br>
<br>
The following occurs to me:<br>
<br>
Pluses of Run under the existing python:<br>
1/ Smaller downloads<br>
2/ Code written and tested in the IDE will usually run fine outside
of the IDE<br>
3/ Not needing different builds for different OSs<br>
4/ If there is a problem in Eric the users can debug<br>
Minuses:<br>
1/ Dependencies need to be met so installation can be more complex.<br>
2/ Eric might not run in some environments because of dependency
conflicts.<br>
3/ Eric may run a little slower.<br>
<br>
Personally I think that the pluses out way the minuses.<br>
<br>
Gadget/Steve<br>
<br>
</body>
</html>