[ANN] PySWITCH 0.2

2015-06-25 Thread Godson Gera
/pages/download.html -- Godson Gera Python Consultant http://godson.in -- https://mail.python.org/mailman/listinfo/python-list

Re: Twisted 12.2.0 released

2012-09-03 Thread Godson Gera
. -- Thanks Regards, Godson Gera http://godson.in -- http://mail.python.org/mailman/listinfo/python-list

Re: How do you get the value you entered using the Entry widget in Tkinter?

2011-07-13 Thread Godson Gera
printData(): print e.get() b = Button(r,text='getdata',command=printData) b.pack() r.mainloop() -- Thanks Regards, Godson Gera Python Consultant India http://godson.in/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Tkinter FileDialog

2011-05-23 Thread Godson Gera
to serve cannot. Regards, Alex van der Spek -- http://mail.python.org/mailman/listinfo/python-list -- Thanks Regards, Godson Gera FreeSWITCH Python Consultant India http://godson.in/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Communicating from Flash to Python

2011-03-03 Thread Godson Gera
://mail.python.org/mailman/listinfo/python-list -- Thanks Regards, Godson Gera VoIP Consultant India http://godson.in/ -- http://mail.python.org/mailman/listinfo/python-list

ANN : PySWITCH Release – 0.1alpha

2010-12-28 Thread Godson Gera
are ironed out. It has a nice event call back interface. I’ll present its usage in couple of tutorials soon. -- Thanks Regards, Godson Gera http://godson.in -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org

ANN : PySWITCH Release – 0.1alpha

2010-12-27 Thread Godson Gera
are ironed out. It has a nice event call back interface. I’ll present its usage in couple of tutorials soon. -- Thanks Regards, Godson Gera http://godson.in -- http://mail.python.org/mailman/listinfo/python-list

Re: packaging and installing

2010-12-14 Thread Godson Gera
On Tue, Dec 14, 2010 at 6:59 PM, Brian Blais bbl...@bryant.edu wrote: On Dec 13, 2010, at 12:30 PM, Godson Gera wrote: On Mon, Dec 13, 2010 at 10:46 PM, Brian Blais bbl...@bryant.edu wrote: Hello, I was wondering if there is any standard or suggested way of installing packages

Re: default argument in method

2010-12-13 Thread Godson Gera
self.foo def m(self,val=foo): return val class attributes can be accessed with out self before them in method signatures. However, becareful if you change the value of foo inside any method, the method signature will still hold on to old value. -- Thanks Regards, Godson Gera Python

Re: packaging and installing

2010-12-13 Thread Godson Gera
to build exe file which creates generic windows wizard window for installing packages. Take a look at distutils package http://docs.python.org/distutils/builtdist.html -- Thanks Regards, Godson Gera Asterisk consultant India http://godson.in -- http://mail.python.org/mailman/listinfo/python-list

Re: Is there any way to SSH from Python ?!

2010-12-13 Thread Godson Gera
read_very_eager() which won't block. Twisted has complete support for SSH check it out http://twistedmatrix.com -- Thanks Regards, Godson Gera Asterisk Consultant India http://godson.in -- http://mail.python.org/mailman/listinfo/python-list

Re: Python distribution recommendation?

2010-12-11 Thread Godson Gera
On Sat, Dec 11, 2010 at 6:13 PM, Octavian Rasnita orasn...@gmail.comwrote: I am especially interested in creating MS Windows apps with Python. If you want to access win32api and do some COM programming then ActiveState comes bundled with pywin32. Where in vanilla python distro you have to

Re: Making os.unlink() act like rm -f

2010-12-11 Thread Godson Gera
On Sat, Dec 11, 2010 at 10:34 PM, Roy Smith r...@panix.com wrote: os.unlink(file, ignore=True) -- http://mail.python.org/mailman/listinfo/python-list Take a look at shutil.rmtree http://docs.python.org/library/shutil.html?highlight=shutil#shutil.rmtree -- Thanks Regards, Godson Gera

Re: win32com pythonwin extensions part of stdlib?

2010-12-07 Thread Godson Gera
Not sure what you are trying to do but you can get a standalone binaries from http://sourceforge.net/projects/pywin32/ which gets installed without any issues. If for some reason you are still having issues, you can try ActiveState Python which come bundled with pywin32 packages. On Tue, Dec 7,

Re: is elementTree really a part of python 2.6?

2010-10-28 Thread Godson Gera
do the following import xml.etree that imports the elementtree library in 2.5 it self so you sure can do that in 2.6 http://docs.python.org/library/xml.etree.elementtree.html -- Thanks Regards, Godson Gera Python Consultant Indiahttp://blog.godson.in/2010/09/how-to-make-python-xmlrpclib

Re: Python use with Mightex Buffer USB camera

2010-10-28 Thread Godson Gera
In case if you are on windows, have you tried python videocapture module ? It binds with DirectX API i think. http://videocapture.sourceforge.net/ -- Thanks Regards, Godson Gera Python Consultant Indiahttp://blog.godson.in/2010/09/how-to-make-python-xmlrpclib-client.html On Wed, Oct 27

Re: SIP Libraries?

2010-10-28 Thread Godson Gera
bindings does SIP -- Thanks Regards, Godson Gera Asterisk Python FreeSWITCH Consultant India http://godson.in/ On Wed, Oct 27, 2010 at 9:13 PM, Matty Sarro msa...@gmail.com wrote: Can anyone point me towards some libraries having to do with SIP communication? To be honest I'm working

Re: Tkinter library reference

2010-05-29 Thread Godson Gera
reference library for Tkinter available? -- Pradeep -- http://mail.python.org/mailman/listinfo/python-list -- Thanks Regards, Godson Gera IVR India http://godson.in/ivr IVR Vendor India http://lintelindia.com/index.php/Product/freedomivrs.html -- http://mail.python.org/mailman/listinfo

Re: [wxPython-users] wxPython 2.8.11.0 release

2010-05-25 Thread Godson Gera
, and lots of bugs fixed. A summary of changes is listed below and also at http://wxpython.org/recentchanges.php. Thanks for the great work ! -- Thanks Regards, Godson Gera IVR India http://godson.in -- http://mail.python.org/mailman/listinfo/python-list

Re: Python is cool!!

2010-05-09 Thread Godson Gera
an incomplete implementation of Python that runs in the browser. Since you have mentioned Skulpt, take a look at much better pyjamas http://pyjs.org/ demos are awesome. -- Thanks Regards, Godson Gera IVRS India http://godson.in -- http://mail.python.org/mailman/listinfo/python-list

Re: python module/utility equivalent to 'time' (linux) and/or 'ntimer'(Windows)

2010-03-12 Thread Godson Gera
as 'ntimer' utility in Windows. Thank you. -- http://mail.python.org/mailman/listinfo/python-list -- Thanks Regards, Godson Gera http://godson.in http://www.clickindia.com/detail.php?id=493636 -- http://mail.python.org/mailman/listinfo/python-list

ANN: StreamHarvester-0.1 Beta

2009-11-26 Thread Godson Gera
to download and try it http://code.google.com/p/streamharvester/ -- Thanks Regards, Godson Gera http://blog.godson.in -- http://mail.python.org/mailman/listinfo/python-list

Re: pythonware.com down?

2009-06-29 Thread Godson Gera
info below: http://groups.google.com/group/comp.lang.python/browse_frm/thread/2db... yeah. need the windows version. guess this is another reason to add to my why I should buy a mac list. :) -- http://mail.python.org/mailman/listinfo/python-list -- Thanks Regards, Godson Gera http

Re: How to navigate one window to another window through python scripts ?

2008-11-12 Thread Godson Gera
in advance ! *Regards**,* *Sambasivareddy.S* You can use pywinauto http://pywinauto.openqa.org/ to automate desktop applications on windows. Thanks Regards, Godson Gera http://godson.in -- http://mail.python.org/mailman/listinfo/python-list

Re: Need some advice

2008-10-21 Thread Godson Gera
' in python standard library, Use threads while using urllib with your GUI other wise the whole application will become unresponsive. Godson Gera http://godson.in -- http://mail.python.org/mailman/listinfo/python-list

ANN: starpy-1.0.0a13

2008-10-11 Thread Godson Gera
this playback ). Those are all the changes that are involved in this release if you find any bugs or hope for any new features let me know. Have fun with starpy, Godson Gera -- http://mail.python.org/mailman/listinfo/python-list

Re: Use of while(1) with app.mainLoop of wxpython

2007-11-01 Thread Godson Gera
show up till the loop exits. And if while(1) is executed after GUI is drawn on screen, it will hangup and will not get updated till the loop exits. So avoid using while loops in your GUI for polling long running tasks . -- Godson Gera, http://godson.auroinfo.com http://godson.in -- Godson Gera