One for all,all for one.
2012年8月30日 星期四
ImportError: No module named pynotify
›
# apt-get install python-notify or # pip install py-notify # apt-get install python-notify2 or # pip install notify2 References ...
2012年8月29日 星期三
Control Userpasswords2
›
Control Userpasswords2 rundll32 netplwiz.dll,UsersRunDll Reference : Alternative for control userpasswords2
2012年8月28日 星期二
HTML URL Encoding char
›
Reference : HTML URL Encoding Reference
2012年8月23日 星期四
python wxwidget get screen resolution
›
import wx app = wx.App(0) x = wx.GetDisplaySize()[0] y = wx.GetDisplaySize()[1] Reference : wxPython-users - Screen resolution
python non-blocking system call
›
import thread thread . start_new_thread ( os . system ,( 'cmd' ,)) Reference : In python, how can I do a non-blocking sys...
2012年8月22日 星期三
ImportError: No module named pefile
›
Reference : pefile - pefile is a Python module to read and work with PE (Portable Executable) files - Google Project Hosting
ImportError: No module named altgraph
›
Reference : altgraph 0.9 : Python Package Index
‹
›
首頁
查看網路版