[ANN] PySWITCH 0.2

2015-06-25 Thread Godson Gera
wnload Page: http://pyswitch.sourceforge.net/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
On Sat, Sep 1, 2012 at 7:17 PM, Ashwini Oruganti wrote: > On behalf of Twisted Matrix Laboratories, I am honored to announce the > release of Twisted 12.2. > > Congrats, Ashwini. adoptStreamConnection is much needed feature, happy to see that added to this release. -- Thanks &

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-22 Thread Godson Gera
pulations. I can save myself with os.path.walk and os.listdir > but the users I try 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
; Beno > > -- > http://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-27 Thread Godson Gera
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 wrote: > On Dec 13, 2010, at 12:30 PM, Godson Gera wrote: > > > > > > > On Mon, Dec 13, 2010 at 10:46 PM, Brian Blais wrote: > >> Hello, > >> > >> I was wondering if there is any standard or sugges

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

2010-12-13 Thread Godson Gera
fice-Parameters/Mobility-Config-Parameters/Subscriber-Query-by-IMSI-MSISDN-or-IMEI" > + "\n") > print "6" > tn.write("\n") > tn.write("\n") > tn.write("vlrsubquery msisdn=***" + "\n") > tn.write("\n") > tn.wri

Re: packaging and installing

2010-12-13 Thread Godson Gera
ve to write a bat file. Python's distutils package allows you 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: default argument in method

2010-12-13 Thread Godson Gera
f.foo class C(object): foo=5 def __init__(self): print 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

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 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 & R

Re: Python distribution recommendation?

2010-12-11 Thread Godson Gera
On Sat, Dec 11, 2010 at 6:13 PM, Octavian Rasnita wrote: > > > 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 install those pac

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, 2

Re: SIP Libraries?

2010-10-28 Thread Godson Gera
ython 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 wrote: > Can anyone point me towards some libraries having to do with SIP > communication? To be honest I'

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 India<http://blog.godson.in/2010/09/how-to-make-python-xmlrpclib-client.html> On W

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 India<http://blog.godson.in/2010/09/how-to-make-python-xm

Re: Tkinter library reference

2010-05-29 Thread Godson Gera
rary 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/python-list

Re: [wxPython-users] wxPython 2.8.11.0 release

2010-05-25 Thread Godson Gera
AGW, 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
lementation > 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
> '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
? > > > > Yes, more 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/

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

2008-11-12 Thread Godson Gera
> > > > if any one have sample code and documents Plz share to me. > > Your inputs will really helpful and thanks 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
o connect to webserver. If you have simple needs look for 'urllib' 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
u might not be using 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
your case seems be that, the while loop is getting executed before GUI is drawn on screen, it will never 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