Re: Python SUDS issue

2013-03-15 Thread VGNU Linux
Able to fix issue by including 'location' as parameter in client constructor arguments. client = Client(url=wsdlurl,doctor=schemadoctor, location=' https://46.51.221.138/PBExternalServices/v1/soap?wsdl') Thanks for helping me out. Regards, VGNU On Thu, Mar 7, 2013 at 10:07 AM, VGNU Linux vgnuli

Re: Python SUDS issue

2013-03-06 Thread VGNU Linux
= client.service.GetAccountBalance(authtype) replies with the error. ValueError: unknown url type: {endpoint address} Totally confused as what is wrong going on here. Appreciate your help. Regards, VGNU On Tue, Mar 5, 2013 at 12:46 PM, dieter die...@handshake.de wrote: VGNU Linux vgnuli...@gmail.com writes: ... Here

Python SUDS issue

2013-03-04 Thread VGNU Linux
Hi Guys, I am pretty new to web services. After some googling found that python suds is a suitable module to create web service client. I am trying to create a client but its giving me an error which is quite confusing for me. Here is my code: from suds.client import Client wsdlurl =

Re: Python SUDS issue

2013-03-04 Thread VGNU Linux
Hi, Typing URL in the browser displays document tree as a web page. Is it right or there is something wrong with it ? Regards, VGNU On Mon, Mar 4, 2013 at 6:45 PM, Joel Goldstick joel.goldst...@gmail.comwrote: On Mon, Mar 4, 2013 at 5:37 AM, VGNU Linux vgnuli...@gmail.com wrote: Hi Guys

Re: How to select Python web frameworks and which one is the best framework ?

2011-05-18 Thread VGNU Linux
On Tue, May 17, 2011 at 1:20 PM, VGNU Linux vgnuli...@gmail.com wrote: Hi all, I am confused on which web framework to select for developing a small data driven web application. Application will have features generally found in now-a-days web application like security, database connectivity

How to select Python web frameworks and which one is the best framework ?

2011-05-17 Thread VGNU Linux
Hi all, I am confused on which web framework to select for developing a small data driven web application. Application will have features generally found in now-a-days web application like security, database connectivity, authentication etc. I found few web frameworks over the net like django,

Re: Do UART require data structure/format for serial communication?

2011-04-13 Thread VGNU Linux
:43 PM, John Nagle na...@animats.com wrote: On 4/11/2011 4:57 AM, Jean-Michel Pichavant wrote: VGNU Linux wrote: Hi All, I have two chips one understands Python and the other embedded C.I have connected both chips using UART serial communication channel, however I have no idea how data

Do UART require data structure/format for serial communication?

2011-04-11 Thread VGNU Linux
Hi All, I have two chips one understands Python and the other embedded C.I have connected both chips using UART serial communication channel, however I have no idea how data communication must be achieved between this 2 chips. As for example send using C chip string Hello Python which python chip

Re: Playing WAV file with Python

2011-03-03 Thread VGNU Linux
Hi, On Thu, Mar 3, 2011 at 1:26 PM, Chris Rebert c...@rebertia.com wrote: On Tue, Mar 1, 2011 at 11:47 PM, VGNU Linux vgnuli...@gmail.com wrote: Hi All, How can I play WAV file in python without OS(like Linux/Windows/MAC) on a device ? On Google I found lot of different solution

Re: Playing WAV file with Python

2011-03-03 Thread VGNU Linux
On Thu, Mar 3, 2011 at 1:54 PM, Chris Rebert c...@rebertia.com wrote: On Thu, Mar 3, 2011 at 12:17 AM, VGNU Linux vgnuli...@gmail.com wrote: On Thu, Mar 3, 2011 at 1:26 PM, Chris Rebert c...@rebertia.com wrote: On Tue, Mar 1, 2011 at 11:47 PM, VGNU Linux vgnuli...@gmail.com wrote: How

Re: Playing WAV file with Python

2011-03-02 Thread VGNU Linux
On Wed, Mar 2, 2011 at 1:17 PM, VGNU Linux vgnuli...@gmail.com wrote: Hi All, How can I play WAV file in python without OS(like Linux/Windows/MAC) on a device ? On Google I found lot of different solution but related to OS's like winsound, ossaudiodev etc which are not useful. Thanks

Playing WAV file with Python

2011-03-01 Thread VGNU Linux
Hi All, How can I play WAV file in python without OS(like Linux/Windows/MAC) on a device ? On Google I found lot of different solution but related to OS's like winsound, ossaudiodev etc which are not useful. Thanks in advance. Regards, VGNU -- http://mail.python.org/mailman/listinfo/python-list

How to highlight Label/Text in tkinter ?

2010-11-03 Thread VGNU Linux
Hi, I am writing a program teach myself python and tkinter. Below given is a program which displays label with different fonts and sizes. How to highlight text and change font size if the up/down arrow keys are pressed ? from Tkinter import * import tkFont class MyFrame(Frame): def

Re: How to highlight Label/Text in tkinter ?

2010-11-03 Thread VGNU Linux
,handleReturn) root.mainloop() Regards, VGNU On Wed, Nov 3, 2010 at 12:02 PM, VGNU Linux vgnuli...@gmail.com wrote: Hi, I am writing a program teach myself python and tkinter. Below given is a program which displays label with different fonts and sizes. How to highlight text and change

Re: Embedded Systems development using Python

2010-09-17 Thread VGNU Linux
out here ? Is there any microprocessor/microcontroller which I could use with Python and Telit module? Any help here will be appreciated. Regards, VGNU On Mon, Sep 6, 2010 at 8:54 PM, Grant Edwards inva...@invalid.invalidwrote: On 2010-09-06, Stefan Behnel stefan...@behnel.de wrote: VGNU Linux

Embedded Systems development using Python

2010-09-06 Thread VGNU Linux
Hi List, Can Python be used for embedded systems development ? If Yes can anyone point me to a tutorial/reference website which explains about this. Thanks and Regards Vgnu -- http://mail.python.org/mailman/listinfo/python-list

Re: Embedded Systems development using Python

2010-09-06 Thread VGNU Linux
Hi, A small device like a mobile but with only 2 major buttons, with GPS and GPRS capabilities. Can anyone tell me from where to start learning about this ? Regards Vivek On Mon, Sep 6, 2010 at 4:52 PM, Stefan Behnel stefan...@behnel.de wrote: VGNU Linux, 06.09.2010 13:02: Can Python

Python for embedded systems development

2010-09-03 Thread VGNU Linux
Hi, Is there anyone using python for embedded systems development ? I have no idea where to start with. Google was of little help. Will appreciate if someone could guide me on from where to start. Regards Vgnu -- http://mail.python.org/mailman/listinfo/python-list