Automation Windows Application with win32com 是 Roy H.Han 在2008年的Python Conference的讲演PPT。 现在的资源只有两个要钱的在线的pdf网站可以查阅。 为了方便阅读,我一个字一个字的给扒了下来。 PDF 自带目录 (我自己设的,不满意可以自己修改) 写的不容易,就收2分吧。 ------------ 看过才知道 ------------ Automation Windows Application with win3
本文实例讲述了Python使用win32com实现的模拟浏览器功能。分享给大家供大家参考,具体如下:
# -*- coding:UTF-8 -*-
#!/user/bin/env python
'''
Created on 2010-9-1
author: chenzehe
'''
import win32com.client
from time import sleep\nloginurl='http://passport.cnblogs.com/login.aspx'\nloginoutu
本文实例讲述了python使用win32com库播放mp3文件的方法。分享给大家供大家参考。具体实现方法如下:
# Python supports COM, if you have the Win32 extensions
# check your Python folder eg. D:\Python23\Lib\site-packages\win32com
# also http://starship.python.net/crew/mhammond/win32/Downloads.htm
准备写一个操作Excel脚本却在导入包的时候出现了一个小问题
导入包
from Tkinter import Tk
from time import sleep, ctime
from tkMessageBox import showwarning
from urllib import urlopen
import win32com.client as win32
报错提示
Traceback (most recent call last):
File estock.pyw, line 7