Example for readline module usage?349 (4/6/2009 1:58:27 AM) comp.lang.python I want to use the readline module to allow the user to edit input that is typed into my Python program. [Isn't that what the readline module is for? It's certainly what the readline library is used for in C p... Grant
How to get "non-italic" Greek mu?452 (11/13/2008 3:48:00 PM) comp.text.tex This is mostly out of curiosity rather than need, but I'm trying to figure out how to get a lower-case Greek mu glyph that's upright and has heavier strokes than the one used in math mode. The math-mode mu glyp... Grant
How do you get rid of useless warnings?724 (10/7/2008 3:00:34 PM) comp.lang.python I'm getting awfully tired of constant warnings about what's going to happen at some point in the future. Warnings like this: ./surfplot.py:313: Warning: 'with' will become a reserved keyword in Python 2.6... Grant
Gateway to python-list is generating bounce messages.2127 (9/10/2008 5:51:28 PM) comp.lang.python Could whoever is responsible for the gateway that is grabbing my postings off of Usenet and e-mailing them out please fix the headers in the mail messages so that I don't get the bounce messages? While you'r... Grant
Experiences with libical Python bindings?131 (8/21/2008 10:17:59 PM) comp.lang.python I searched the c.l.p archive and didn't find any postings mentioning libical newer than 2002. Does that mean it's well documented and "just works", or that nobody is using it? -- Grant Edwards ... Grant
How do I control output buffering on Win32?437 (8/15/2008 2:47:34 PM) comp.lang.python When I ssh in to my Windows XP box and run Python apps, output from "print" and and "sys.stdout.write()" is being buffered so that none of the output shows up until the program exits. From within my program h... Grant
How to use gnu readline library in program?230 (7/1/2008 3:22:03 PM) comp.lang.python I'm trying to figure out how to use the gnu readline library so that when my program is prompting the user for input there is line editing and history support. I've read and re-read the documentation for the "... Grant
how to indent/dedent a region in emacs?326 (6/11/2008 10:28:53 PM) comp.lang.python I've recently switched from Jed to Emacs for editing python source, and I'm still stumped as to how one indents or dedents a region of code. In Jed it's 'C-c '. Google has found several answers, but none of t... Grant
Is GoAhead software still alive?965 (5/19/2008 3:15:54 PM) comp.arch.embedded We've been using the GoAhead web server for several years, and recently we've had to fix a few bugs in it (the keep-alive support broke if you used .asp pages). The SSL support is also somewhat broken, and I'm... Grant
initilize a memory zone in python627 (8/30/2009 8:33:45 PM) comp.lang.python hello, i'm new in python, i used to program in C, i have a small problem, i tryed to do some serial port things manipulation with python. i have something like: import sys,termios fd = sys.stdin.fileno() term... exallion.long(45)
Support for Windows 7 ?1325 (9/4/2009 4:39:49 PM) comp.lang.python Hello, I don't know how to report presumed "bugs" to the Python development team.. in the past, the very few bugs I found were always fixed by a more recent version. On of my students has installed Windows ... Pascale.Mourier(5)
Evil trend report929 (9/6/2009 5:43:17 AM) comp.lang.python Bing A 3 2.4% () A 1 0.8% (non_commercial) Q 50 40.0% () Q 15 12.0% (no_location) U 5 4.0% (no_website) U 33 26.4% (non_commercial) X 1 0.8%... nagle(1022)
using python interpreters per thread in C++ program2730 (9/7/2009 5:17:57 AM) comp.lang.python Hi I've a multi-threaded C++ program, in which I want to use embedded python interpreter for each thread. I am using Python 2.6.2 on Linux for this. When I tried to embed python interpreter per thread, I got ... ganeshborse(51)
Flowcharting in Python?322 (9/7/2009 4:23:35 PM) comp.lang.python Hi guys, Does anyone know of any code or projects around that are written in Python or can be used by Python to write a flowcharting application? I haven't been able to find any, but the closest thing I have co... justinsavidge(1)
How do I post to the wxPython mailing list?445 (9/7/2009 4:50:47 PM) comp.lang.python Hi Since I have been told in this group to post wxPython related topics in the wxPython-users mailing list instead of here, I just tried doing that. However, I always get an error message back when using gman... mmanns(71)
RTOS scheduler development551 (9/7/2009 9:13:44 PM) comp.arch.embedded Dear all, I am new here, and I would like to ask something about implementing fixed-priority preemptive scheduling(rate monotonic aproach) on MSP430 family. Can anyone tell me what is usual way to implement c... bogdanrosandic(5)
Looking for a pure Python chart drawing module2632 (9/15/2009 5:25:11 PM) comp.lang.python I'm looking for something that can draw simple bar and pie charts in Python. I'm trying to find a Python package, not a wrapper for some C library, as this has to run on both Windows and Linux and version clas... nagle(1022)