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
On Wed, Mar 2, 2011 at 1:17 PM, VGNU Linux 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.
Hi,
On Thu, Mar 3, 2011 at 1:26 PM, Chris Rebert wrote:
> On Tue, Mar 1, 2011 at 11:47 PM, VGNU Linux 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 soluti
On Thu, Mar 3, 2011 at 1:54 PM, Chris Rebert wrote:
> On Thu, Mar 3, 2011 at 12:17 AM, VGNU Linux wrote:
> > On Thu, Mar 3, 2011 at 1:26 PM, Chris Rebert wrote:
> >> On Tue, Mar 1, 2011 at 11:47 PM, VGNU Linux
> wrote:
> >> > How can I play WAV file in python
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
at 11:43 PM, John Nagle 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 communicati
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,
zop
On Tue, May 17, 2011 at 1:20 PM, VGNU Linux 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, databa
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 = 'https://46.5
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 wrote:
>
>
>
> On Mon, Mar 4, 2013 at 5:37 AM, VGNU Linux wrote:
>
>> Hi Guys,
>> I am
stuck as on executing a method
response = 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 wrote:
> VGNU Linux writ
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 A
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
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
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 wrote:
> VGNU Linux, 06.09.2010 13:02:
>
> Can Python be used for
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 wrote:
> On 2010-09-06, Stefan Behnel wrote:
> > VGNU Linux, 06.09.2010 13:02:
> >
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 __init__(s
dget.focus_get()
nxtwid = event.widget.tk_focusNext()
prewid = event.widget.tk_focusPrev()
prewid["font"] = "Arial 10 bold"
nxtwid.focus_set()
if __name__ == '__main__':
root = Tk()
frame = DisplayFrame(root)
root.bind("",handleReturn)
18 matches
Mail list logo