Re: networking question: 2-way messaging w/o wireless modem config?

2014-04-17 Thread Chris Angelico
On Fri, Apr 18, 2014 at 12:56 PM, wrote: > As far as sniffers etc., I adhere to a complete personal honesty - that's my > policy, as anything else just won't do. I hope to program the item in Python, > though I'm wondering if C is better for network programming. Not at all. I'd definitely recom

Re: networking question: 2-way messaging w/o wireless modem config?

2014-04-17 Thread haiticare2011
On Thursday, April 17, 2014 12:38:46 PM UTC-4, Mark H. Harris wrote: > On 4/17/14 11:20 AM, hxaiticzzare2...@gmail.com wrote: > > > I have a Raspberry Pi board with a wireless usb modem on it. > > > I wish to be able to message 2-way with the board from > > > across the internet, without having

RE: Soap list and soap users on this list

2014-04-17 Thread Joseph L. Casale
>Read first. > > >You can try : > > > http://spyne.io/docs/2.10/ > > > https://pythonhosted.org/Soapbox/ Thanks Marcus, I assure you I have been reading but missed soapbox, I'll keep hacking away, thanks for the pointer. jlc -- https://mail.python.org/mailman/listinfo/python-list

Re: Soap list and soap users on this list

2014-04-17 Thread Mark H Harris
On 4/17/14 12:58 PM, Joseph L. Casale wrote: Seems the soap list is a little quiet and the moderator is mia regardless. Are there many soap users on this list familiar with Spyne or does anyone know the most optimal place to post such questions? Read first. You can try : > http://spyne.io/

RE: Soap list and soap users on this list

2014-04-17 Thread Joseph L. Casale
> Is your question > regarding anything at all Python, or are you just looking for helpful > nerds? :) Hi Chris, Thanks for responding. I've been looking at Spyne to produce a service that can accept a request formatted as follows: http://..."; xmlns:xsi=http:/..." xmlns:xsd="http://...";>

Re: Soap list and soap users on this list

2014-04-17 Thread Chris Angelico
On Fri, Apr 18, 2014 at 3:58 AM, Joseph L. Casale wrote: > Seems the soap list is a little quiet and the moderator is mia regardless. > > Are there many soap users on this list familiar with Spyne or does anyone > know the most optimal place to post such questions? I've used SOAP, but not with Py

Soap list and soap users on this list

2014-04-17 Thread Joseph L. Casale
Seems the soap list is a little quiet and the moderator is mia regardless. Are there many soap users on this list familiar with Spyne or does anyone know the most optimal place to post such questions? Thanks! jlc -- https://mail.python.org/mailman/listinfo/python-list

Re: networking question: 2-way messaging w/o wireless modem config?

2014-04-17 Thread Mark H Harris
On 4/17/14 11:20 AM, haiticare2...@gmail.com wrote: I have a Raspberry Pi board with a wireless usb modem on it. I wish to be able to message 2-way with the board from across the internet, without having to open ports on the wireless modem. Is there a way to do this? I have been looking at udp

networking question: 2-way messaging w/o wireless modem config?

2014-04-17 Thread haiticare2011
I have a Raspberry Pi board with a wireless usb modem on it. I wish to be able to message 2-way with the board from across the internet, without having to open ports on the wireless modem. Is there a way to do this? I have been looking at udp, but imagine that a udp packet is allowed in, but no

Re: problem in event handling on change of variable value.

2014-04-17 Thread Bernd . Moennicke
hello sirjee, i have read You solution for handling of events from CANoe in python. I've implemented and its work correctly when I waiting in a msgbox (0, "Finished the Test", "Info", 16). I will implement it in a loop with a sleep time. The standard python function of the sleep blocks the actu

Re: subprocess help

2014-04-17 Thread Влатко Станковиќ
> > > > -- Forwarded message -- >> From: Steven D'Aprano >> To: python-list@python.org >> Cc: >> Date: 16 Apr 2014 12:06:16 GMT >> Subject: Re: subprocess help >> On Wed, 16 Apr 2014 12:47:03 +0200, Влатко Станковиќ wrote: >> > Hello, >> > I'm having some sort of 'problem' when usi

[ann] pypi2u - Get notified on new version of packages

2014-04-17 Thread Miki Tebeka
Greetings, http://pypi2u.appspot.com/ is a simple service that notifies you on new versions of packages you're interested in. You can view the code, fill bugs and suggest ideas at https://bitbucket.org/tebeka/pypi2u Hope you find it useful, -- Miki -- https://mail.python.org/mailman/listinfo/