Search Discussions
-
OK, I was writing code using WIN32ALL to do automation scripts for common things we do in IE a lot at work, since grunt-n-point gets very boring after a while. I snarfed the code from ...
Gcash
Aug 7, 2003 at 1:21 am
Aug 7, 2003 at 1:21 am -
I'm at a point in developing a user interface where I need to provide functionality for picking a date and for picking start and stop times for events. I've only done a brief google and found nothing ...
Scott Holmes
Aug 6, 2003 at 10:09 pm
Aug 6, 2003 at 10:09 pm -
Hi all, I was searched on the web for code to handle {} as in *.{foo,bar} (fnmatch does not handle this case) and surprisingly didn't find any. So I wrote some. Here it is: Stephen #! /usr/bin/env ...
Stephen Kennedy
Aug 6, 2003 at 7:12 pm
Aug 6, 2003 at 7:12 pm -
Hi, After a lot of agony ;-) I'm converting some old and important code to use PIL instead of gd. All is well, but I couldn't figure out how to create either dahsed lines, or a fill with pattern. ...
Benny Shomer
Aug 6, 2003 at 5:53 pm
Aug 6, 2003 at 5:53 pm -
Contents of Python-list digest..."
Blue_Eyes8
Aug 6, 2003 at 4:57 pm
Aug 6, 2003 at 4:57 pm -
Hi, Some questions about PyXML and 4Suite I hope someone can answer: 1) What is the relationship between PyXML and what 4Suite is offering (Ft.* modules)? 2) Which package is recommended? It seems ...
John Marshall
Aug 6, 2003 at 4:27 pm
Aug 6, 2003 at 4:27 pm -
lo Cooler than I could imagine...
Dave
Aug 6, 2003 at 12:36 pm
Aug 6, 2003 at 12:36 pm -
This works: vars: - name: AQ over: NF - name: A over: B but this doesn't: vars: - [ name: AQ, over: NF ] - [ name: A, over: B ] I have tried various combinations, including using curly brackets, ...
Mark Carter
Aug 6, 2003 at 11:09 am
Aug 6, 2003 at 11:09 am -
Python Gurus, Is it possible to write python WMI event consumer using event handler rather than polling WMI? I got the equivalent C# code snippet from ...
Dips
Aug 5, 2003 at 9:07 am
Aug 5, 2003 at 9:07 am -
As many of you are already aware, Barry Warsaw recently created a new project on SourceForge to house the python-mode.el code which makes Emacs and XEmacs so delightful to edit Python code. I just ...
Skip Montanaro
Aug 5, 2003 at 3:49 am
Aug 5, 2003 at 3:49 am -
I am a just a dabbler in programming, but I'd like to make some simple cross-platform tools for generating webpages, as well as for text munging. One thing I need is a Mac OS 9/Windows GUI solution. ...
Charles Starrett
Aug 5, 2003 at 3:24 am
Aug 5, 2003 at 3:24 am -
"Tim Peters" <tim.one at comcast.net wrote in message news:<mailman.1059951487.27773.python-list at python.org ... Tim, can this excellent advice be made to appear on the python.org website, in close ...
John Machin
Aug 4, 2003 at 10:33 pm
Aug 4, 2003 at 10:33 pm -
Just today I have experimented with the new doctest - unittest feature of Python 2.3. It works quite well, but I find the output way too much noisy. For instance #doctester.py def example(): """ 1 ...
Michele Simionato
Aug 4, 2003 at 9:34 pm
Aug 4, 2003 at 9:34 pm -
[Posted to comp.lang.python/python-list, comp.lang.python.announce, zope-announce, pycon-announce, and python-dev.] [Please repost to local Python mailing lists.] Planning for PyCon DC 2004, the ...
PyCon Committee
Aug 4, 2003 at 8:35 pm
Aug 4, 2003 at 8:35 pm -
I wrote a utility function in python to run the handle.exe command from www.sysinternals.com to get the list of processes holding on to a particular file so I can kill them off before removing that ...
Justin Johnson
Aug 4, 2003 at 2:29 pm
Aug 4, 2003 at 2:29 pm -
Soprano is a GUI app that scans a selected range of ip addresses and try to get info about the hosts such as users, localgroups, shares, operating system. This program only runs under windows ...
Frank
Aug 4, 2003 at 9:43 am
Aug 4, 2003 at 9:43 am -
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/213898
Michele Simionato
Aug 3, 2003 at 3:08 pm
Aug 3, 2003 at 3:08 pm -
I am pleased to announce the 1.0a8 release of e4Graph, the seventh Alpha release. WHAT IS IT: e4Graph is a C++ library that allows programs to store graph-like data persistently and to access and ...
Jacob Levy
Aug 3, 2003 at 5:45 am
Aug 3, 2003 at 5:45 am -
Anxious to begin using 2.3 and dependent on Numeric and VPython, I did VC6 compilation of these modules for Windows. Disutils created self-installing executables are available for anyone who might ...
Arthur
Aug 2, 2003 at 12:11 am
Aug 2, 2003 at 12:11 am -
Pytunnel has been updated. It now has the ability to act as a standalone tunnelling server. It is typically useful for tunneling things like ssl through a proxy. The library is still being worked on ...
John
Aug 1, 2003 at 11:56 pm
Aug 1, 2003 at 11:56 pm -
Hi there. Having done some Googling, it appears "win32ras" may be exactly what I'm looking for - but only if it can create connectoids/phone book entries on all desktop Win32 versions (Win9x - ...
Glenn
Aug 1, 2003 at 9:51 pm
Aug 1, 2003 at 9:51 pm -
A long shot, but you might try prefixing the table name with the owner name. If the table was created by the 'sa' admin user the owner is likely 'dbo'. This can be especially important if the table ...
Maxx
Aug 1, 2003 at 5:31 pm
Aug 1, 2003 at 5:31 pm -
Webware 0.8.1 has been released. It includes an important security fix. All users are encouraged to upgrade. Webware provides a suite of Python components for developing Web applications. It includes ...
Geoffrey Talvola
Aug 1, 2003 at 4:06 pm
Aug 1, 2003 at 4:06 pm -
My python 2.2 program runs from a browser. I want to set breakpoints that are activated when the program runs. In the current case I am running on W2K with IE v6.0. Any idea how to do this? Regards
Andrew Chalk
Aug 1, 2003 at 4:01 pm
Aug 1, 2003 at 4:01 pm -
In January someone had this problem on Windows, but I saw it on a RedHat 7.1 system today. []$ python life.py Traceback (most recent call last): File "life.py", line 21, in ? import curses File ...
Duane Voth
Aug 1, 2003 at 3:45 pm
Aug 1, 2003 at 3:45 pm -
The documentation for the latest version of an OLAP server (MIS ALEA from www.misag.com) states that "PushRule function libraries can be developed with any development environment supporting the ...
Ajith Prasad
Aug 1, 2003 at 2:51 pm
Aug 1, 2003 at 2:51 pm -
Hi, All I am using python (activestate 2.2.2-224) on XP home and have suddenly got the following error from a file which worked fine under millenium. File "E:\code\Python\PyModbus\FEModbusV101.py", ...
Jim
Aug 1, 2003 at 11:39 am
Aug 1, 2003 at 11:39 am -
Since you have the core dump, can you give us a stack trace? Is it possible to make a small version of the code which reproduces the error? Can you trace which function is causing the core dump, eg, ...
Andrew Dalke
Aug 1, 2003 at 4:20 am
Aug 1, 2003 at 4:20 am -
Earliear this week I asked for information regarding downloading Trudio's plugins for the Eclipse IDE. Several people emailed me with help including one kind soul who actually emailed the plugina ...
James roush
Aug 1, 2003 at 2:31 am
Aug 1, 2003 at 2:31 am
Group Overview
group | python-list |
categories | python |
discussions | 1,029 |
posts | 5,594 |
users | 1,203 |
website | python.org |
1,203 user for August 2003
Archives
- September 2015 (591)
- August 2015 (1,058)
- July 2015 (1,440)
- June 2015 (1,704)
- May 2015 (1,841)
- April 2015 (1,231)
- March 2015 (1,717)
- February 2015 (1,612)
- January 2015 (889)
- December 2014 (1,283)
- November 2014 (1,600)
- October 2014 (1,447)
- September 2014 (1,031)
- August 2014 (1,867)
- July 2014 (1,618)
- June 2014 (1,357)
- May 2014 (1,431)
- April 2014 (1,285)
- March 2014 (2,093)
- February 2014 (1,999)
- January 2014 (2,089)
- December 2013 (2,060)
- November 2013 (2,507)
- October 2013 (1,932)
- September 2013 (1,634)
- August 2013 (1,532)
- July 2013 (2,062)
- June 2013 (2,795)
- May 2013 (1,935)
- April 2013 (1,980)
- March 2013 (1,953)
- February 2013 (1,789)
- January 2013 (1,924)
- December 2012 (1,569)
- November 2012 (1,579)
- October 2012 (1,961)
- September 2012 (2,311)
- August 2012 (1,808)
- July 2012 (1,577)
- June 2012 (1,199)
- May 2012 (1,197)
- April 2012 (1,416)
- March 2012 (1,373)
- February 2012 (1,442)
- January 2012 (1,446)
- December 2011 (1,895)
- November 2011 (1,291)
- October 2011 (1,188)
- September 2011 (1,587)
- August 2011 (2,069)
- July 2011 (2,140)
- June 2011 (1,908)
- May 2011 (2,475)
- April 2011 (2,098)
- March 2011 (1,761)
- February 2011 (1,746)
- January 2011 (2,123)
- December 2010 (1,671)
- November 2010 (2,355)
- October 2010 (2,518)
- September 2010 (2,187)
- August 2010 (3,098)
- July 2010 (2,579)
- June 2010 (3,238)
- May 2010 (2,458)
- April 2010 (2,356)
- March 2010 (2,759)
- February 2010 (3,486)
- January 2010 (3,294)
- December 2009 (2,899)
- November 2009 (3,396)
- October 2009 (3,346)
- September 2009 (3,087)
- August 2009 (3,903)
- July 2009 (3,761)
- June 2009 (3,321)
- May 2009 (3,370)
- April 2009 (4,272)
- March 2009 (4,228)
- February 2009 (3,965)
- January 2009 (4,732)
- December 2008 (4,335)
- November 2008 (3,799)
- October 2008 (4,123)
- September 2008 (3,816)
- August 2008 (4,056)
- July 2008 (4,238)
- June 2008 (3,737)
- May 2008 (4,976)
- April 2008 (4,708)
- March 2008 (4,122)
- February 2008 (4,132)
- January 2008 (4,145)
- December 2007 (3,686)
- November 2007 (3,419)
- October 2007 (4,234)
- September 2007 (4,332)
- August 2007 (4,189)
- July 2007 (3,771)
- June 2007 (4,142)
- May 2007 (5,018)
- April 2007 (4,912)
- March 2007 (4,365)
- February 2007 (3,951)
- January 2007 (3,864)
- December 2006 (4,449)
- November 2006 (4,229)
- October 2006 (5,506)
- September 2006 (5,244)
- August 2006 (4,829)
- July 2006 (4,720)
- June 2006 (5,054)
- May 2006 (5,302)
- April 2006 (4,845)
- March 2006 (5,729)
- February 2006 (4,839)
- January 2006 (5,249)
- December 2005 (5,011)
- November 2005 (5,677)
- October 2005 (5,387)
- September 2005 (4,458)
- August 2005 (4,428)
- July 2005 (4,472)
- June 2005 (4,562)
- May 2005 (4,269)
- April 2005 (5,019)
- March 2005 (5,070)
- February 2005 (5,159)
- January 2005 (5,194)
- December 2004 (5,211)
- November 2004 (4,048)
- October 2004 (5,191)
- September 2004 (5,534)
- August 2004 (6,168)
- July 2004 (4,217)
- June 2004 (4,202)
- May 2004 (3,890)
- April 2004 (4,285)
- March 2004 (5,077)
- February 2004 (4,213)
- January 2004 (3,988)
- December 2003 (3,818)
- November 2003 (4,940)
- October 2003 (6,297)
- September 2003 (4,299)
- August 2003 (5,654)
- July 2003 (4,912)
- June 2003 (4,933)
- May 2003 (4,938)
- April 2003 (5,017)
- March 2003 (5,031)
- February 2003 (7,701)
- January 2003 (6,229)
- December 2002 (4,102)
- November 2002 (4,346)
- October 2002 (3,307)
- September 2002 (4,206)
- August 2002 (4,919)
- July 2002 (4,826)
- June 2002 (4,215)
- May 2002 (5,295)
- April 2002 (5,967)
- March 2002 (5,323)
- February 2002 (5,245)
- January 2002 (5,617)
- December 2001 (4,443)
- November 2001 (4,565)
- October 2001 (3,669)
- September 2001 (3,719)
- August 2001 (5,208)
- July 2001 (6,528)
- June 2001 (4,905)
- May 2001 (5,492)
- April 2001 (4,713)
- March 2001 (4,478)
- February 2001 (3,871)
- January 2001 (4,187)
- December 2000 (3,099)
- November 2000 (2,336)
- October 2000 (3,820)
- September 2000 (3,933)
- August 2000 (4,253)
- July 2000 (4,199)
- June 2000 (4,089)
- May 2000 (4,269)
- April 2000 (3,217)
- March 2000 (3,719)
- February 2000 (4,000)
- January 2000 (2,682)
- December 1999 (2,283)
- November 1999 (1,896)
- October 1999 (2,048)
- September 1999 (2,001)
- August 1999 (2,151)
- July 1999 (2,351)
- June 1999 (2,386)
- May 1999 (2,201)
- April 1999 (1,706)
- March 1999 (6)
- February 1999 (1)