Gammu in python error

2011-04-02 Thread Santhosh Kumar
Hi all,
 I am new to gammu. I did the cofiguration with gammu very successfully
and if I try to send sms with command mode ( sudo echo "sms test from
santhos pc probably yo vl call me" | /usr/bin/gammu --sendsms TEXT
+919840411410 ) its working fine. So, I try to extend the code along with
python so I installed python-gammu they I tried to import with python
>>> import gammu
Traceback (most recent call last):
  File "", line 1, in 
  File "gammu.py", line 3, in 
sm=gammu.StateMachine()
AttributeError: 'module' object has no attribute 'StateMachine'

This is the error which I am getting what should I do now does it required
any patch for this error.

Thanks in Advance


-
With Regards,
Never Say No,
Santhosh V.Kumar
-- 
http://mail.python.org/mailman/listinfo/python-list


Send Sms with Nokia Phone

2011-04-11 Thread Santhosh Kumar
Hi all,
 I try to implement a sms forwarding system. My aim is to when some
hits happen in database It should send a sms so I did some research with
gammu and gammu-smsd I did all the configuration and also test sms is
working fine when I give echo "hello world" /etc/gammu text +91xx this
is working fine for me. I followed the document for my requirement with
gammu-smsd but I didn't find the python programming for doing the sms if hit
in mysql database. Kindly please help me what should I do further by giving
me some demo or documentation it is not necessary I should only go with
gammu it can be anything but should be  with opensource.

Thanks in Advance,

With Regards,
Never Say No,
Santhosh V.Kumar
+919840411410
http://santhoshvkumar.110mb.com/
-- 
http://mail.python.org/mailman/listinfo/python-list


Regular Expression Help

2008-03-16 Thread santhosh kumar
Hi all,
 I have text like ,
STRINGTABLE
BEGIN
ID_NEXT_PANE"Cambiar a la siguiente sección de laventana
\nSiguiente sección"
ID_PREV_PANE"Regresar a la sección anterior de
laventana\nSección anterior"
END
STRINGTABLE
BEGIN
ID_VIEW_TOOLBAR "Mostrar u ocultar la barra de
herramientas\nMostrar/Ocultar la barra de herramientas"
ID_VIEW_STATUS_BAR  "Mostrar u ocultar la barra de
estado\nMostrar/Ocultar la barra de estado"
END


..

and i need to parse from STRINGTABLE to END as a list object. whatkind of
regular expression should i write.

-- 
Regards,
Santhoshkumar.S
-- 
http://mail.python.org/mailman/listinfo/python-list

Speech to Text

2010-03-05 Thread Santhosh Kumar
Hi All,
 I am trying to find is there is any way to covert "speech to Text" with
Python in UBUNTU. I googled whr I found Many Text to speech. Some one please
assist me.

-- 
With Regards,
Never Say No,
Santhosh V.Kumar
+919840411410
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Language Detection Library/Code

2010-12-27 Thread Santhosh Kumar
Hi I already Developed a language detection with Python Here is the Link.



With Regards,
Santhosh V.Kumar
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Language Detection Library/Code

2010-12-27 Thread Santhosh Kumar
> Hi I already Developed a language detection with Python Here is the Link.
> http://code.google.com/p/langdet/
>
>
> 
> With Regards,
> Santhosh V.Kumar
>
>
-- 
http://mail.python.org/mailman/listinfo/python-list


Get input in Python

2011-01-23 Thread Santhosh Kumar
Hi all,
  I am trying to get input from the file* open(sys.argv[1]). *So,
while executing I will refer it as python filename.py  sample_file.txt  this
will root to my sys.argv[]. So I need to follow the same but I also need to
give input Example :  python filename.py  . How
should I do coding for this.

Thanks in Advance,
Santhosh V.Kumar
-- 
http://mail.python.org/mailman/listinfo/python-list


Itext for Python

2009-07-26 Thread Santhosh Kumar
Hi all,   One of my cousin  suggested me to do a IText
PDF converter for python. Actually I heard that there is
no separate IText converter either we have to go for jython or GCJ with
wrapper. Instead of wrapping, my plan is to create a separate module with
Python and I am thinking of doing this in as my final year project also.
Kindly give me your suggestion.

With anticipation,

SanthoshVKumar.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: any one used moviepy please come in!!! I need help, thanks!

2017-02-25 Thread Santhosh Kumar
Thanks a lot , I got this solution after installing ghostscript

Regards
sandy

On Thu, Feb 23, 2017 at 6:15 PM, Billy Earney 
wrote:

>  imagemagick (ie, convert) has a policy.xml file that stops you from
> accessing any resource that starts with '@'.
>
> type 'identify -list policy'
> the first line should tell you where your policy.xml file is located. My
> policy.xml file is lcoated at /etc/ImageMagick-6/policy.xml
>
> open that file, and goto to the end and comment out (or remove the line
> that reads)
>
> 
>
> since this is xml, you can comment out this line by appending the line
> with 
>
> Hope this helps!
>
> On Thu, Feb 23, 2017 at 1:05 AM,  wrote:
>
>> On Thursday, January 26, 2017 at 8:12:24 AM UTC+5:30, Tony Chen wrote:
>> > On Wednesday, January 25, 2017 at 8:34:01 PM UTC+13, Chris Angelico
>> wrote:
>> > > On Wed, Jan 25, 2017 at 6:22 PM, Tony Chen <
>> tonytonytony0...@gmail.com> wrote:
>> > > > This error can be due to the fact that ImageMagick is not installed
>> on your computer, or (for Windows users) that you didn't specify the path
>> to the ImageMagick binary in file conf.py, or.that the path you specified
>> is incorrect
>> > >
>> > > So... is ImageMagick installed?
>> > >
>> > > ChrisA
>> >
>> > Okay... Yes it's installed. This problem has been solved haha. Thank
>> you for replying.
>>
>> Hi Tony,
>> same issue facing by me. kindly help me
>> please list the solution
>> --
>> https://mail.python.org/mailman/listinfo/python-list
>>
>
>
-- 
https://mail.python.org/mailman/listinfo/python-list


logging files

2016-09-07 Thread Davala santhosh kumar
how to run psutil.cputimes() program in remote machines using logfiles.
 
-- 
https://mail.python.org/mailman/listinfo/python-list