Re: [Pyzo] Feature Request: Dark colour scheme for the IDE

2017-11-07 Thread wjrolls
I understand that it might not be straightforward. I was just asking whether there are any plans to tackle the issue? On Wednesday, November 1, 2017 at 8:14:55 PM UTC, Almar Klein wrote: > > This issue has been brought up several times. The source code of the > editor in pyzo/codeeditor/base.py

[Pyzo] Feature Request: Dark colour scheme for the IDE

2017-11-01 Thread wjrolls
I don't think I'm the only one who has asked about this, but is there a plan to implement a darker colour scheme for the IDE? The glaring white one is quite hard on the eyes after a while. One nice option might be something similar to the notepad++ 'Bespin

[Pyzo] Re: Still can't get 4.3.1 to work

2016-12-01 Thread wjrolls
OK so this is weird, it works fine when I download it as a zip file, just not when I try and install it... Do old versions of pyzo leave anything behind when uninstalled? It looks as though they do, because my environment settings and open tabs seem to be reloading when I reinstall - even

Re: [Pyzo] Re: crash on startup 4.3.1

2016-10-11 Thread wjrolls
Sorry I can't be more specific. It doesn't give me any error messages or anything else - it just fails... On Tuesday, October 11, 2016 at 10:54:46 AM UTC+1, Almar Klein wrote: > > Hi Will, > > > > That’s a serious problem. Hard to say what the exact problem is though. We > switched to

[Pyzo] Re: crash on startup 4.3.1

2016-10-11 Thread wjrolls
OK I've uninstalled 4.3 and reinstalled 4.2.1 and everything is working fine again... There is clearly something weird going on, bu I've no idea what... Can anyone help me? Thanks On Tuesday, October 11, 2016 at 10:06:26 AM UTC+1, wjr...@gmail.com wrote: > > Hi, > > I've just upgraded to

[Pyzo] crash on startup 4.3.1

2016-10-11 Thread wjrolls
Hi, I've just upgraded to 4.3.1 from 4.2.1 and there seems to be a problem. Every time I try and launch the program I get the splash screen, which then disappears, and then the program closes. I'm running windows 10 - if that makes any difference... Any ideas? Cheers Will -- You received

[Pyzo] QApplication.exec_():

2016-08-08 Thread wjrolls
I keep running into this output when I run matplotlib: Note on using QApplication.exec_(): The GUI event loop is already running in the pyzo kernel, and exec_() does not block. In most cases your app should run fine without the need for modifications. For clarity, this is what the pyzo kernel