help for documentation and license

2009-05-05 Thread Murali kumar
hi all.. I finished my application using python 2.6 and wxpython 2.8.9 >> I want to generate documentation for my application.. please suggest me and provide links to generate documents in easy way.. >> I want to host my product as open source.. I'dont know about licensing.. help me

problem in with keyword

2009-05-01 Thread Murali kumar
hi all.. my application runs fine in windows xp using python 2.6 and wxpython 2.8.9 but in ubuntu 8.10 following error appears.. using python 2.5.2 and wxpython 2.8.9 /home/murali/Desktop/mathdemo-configfinal/manageprofile.py:63: Warning: 'with' will become a reserved keyword in Python 2.6 Trac

Re: communication between objects - help

2009-04-11 Thread Murali kumar
Thanks a lot for help.. On Sat, Apr 11, 2009 at 6:27 PM, Dave Angel wrote: > > > Murali kumar wrote: > >> thanks a lot.. >> >> I think passing the main object only by reference.. so, this does not >> causes >> any overhead.. >> >> am i cor

communication between objects - help

2009-04-11 Thread Murali kumar
thanks a lot.. I think passing the main object only by reference.. so, this does not causes any overhead.. am i correct..? On Fri, Apr 10, 2009 at 4:02 PM, Dave Angel wrote: > > > Murali kumar wrote: > >> hi all.. >> I'm posted in a word doc becoz to add

communication between objects - help

2009-04-10 Thread Murali kumar
hi all.. I'm posted in a word doc becoz to add a image to explain my problem.. also I think gmail automatically scans for attachments.. anyway.. here's my problem...( see the image) http://www.2shared.com/file/5299759/45e4c614/load.html Using : Python 2.6 , wxPython 2.8.9 *Scenario: *In my app

Re: config parser -help - anybody please immediately help for me...

2009-04-03 Thread Murali kumar
On Fri, Apr 3, 2009 at 3:59 PM, Murali kumar wrote: > Is there anyway to read all my configuration filenames with extension > (.cfg)? > > Advanced thanks.. > > > On Fri, Apr 3, 2009 at 3:15 PM, Murali kumar wrote: > >> hi all, >> >> i want to all my con

Re: config parser -help

2009-04-03 Thread Murali kumar
Is there anyway to read all my configuration filenames with extension (.cfg)? Advanced thanks.. On Fri, Apr 3, 2009 at 3:15 PM, Murali kumar wrote: > hi all, > > i want to all my configuration file names in current/user/home directory.. > > for that i came across follow

config parser -help

2009-04-03 Thread Murali kumar
hi all, i want to all my configuration file names in current/user/home directory.. for that i came across following function in configparser class.. Is it must to specify file names? or only directories enough.. if there anyway to read conf filenames in current/user directory... config.read(['si

python installer

2009-04-02 Thread Murali kumar
hi all.. To distribute my application.. what will be the best..? python installer.. or py2exe..? using : python 2.6 , wxpython 2.8.9 -- http://mail.python.org/mailman/listinfo/python-list

Re: speech recognition help

2009-04-02 Thread Murali kumar
hi all.. I tried following tools by ur advice.. 1. cmu sphinx: tried and managed run the demo programs.. but the accuracy is so bad. for that i tried for how to train the grammer. but for that i had no guidance.. docs give me the headache.. after 2 weeks.. i concluded that it will

Re: speech recognition help

2009-03-21 Thread Murali kumar
thanks for the reply.. now working on cmu sphinx project.. do u know which one 1. cmu sphinx 2. natural speaking 3. windows sapi is best ( in accuray and speed ) for predefined vocabulary.. and worth for learning as well.? -- http://mail.python.org/mailman/listinfo/python-list

speech recognition help

2009-03-20 Thread Murali kumar
hi all.. I want* to add speech recognition *to my application for *disabled persons*. (running in python 2.6 with wxpython 2.8.9..) *problem:* actually i have some buttons scanned one by one.. button name is 'add' and if i tell 'add' then add button click event must be performed.. For that i nee