Re: [Pythonmac-SIG] .exe r .dmg install

2009-09-12 Thread Sean DiZazzo
>>What i actually my query is there is a .exe file exists in some directory and i need to install that .exe file from my pthon script >>itself either by execution or an by an interactive application >>suppose i had an application with button labeled "install" and when i press the button inst

Re: [Pythonmac-SIG] .exe r .dmg install

2009-09-11 Thread Sean DiZazzo
Yes. py2exe (http://www.py2exe.org/) and py2app ( http://svn.pythonmac.org/py2app/py2app/trunk/doc/index.html) These will take a Python program and create an executable file that doesn't rely on any installation of Python or the required libraries. (If the package is created correctly) Is that w

[Pythonmac-SIG] .exe r .dmg install

2009-09-11 Thread sudhakar s
Hi, Can we install a .exe or .dmg file from python program itself... -- With Regards, S Sudhakar. ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig