2005年09月29日 星期四 09:49
我的XP上没有这个,什么原因(更新的手了,呵呵) >>> import win32api Traceback (most recent call last): File "", line 1, in ? ImportError: No module named win32api -----原始邮件----- 发件人: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn]代表 张骏 发送时间: 2005年9月28日 14:49 收件人: python-chinese at lists.python.cn 主题: Re[2]: [python-chinese] 我的土制闹钟 pyw后缀就可以去掉console窗口 ----------------------- Original Message ----------------------- From: huanghao at ufgov.com.cn To: python-chinese at lists.python.cn Date: Wed, 28 Sep 2005 13:58:56 +0800 Subject: Re: [python-chinese] 我的土制闹钟 ---------------------------------------------------------------- > Windows中可以用定时任务,UNIX中可以用 crontab, 完成类似的事情,只不过 > 配置起来都有点复杂。 > > 以前曾经找过类似的东西,有不少,一个叫“护眼神”的据说还不错,某某公司 > 还推荐员工使用。装了一下,像是VB做的,运行一会儿就出错,就不用了。 > > 程序做久了,还是比较喜欢命令行的东西,简单、稳定。不知你有没有办法去掉 > python 的控制台窗口,这样就更好了。 > > python-chinese-bounces at lists.python.cn 写于 2005-09-27 23:48:17: > > > 为了避免连续长时间看电脑,能让可怜的眼睛休息一下,我凑合出这个 > > python程序(完全新手啊,汗,大伙给改改。而且还缺少unix上的播放命令)。 > > > > 每次一开机,我就让它一直运行,每过60分钟,它就随机选一首曲子播放,提 > > 醒歇会,看个三级写真照片什么的。 > --------------------- Original Message Ends -------------------- _______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese ******************************************************************************************************************************** The information in this email is confidential and may be legally privileged. If you have received this email in error or are not the intended recipient, please immediately notify the sender and delete this message from your computer. Any use, distribution, or copying of this email other than by the intended recipient is strictly prohibited. All messages sent to and from us may be monitored to ensure compliance with internal policies and to protect our business. Emails are not secure and cannot be guaranteed to be error free as they can be intercepted, amended, lost or destroyed, or contain viruses. Anyone who communicates with us by email is taken to accept these risks. 收发邮件者请注意: 本邮件含保密信息,若误收本邮件,请务必通知发送人并直接删去,不得使用、传播或复制本邮件。 进出邮件均受到本公司合规监控。邮件可能发生被截留、被修改、丢失、被破坏或包含计算机病毒等不安全情况。 ********************************************************************************************************************************
2005年09月29日 星期四 10:04
在 05-9-29,陈亚殊<chenyashu at paic.com.cn> 写道: > 我的XP上没有这个,什么原因(更新的手了,呵呵) > >>> import win32api > Traceback (most recent call last): > File "", line 1, in ? > ImportError: No module named win32api win32api需要安装pythonwin才会有。
2005年09月29日 星期四 10:22
在05-9-29,陈亚殊 <chenyashu at paic.com.cn> 写道: > > 我的XP上没有这个,什么原因(更新的手了,呵呵) > >>> import win32api > Traceback (most recent call last): > File "", line 1, in ? > ImportError: No module named win32api > 下载 ActiveState ActivePython x.x(最新的是2.4.1)安装就可以了 http://www.activestate.com/Products/ActivePython/ 大家都是新手 :) -- Best regards Qi Cheng (程 启) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20050929/a2d9b3ca/attachment.html
Zeuux © 2025
京ICP备05028076号