Re: [BangPypers] sending sms through the web

2010-06-09 Thread Kenneth Gonsalves
On Wednesday 09 June 2010 12:28:38 Kenneth Gonsalves wrote: > > Quoting their website: > > API Support > > > > I have asked our service if they have an api support - waiting for an > answer - but in the event that they do not have one, I would like to be > ready. > I got a reply - they have

Re: [BangPypers] sending sms through the web

2010-06-09 Thread B.Nanda Kishore
I would recommend checking out Kannel Regards, Nandakishore On Wed, Jun 9, 2010 at 5:35 PM, Kenneth Gonsalves wrote: > On Wednesday 09 June 2010 17:11:32 senthil kumar v s wrote: > > in case if u r going for webservice.. > > i hve used a rest based api provided by eric

Re: [BangPypers] sending sms through the web

2010-06-09 Thread Kenneth Gonsalves
On Wednesday 09 June 2010 17:11:32 senthil kumar v s wrote: > in case if u r going for webservice.. > i hve used a rest based api provided by ericsson lab..which works perfect > across nations. but for commercial purpose ,i m not sure abt their > quota..or clause of usage.. > > for more info: >

Re: [BangPypers] sending sms through the web

2010-06-09 Thread senthil kumar v s
Folks, in case if u r going for webservice.. i hve used a rest based api provided by ericsson lab..which works perfect across nations. but for commercial purpose ,i m not sure abt their quota..or clause of usage.. for more info: https://labs.ericsson.com/apis/sms-send-and-receive/documentation

Re: [BangPypers] Enabling code completion features in eric python IDE

2010-06-09 Thread Kenneth Gonsalves
On Wednesday 09 June 2010 16:58:16 Guruprasad wrote: > On Wed, Jun 9, 2010 at 4:35 PM, vijay wrote: > > Hi , > > In Eric editor go to setting select autocompletion (in editor it > > subtab). click auto Completion check box. > > I have enabled 'autocompletion' in the Editor section of the > co

Re: [BangPypers] Enabling code completion features in eric python IDE

2010-06-09 Thread Guruprasad
Hi, On Wed, Jun 9, 2010 at 4:35 PM, vijay wrote: > Hi , >     In Eric editor go to setting select autocompletion (in editor it subtab). >     click auto Completion check box. > I have enabled 'autocompletion' in the Editor section of the configuration dialog. I have even selected the Python APIs

Re: [BangPypers] Enabling code completion features in eric python IDE

2010-06-09 Thread vijay
Hi ,     In Eric editor go to setting select autocompletion (in editor it subtab).     click auto Completion check box. with regard'svijay --- On Wed, 9/6/10, L. Guruprasad wrote: From: L. Guruprasad Subject: [BangPypers] Enabling code completion features in eric python IDE To: bangpypers@

[BangPypers] Enabling code completion features in eric python IDE

2010-06-09 Thread L. Guruprasad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I have installed eric4 python IDE (version 4.4.4a) to try it. I am unable to get any form of code autocompletion like is available with an IDE like NetBeans, Eclipse or like the IntelliSense feature found with Microsoft's Visual Studio environm

Re: [BangPypers] 2to3 conversion

2010-06-09 Thread Senthil Kumaran
On Wed, Jun 09, 2010 at 02:43:39PM +0530, Zubin Mithra wrote: > Hey everyone, > > I got this traceback while running 2to3 on a file.( > http://paste.pocoo.org/show/223468/). > > The file can be viewed here at (http://paste.pocoo.org/show/223469/). > I see, you are not running 2to3 on the file,

[BangPypers] 2to3 conversion

2010-06-09 Thread Zubin Mithra
Hey everyone, I got this traceback while running 2to3 on a file.( http://paste.pocoo.org/show/223468/). The file can be viewed here at (http://paste.pocoo.org/show/223469/). Any clue on how to resolve the problem? Thanks in advance, Zubin ___ BangPype

Re: [BangPypers] sending sms through the web

2010-06-09 Thread Kenneth Gonsalves
On Wednesday 09 June 2010 12:40:15 kausikram krishnasayee wrote: > I have asked our service if they have an api support - waiting for an > > > answer - > > but in the event that they do not have one, I would like to be ready. > > fake the login process :) > urllib2 has some features which I am

Re: [BangPypers] sending sms through the web

2010-06-09 Thread kausikram krishnasayee
> > I have asked our service if they have an api support - waiting for an > answer - > but in the event that they do not have one, I would like to be ready. fake the login process :) do a urllib call to the login page submit with the username and password. there will be a redirect issued after a

Re: [BangPypers] sending sms through the web

2010-06-09 Thread Kenneth Gonsalves
On Wednesday 09 June 2010 12:13:13 Elvis Joel D'Souza wrote: > > > Is there any api/webservice which we can call to send an sms (india > > > specific > > > and also worldwide)? > > I was a part of a team that automated delivery of my college' Test Scores > through SMS to students > We used a webse