2007年12月11日 星期二 20:09
大家好: 我使用py2exe把脚本编译成了exe,这时我想把这些exe打包到一个安装文件中,所以我写了一个如下的脚本: from distutils.core import setup setup(name= name, version=ver, author = author, data_files = [ \ ...all exe files and dll fils are here ] ) 我怎么样才能为安装后的exe建立一个桌面快捷方式、开始菜单项还有卸载项目呢?必须要使用第三方工具吗? 在电脑前坐等大家回答,谢谢。 chu -------------- 涓嬩竴閮ㄥ垎 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20071211/e0671336/attachment.html
2007年12月11日 星期二 21:26
Ϊɶ²»ÓÃInnoSetup? On 12/11/07, chu66 <chu66在126.com> wrote: > > ´ó¼ÒºÃ£º > ÎÒʹÓÃpy2exe°Ñ½Å±¾±àÒë³ÉÁËexe£¬ÕâʱÎÒÏë°ÑÕâЩexe´ò°üµ½Ò»¸ö°²×°ÎļþÖУ¬ËùÒÔÎÒдÁËÒ»¸öÈçϵĽű¾£º > > > > from distutils.core import setup > > setup(name= name, > version=ver, > author = author, > data_files = [ \ > ...all exe files and dll fils are here > ] > ) > > ÎÒÔõôÑù²ÅÄÜΪ°²×°ºóµÄexe½¨Á¢Ò»¸ö×ÀÃæ¿ì½Ý·½Ê½¡¢¿ªÊ¼²Ëµ¥ÏÓÐжÔØÏîÄ¿ÄØ£¿±ØÐëҪʹÓõÚÈý·½¹¤¾ßÂ𣿠> > ÔÚµçÄÔÇ°×øµÈ´ó¼Ò»Ø´ð£¬Ð»Ð»¡£ > > chu > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20071211/6a7e5b97/attachment.html
Zeuux © 2024
京ICP备05028076号