<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div dir="ltr" id="yui_3_16_0_1_1433201165800_2451"><br style="" class="">I would like to create a Python (stand-alone executable) program on a Windows machine and deploy the finished product on other Windows machines (of varying Windows OS versions) and <br style="" class="">also on Mac machines (of varying Mac OS versions.) The program would present a GUI that the user would interact with and would only have simple computations. <br style="" class=""><br style="" class="">I looks like I could do the creation work twice (once for Windows and once for Mac) and then also create separate install packages. However, I would like to only do the creation <br style="" class="">work once and do it on a Windows machine and then be able to deploy to either Win or Mac. I understand that will mean separate intstallation packages due to the different <br style="" class="">environments. <br style="" class=""><br style="" class="">Is this possible? I do not think that it is, but asking just to be sure.<br style="" class=""><br style="" class="">If so, what tools do I use to do the packaging? Do I use py2app for the Mac?</div><div id="yui_3_16_0_1_1433201165800_2526" dir="ltr"><br></div><div dir="ltr">Thanks,</div><div id="yui_3_16_0_1_1433201165800_2561" dir="ltr"><br></div><div dir="ltr">Bret<br></div><div style="" class="" id="yui_3_16_0_1_1433201165800_2451"><br style="" class=""></div></div></body></html>