[ANN] JOSE

2014-04-16 Thread Demian Brecht
Hi all, jose is a Python Javascript Object Signing and Encryption (JOSE, https://datatracker.ietf.org/wg/jose/charter/) implementation, intended to support token-based authentication. This library implements JWS and JWEs along with a subset of the encryption/authentication algorithms recommended b

Re: import serial failure

2014-04-16 Thread Peter Otten
J W Burton wrote: > I have installed both Python 2.7 AND Python 3.3 and the corresponding > pyserial files from > > ihttps://pypi.python.org/packages/any/p/pyserial/pyserial-2.7.win32.exe#md5=21555387937eeb79126cde25abee4b35n > my > > for 2.7 > > When I look in my Python27/Lib/site-packages/se

Re: import serial failure

2014-04-16 Thread Zachary Ware
On Wed, Apr 16, 2014 at 12:56 PM, J W Burton wrote: > I have installed both Python 2.7 AND Python 3.3 and the corresponding > pyserial files from > > ihttps://pypi.python.org/packages/any/p/pyserial/pyserial-2.7.win32.exe#md5=21555387937eeb79126cde25abee4b35n > my > > for 2.7 > > When I look in

import serial failure

2014-04-16 Thread J W Burton
I have installed both Python 2.7 AND Python 3.3 and the corresponding pyserial files from ihttps://pypi.python.org/packages/any/p/pyserial/pyserial-2.7.win32.exe#md5=21555387937eeb79126cde25abee4b35n my for 2.7 When I look in my Python27/Lib/site-packages/serial folder I see package files bu

Re: Tutorials for Reorganizing Spreadsheet Data

2014-04-16 Thread Terry Reedy
On 4/16/2014 9:50 AM, josephlkre...@gmail.com wrote: Hello, I'm a high school physics teacher and while I've played with Python enough to make a rock paper scissors program or animation of a bouncing ball (with air resistance!), I've never used it to work with data from a spreadsheet. I have a

Re: Tutorials for Reorganizing Spreadsheet Data

2014-04-16 Thread Joel Goldstick
On Apr 16, 2014 9:55 AM, wrote: > > Hello, I'm a high school physics teacher and while I've played with Python enough to make a rock paper scissors program or animation of a bouncing ball (with air resistance!), I've never used it to work with data from a spreadsheet. > > I have a large spreadshee

Tutorials for Reorganizing Spreadsheet Data

2014-04-16 Thread josephlkremer
Hello, I'm a high school physics teacher and while I've played with Python enough to make a rock paper scissors program or animation of a bouncing ball (with air resistance!), I've never used it to work with data from a spreadsheet. I have a large spreadsheet with a number of different student r

Re: subprocess help

2014-04-16 Thread Steven D'Aprano
On Wed, 16 Apr 2014 12:47:03 +0200, Влатко Станковиќ wrote: > Hello, > I'm having some sort of 'problem' when using subprocess calls. This is > the code snipet that i am using: > > capture_server1 = '''xvfb-run --auto-servernum ... ''' > server1_download = subprocess.Popen(shlex.split(capture_ser

Re: subprocess help

2014-04-16 Thread Chris Angelico
On Wed, Apr 16, 2014 at 8:47 PM, Влатко Станковиќ wrote: > capture_server1 = '''xvfb-run --auto-servernum ... ''' > server1_download = subprocess.Popen(shlex.split(capture_server1) Separate to your actual problem: Is there a reason for splitting like that, rather than simply using a list of separ

subprocess help

2014-04-16 Thread Влатко Станковиќ
Hello, I'm having some sort of 'problem' when using subprocess calls. This is the code snipet that i am using: capture_server1 = '''xvfb-run --auto-servernum ... ''' server1_download = subprocess.Popen(shlex.split(capture_server1),stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PI

Web Designing Training Institutes in Hyderabad-Acewebacademy

2014-04-16 Thread Ace Webacademy
For professional courses in web designing and development at an affordable price choose Ace web academy one of the best web designing institutes in Hyderabad. Call: 7660-966-660. -- https://mail.python.org/mailman/listinfo/python-list

Re: Martijn Faassen: The Call of Python 2.8

2014-04-16 Thread Andrew Berg
On 2014.04.16 03:02, Chris Angelico wrote: > Hmm, interesting. That's not the case for me: > > rosuav@sikorsky:~$ which which > /usr/bin/which That's because bash either does not have a builtin which or it is not enabled by default. I switched to zsh a while ago. I do still, of course, have a sys

Re: Martijn Faassen: The Call of Python 2.8

2014-04-16 Thread Steven D'Aprano
On Wed, 16 Apr 2014 02:32:00 -0500, Andrew Berg wrote: > On 2014.04.15 20:21, Steven D'Aprano wrote: >> On Tue, 15 Apr 2014 17:32:57 -0500, Andrew Berg wrote: >> >>> On 2014.04.15 17:18, Ned Batchelder wrote: Yeah, that's the wrong way to do it, and they shouldn't have done that.

Re: Attribute error while executing python script

2014-04-16 Thread Chris Angelico
On Wed, Apr 16, 2014 at 5:45 PM, ali hanif wrote: > Hi i am a student and working on GNU..I have a python code which i want to > run in GNU radio companion but i am unable to search for the right block to > execute that code...can anyone help me with that??When I execute the same > python code(not

Re: Martijn Faassen: The Call of Python 2.8

2014-04-16 Thread Rustom Mody
On Wednesday, April 16, 2014 1:02:00 PM UTC+5:30, Andrew Berg wrote: > On 2014.04.15 20:21, Steven D'Aprano wrote: > > > On Tue, 15 Apr 2014 17:32:57 -0500, Andrew Berg wrote: > > > > > >> On 2014.04.15 17:18, Ned Batchelder wrote: > > >>> Yeah, that's the wrong way to do it, and they shouldn'

Re: Martijn Faassen: The Call of Python 2.8

2014-04-16 Thread Chris Angelico
On Wed, Apr 16, 2014 at 5:32 PM, Andrew Berg wrote: >> If you really meant that, you would have typed "/usr/bin/which2.16 >> python" (or whatever the location and version of which on your system). > Are you sure about that? > # which which > which: shell built-in command > Unless I'm forgetting so

Re: Martijn Faassen: The Call of Python 2.8

2014-04-16 Thread Andrew Berg
On 2014.04.15 20:21, Steven D'Aprano wrote: > On Tue, 15 Apr 2014 17:32:57 -0500, Andrew Berg wrote: > >> On 2014.04.15 17:18, Ned Batchelder wrote: >>> Yeah, that's the wrong way to do it, and they shouldn't have done that. >>> "python" needs to mean Python 2.x for a long time. >> Or maybe expl

Attribute error while executing python script

2014-04-16 Thread ali hanif
Hi i am a student and working on GNU..I have a python code which i want to run in GNU radio companion but i am unable to search for the right block to execute that code...can anyone help me with that??When I execute the same python code(not in GNU), I get the following error: AttributeError: 'top_