Re: [BangPypers] Spell Checker Python

2011-07-01 Thread Shashidhar P
l 1, 2011 at 12:14 AM, Shashidhar P >wrote: > > > Hello Jaganadh > > > >I already used pyenchant and implemented for German, > French, > > Italy, Czech, English languages. > >But I am also facing problem with special characters in >

Re: [BangPypers] Spell Checker Python

2011-06-30 Thread Shashidhar P
Hello Jaganadh I already used pyenchant and implemented for German, French, Italy, Czech, English languages. But I am also facing problem with special characters in the German language i.e UMLAUTS. Its not giving me proper result for the German special characters. I

Re: [BangPypers] bof

2011-06-28 Thread Shashidhar P
Which Koshys ? Richmond town or where? and what is bof? On Tue, Jun 28, 2011 at 12:48 PM, Sreekanth S Rameshaiah wrote: > Dear Kenneth, > On 28 June 2011 12:32, Kenneth Gonsalves wrote: > > > hi, > > > > there will be a bof this evening at Koshys, 7 pm onwards. > > > Will join. > - sree > > > >

Re: [BangPypers] python SVN delete functionality

2011-06-22 Thread Shashidhar P
Hello Brijith >>> I will explain the situation completely >>> I have 3 files : F1 , F2, F3 >>> I make version V1 which has all 3 files in it. >>> Now user deletes file F3 manually i.e normal right click and delete not "svn delete" from working copy and add file F4 to it

Re: [BangPypers] python SVN delete functionality

2011-06-22 Thread Shashidhar P
should I check for deleted files. On Wed, Jun 22, 2011 at 5:30 PM, Kenneth Gonsalves wrote: > On Wed, 2011-06-22 at 17:19 +0530, Shashidhar P wrote: > > >>> If end user deletes some files from working copy MANUALLY > > not > > using SVN delete, I nee

[BangPypers] python SVN delete functionality

2011-06-22 Thread Shashidhar P
Dear Python developers I want to achieve svn delete functionality using python v2.3.5 >>> I have repository and working copy >>> I do checkin and checkout >>> If end user deletes some files from working copy MANUALLY not using SVN delete, I need to comapare working copy

[BangPypers] Regarding Python Doc

2011-02-18 Thread Shashidhar P
Hello I want to do python documentation, I am using Pydoc but I am unable to write python documentation for python file. I have included docstrings for each classes and functions which I have written. but when I run this command @ pydoc myfilename.py it shows no documentation for 'myfilename,py' ca

Re: [BangPypers] Access xml file form python script

2010-11-02 Thread Shashidhar P
Hi Avinash, There is simple python library for parsing the XML file, accessing data, adding, editing. It is LXML. You can refer its documentation at: http://codespeak.net/lxml/. On Tue, Nov 2, 2010 at 11:26 AM, Dhananjay Nene wrote: > On Sun, Oct 31, 2010 at 5:12 PM, Avinash TM wrote: > > > Hi A