First  |  Prev |  Next  |  Last
Pages: 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155
Globally override built-in print function?
I naively thought I could capture output from exec()'ed print invocations by (somehow) overriding 'print' globally. But this seems not to be possible. Or at least not easy: c:\d>test.py Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] win32 Type "help", "copyright", "credits" or "l... 16 Apr 2010 13:57
python wia and RegisterEvent
Hi, I'd like to register an event in order to be informed, whenever a Windows WIA device is connected or disconnected. In python I can use WIA devices, but I don't know how to register events I have existing C# code, which works and looks like. class MgrHandlerClass { public void devManag... 20 Apr 2010 20:46
feature request for a wget -r like implementation in python3
So I can make a recursive http download script My goal is a one click instruction to install and launch my project http://code.google.com/p/appwsgi/ ... 18 Apr 2010 23:01
sqldict - You have a dict with unlimited capacity, what do you do? (it can store arbitrary objects too)
sqldict - dict with sqlalchemy database-agnostic back-end You can now create a dict out of arbitrary key/value columns of any existing database table, in addition to ordinary dedicated strict or auto-pickling sqldicts. Basic use: $ easy_install sqldict $ easy_install sqlalchemy from sqldict impor... 15 Apr 2010 09:09
Hi,Everyone: what's the most popular xml parser module on python?
Shashwat Anand, 15.04.2010 11:55: BeautifulSoup The OP asked for an XML parser. Stefan ... 15 Apr 2010 06:55
Hi, Everyone: what's the most popular xml parser module on python?
Jo Chan, 14.04.2010 15:28: Hi, everyone~~~ I am new. What is the most popular xml parser module used on python? Thanks for answering... Why do you want to know? Just out of curiosity, or are you looking for a tool that you can use to get a specific job done? If it's the latter, you may want to tell us ... 15 Apr 2010 04:49
Download & Read your favorite ebooks with eReader JE200
We are pleased to announce that we have successfully launched new Color eReader JE200 supporting different eBook formats. Download and read your favorite ebooks, magazines, comics with WiFi enabled eReader JE200 and enjoy. For more information & best pricing please contact us +86 755 84715143 (EXT.2011) directly or... 15 Apr 2010 01:33
Windows installer of Python
Hi, can anyone tell me where to find information which files are installed by the Python installer on Windows? I am looking for some special files but dont know how to catch them. Thanks!! moerchendiser2k3 ... 15 Apr 2010 18:05
win32wnet.WNetAddConnection2 to specific network interface?
Hi! I have a small app that uses pywin32 to log on to a remote host and send some files around. It works well, but I've found a machine that the app won't work on. The machine is dual-homed, with one interface able to see the server machine, but the other can not. I don't have the exact error because I can'... 15 Apr 2010 01:33
Relocatable python install
Hi, I would like to create a binary package of python that we will ship with our product. I need to be able to install the package anywhere in the file system. The interpreter seems to be ok with that, but a few other tools that are installed in the PREFIX/bin directory (pydoc, py2to3, python- config,...) con... 14 Apr 2010 18:55
First  |  Prev |  Next  |  Last
Pages: 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155