Re: Bad text appearance in IDLE

2015-02-14 Thread David H. Lipman
From: "ast" Hello Here is how text appears in IDLE window http://www.cjoint.com/data/0BmnEIcxVAx.htm Yesterday evening I had not this trouble. It appears this morning. I restarted my computer with no effect. A windows Vista update has been done this morning, with about 10 fixes. I suspect s

Re: pyqtgraph window position

2015-02-14 Thread Poul Riis
Den lørdag den 14. februar 2015 kl. 06.59.20 UTC+1 skrev Cousin Stanley: > > I can control the size of my pyqtgraph window below with 'resize'. > > > > But how can I control the position on the screen? > > > > Also, try > > w.setGeometry( x_pos , y_pos , width , height ) > > > --

Python implementations in JavaScript

2015-02-14 Thread Jonathan Hayward
What is the relative maturity of different Python implementations in JavaScript? Are any of the implementations ready to rely on? -- [image: Christos Jonathan Seth Hayward] Jonathan S. Hayward, a full stack web developer with Python/Django and AngularJS/jQuery. Arti

pickle error by multiprocessing

2015-02-14 Thread Martijn Millecamp
hey for a schoolproject we had to build a robot and control this robot with a gui to follow a pathWe use multiprocessingand in our group 2 people can run the codebut if i run the code, i got a pickle errorI have a windows 7 and use python 2.7 just like the othersWe asked our prof, but he doesn't

Re: pickle error by multiprocessing

2015-02-14 Thread Tim Golden
On 14/02/2015 13:19, Martijn Millecamp wrote: for a schoolproject we had to build a robot and control this robot with a gui to follow a path We use multiprocessing and in our group 2 people can run the code but if i run the code, i got a pickle error I have a windows 7 and use python 2.7 just lik

error of drawing map from shape file in Python 3.2 basemap

2015-02-14 Thread usact2012
I am working on drawing map from shape file in Python 3.2 basemap. But, the longitude values at the bottom axis are only shown partially. Also, all latitude values are missing. Here is my python code. import shapefile as sf import sys import numpy as np import matplotlib.pylab as plt from mpl_t

Re: Floating point "g" format not stripping trailing zeros

2015-02-14 Thread Ian Kelly
On Fri, Feb 13, 2015 at 6:22 PM, Mark Lawrence wrote: > On 14/02/2015 00:11, Ian Kelly wrote: >> >> On Fri, Feb 13, 2015 at 4:05 PM, Mark Lawrence >> wrote: >>> >>> I still think it's a bug as the 'p' being referred to in the OP's >>> original >>> message is "The precision is a decimal number ind

Re: Python implementations in JavaScript

2015-02-14 Thread Ian Kelly
On Fri, Feb 13, 2015 at 4:05 PM, Jonathan Hayward wrote: > > What is the relative maturity of different Python implementations in > JavaScript? Are any of the implementations ready to rely on? Brython is about two years old now. Skulpt has been around for at least four years. I don't use either

Re: Python implementations in JavaScript

2015-02-14 Thread Ethan Furman
On 02/14/2015 05:28 PM, Ian Kelly wrote: > On Fri, Feb 13, 2015 at 4:05 PM, Jonathan Hayward wrote: >> >> What is the relative maturity of different Python implementations in >> JavaScript? Are any of the implementations ready to rely on? > > Brython is about two years old now. I remember a pos

Re: pickle error by multiprocessing

2015-02-14 Thread dieter
Martijn Millecamp writes: > for a schoolproject we had to build a robot and control this robot with a gui > to follow a pathWe use multiprocessingand in our group 2 people can run the > codebut if i run the code, i got a pickle errorI have a windows 7 and use > python 2.7 just like the othersW

Re: Python implementations in JavaScript

2015-02-14 Thread Billy Earney
Jonathan, There is Brython. It has been actively developed for a few years now. It is missing some advance python features, but is becoming more python 3.x compliant every day. You should check it out, http://brython.info You ask, are any of the implementations ready to rely on? For Brytho