code-google-com / pyscripter

Automatically exported from code.google.com/p/pyscripter
1 stars 1 forks source link

Bugs #650

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. Hotkey. Change zoom to default.
How? Alt + Num +  = Up
Alt + Num - = Down
Alt + Num 0 = don't work 

2. Pyscripter close after program (based on PyQt) started.
Used interpreter internal and all version external run.

3. What are the periods of new versions?

Original issue reported on code.google.com by lowe.emi...@gmail.com on 28 Apr 2012 at 5:32

GoogleCodeExporter commented 9 years ago
I can confirm issue nr. 2.

After a second start of a PyQt program Pyscripter crashes.

Original comment by sebastia...@gmail.com on 23 May 2012 at 7:33

GoogleCodeExporter commented 9 years ago
Please use one issue per problem.

Regarding the second issue are you sure you are using the remote Python engine 
(Run, Python Engine, Remote) and reinitialize before each run (should be done 
automatically be default)?  This is essential when using GUI code.

Original comment by pyscripter on 24 May 2012 at 9:44

GoogleCodeExporter commented 9 years ago
Thanks for pointing out to check the remote Python engine. In fact I was using 
the internal one. Now it works! Thank you very much!

Original comment by sebastia...@gmail.com on 24 May 2012 at 8:07