Hi Shashidhar, On Thu, Apr 24, 2014 at 9:53 AM, Shashidhar Paragonda <shashidha...@gmail.com> wrote: > Hello Python hackers, > >>>> I have written a manual test case parser for HP Quality center. >>>> I used BeautifulSoup, xlwt, xlrd, win32com libraries. >>>> Now the script performs according to the requirement, >>>> The final requirement is, I need to wrapup my script and supporting > libraries as one executable file. >>>> The executable file will be stored in server and if user log in to > Quality center from client location ( irrespective of location ), the > executable should work as it is. >>>> How can I do this task, any suggestions. >>>> Thank you :)
I've had a good experience with PyInstaller, at least on Windows. See http://www.pyinstaller.org. Py2Exe is also pretty widely used. See http://www.py2exe.org. As long as you aren't doing crazy metaprogramming, these tools will automatically find all your dependencies and package them up into a single executable for you. -- Ankur Sethi http://ankursethi.in _______________________________________________ BangPypers mailing list BangPypers@python.org https://mail.python.org/mailman/listinfo/bangpypers