Re: sympy on Windows: 1. broken from wx-PyShell 2. 100% CPU w/ plot

2008-03-23 Thread Sebastian Haase
Hi Ondrej, below is the full traceback. I think I'm now guesing the problem: My wx - PyShell is part of bigger image analysis package that I'm developping; and I recently switched over to start the python interpreter using "python -Qnew" - i.e. it defaults to "true division" , so that 1/2 == .5 I

Re: sympy on Windows: 1. broken from wx-PyShell 2. 100% CPU w/ plot

2008-03-23 Thread Ondrej Certik
Hi Sebastian, On Sun, Mar 23, 2008 at 10:01 PM, Sebastian Haase <[EMAIL PROTECTED]> wrote: > > Hi Ondrej, > below is the full traceback. > I think I'm now guesing the problem: My wx - PyShell is part of bigger > image analysis package that I'm developping; and I recently switched > over to s

Re: sympy on Windows: 1. broken from wx-PyShell 2. 100% CPU w/ plot

2008-03-23 Thread Ryan James
On Sun, 2008-03-23 at 22:37 +0100, Ondrej Certik wrote: > So it's more of a luck, that things work in isympy, because isympy > uses true division by default... it's because when you do "from __future__ import division", which is what isympy basically does, it only applies true division to code w

Re: sympy on Windows: 1. broken from wx-PyShell 2. 100% CPU w/ plot

2008-03-23 Thread Ondrej Certik
On Sun, Mar 23, 2008 at 10:50 PM, Ryan James <[EMAIL PROTECTED]> wrote: > > On Sun, 2008-03-23 at 22:37 +0100, Ondrej Certik wrote: > > So it's more of a luck, that things work in isympy, because isympy > > uses true division by default... > > it's because when you do "from __future__ import

Re: sympy on Windows: 1. broken from wx-PyShell 2. 100% CPU w/ plot

2008-03-24 Thread Sebastian Haase
On Sun, Mar 23, 2008 at 10:50 PM, Ryan James <[EMAIL PROTECTED]> wrote: > > On Sun, 2008-03-23 at 22:37 +0100, Ondrej Certik wrote: > > So it's more of a luck, that things work in isympy, because isympy > > uses true division by default... > > it's because when you do "from __future__ import divi

Re: sympy on Windows: 1. broken from wx-PyShell 2. 100% CPU w/ plot

2008-03-25 Thread Ondrej Certik
On Mon, Mar 24, 2008 at 9:50 AM, Sebastian Haase <[EMAIL PROTECTED]> wrote: > > On Sun, Mar 23, 2008 at 10:50 PM, Ryan James <[EMAIL PROTECTED]> wrote: > > > > > On Sun, 2008-03-23 at 22:37 +0100, Ondrej Certik wrote: > > > So it's more of a luck, that things work in isympy, because isympy >

Re: sympy on Windows: 1. broken from wx-PyShell 2. 100% CPU w/ plot

2008-03-29 Thread Sebastian Haase
On Tue, Mar 25, 2008 at 11:54 PM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > > On Mon, Mar 24, 2008 at 9:50 AM, Sebastian Haase <[EMAIL PROTECTED]> wrote: > > > > On Sun, Mar 23, 2008 at 10:50 PM, Ryan James <[EMAIL PROTECTED]> wrote: > > > > > > > > On Sun, 2008-03-23 at 22:37 +0100, Ondrej Cer

Re: sympy on Windows: 1. broken from wx-PyShell 2. 100% CPU w/ plot

2008-03-29 Thread Saroj Adhikari
How did you include the downloaded pyglet in your SymPy? pyglet 1.1 is backward compatible and it works for me when I replace / sympy/thirdparty/pyglet/pyglet with pyglet-1.1alpha2 renamed to pyglet. However, it will not solve the CPU usage problem. For that we have to use the better event loops