Re: Parsing text

2009-05-07 Thread Suraj Barkale
iainemsley iainemsley at 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

[issue5897] No library reference tree in chm help file

2009-05-01 Thread Suraj Barkale
New submission from Suraj Barkale suraj+pyt...@barkale.com: In the windows help file installed with Python 2.6.2, many topics (e.g. Python Standard Library) are shown are leaf nodes instead of books. After checking source code, `:numbered:` clause was added to many index.rst files in revision

Re: Web framework for embedded system

2009-04-28 Thread Suraj Barkale
Thomas Heller theller at 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

Re: ANN: PyGUI 2.0.5

2009-04-26 Thread Suraj Barkale
Greg Ewing greg.ewing at 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

Re: ANN: PyGUI 2.0.4

2009-04-22 Thread Suraj Barkale
Greg Ewing greg.ewing at 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,

Re: Modifying the value of a float-like object

2009-04-15 Thread Suraj Barkale
Eric.Le.Bigot at 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

Re: ANN: PyGUI 2.0.1

2009-04-15 Thread Suraj Barkale
Greg Ewing greg.ewing at 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

Re: email from windows

2009-03-30 Thread Suraj Barkale
prakash jp prakash.stack at 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

[issue5355] Expat parser error constants are string descriptions

2009-02-23 Thread Suraj Barkale
New submission from Suraj Barkale suraj+pyt...@barkale.com: All the error constants in `xml.parsers.expat.errors` are strings. However, when expat raises an ExpatError exception, ExpatError.code attribute is a number. There seems to be no way of associating ExpatError with a corresponding error

[issue5355] Expat parser error constants are string descriptions

2009-02-23 Thread Suraj Barkale
Suraj Barkale suraj+pyt...@barkale.com added the comment: In the snippet `ElementTree.parse('')` should be replaced by `ElementTree.fromstring('')`. ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5355

[issue4453] MSI installer shows error message if Compile .py files to bytecode option is selected

2008-11-28 Thread Suraj Barkale
New submission from Suraj Barkale [EMAIL PROTECTED]: If the option to Compile .py files to bytecode after installation is selected during installation (by clicking on Advanced button on Customize dialog), installer shows the attached dialog. There seems to be no problem after installation

Re: dbus-python for windows

2008-01-15 Thread Suraj Barkale
est electronixtar at 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