Re: Parsing text

2009-05-07 Thread Suraj Barkale
iainemsley googlemail.com> writes: > > Hi, > I'm trying to write a fairly basic text parser to split up scenes and > acts in plays to put them into XML. I've managed to get the text split > into the blocks of scenes and acts and returned correctly but I'm > trying to refine this and get the rele

Re: Web framework for embedded system

2009-04-28 Thread Suraj Barkale
Thomas Heller python.net> writes: > > I'm looking for a lightweight web-framework for an embedded system. > The system is running a realtime linux-variant on a 200 MHz ARM > processor, Python reports a performance of around 500 pystones. You can start with webpy (http://webpy.org/) and build up

Re: ANN: PyGUI 2.0.5

2009-04-26 Thread Suraj Barkale
Greg Ewing canterbury.ac.nz> writes: > > PyGUI 2.0.5 is available: > >http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ > > More bug fixes for various platforms. Tested on "Vista Home Premium 64bit" with Python 2.6.2 all tests pass except: 16-model_dialog.py - If the model dialog "Sp

Re: ANN: PyGUI 2.0.4

2009-04-22 Thread Suraj Barkale
Greg Ewing canterbury.ac.nz> writes: > > PyGUI 2.0.4 is available: > >http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ > > Fixes a few more bugs and hopefully improves things > on Windows, although I can't be sure it will fix all > the Windows problems people are having, because I >

Re: ANN: PyGUI 2.0.1

2009-04-15 Thread Suraj Barkale
Greg Ewing canterbury.ac.nz> writes: > > PyGUI 2.0.1 is available: > Thank you very much for this GUI toolkit. I always wanted something like this on windows. I installed this and tried out the tests on Python 2.6.1 and Windows XP SP3. Following are my observations. I will try to send some patch

Re: Modifying the value of a float-like object

2009-04-15 Thread Suraj Barkale
spectro.jussieu.fr> writes: > > Hello, > > Is there a way to easily build an object that behaves exactly like a > float, but whose value can be changed? The goal is to maintain a list > [x, y,…] of these float-like objects, and to modify their value on the > fly (with something like x.value =

Re: email from windows

2009-03-30 Thread Suraj Barkale
prakash jp gmail.com> writes: > Hi all, >   > In windows environment, how to send email from one gmail address to another gmail (or another mail) addrress >   >   Gmail requires SSL smtp support which is missing in Python stdlib. However, you can look at this example (http://www.example-code.com/p

Re: dbus-python for windows

2008-01-15 Thread Suraj Barkale
est gmail.com> writes: > I am trying to port Scribes to Windows, Hi there like minded fellow > sourceforge.net/projects/windbus/≥ but it not for Python, so how could > I install dbus module for Windows Python 2.5 ? I have also started to dabble in windbus-python for the sake of Scribes. I have