![]() |
2010-03-20
, 19:48
|
|
Posts: 1,012 |
Thanked: 817 times |
Joined on Jul 2007
@ France
|
#3
|
![]() |
2010-03-20
, 20:32
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#4
|
![]() |
2010-03-20
, 21:12
|
|
Posts: 1,366 |
Thanked: 1,185 times |
Joined on Jan 2006
|
#5
|
![]() |
2010-03-20
, 21:37
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#6
|
![]() |
2010-03-21
, 17:50
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#7
|
The Following User Says Thank You to attila77 For This Useful Post: | ||
![]() |
2010-03-24
, 06:12
|
Posts: 402 |
Thanked: 229 times |
Joined on Nov 2009
@ Missouri, USA
|
#8
|
@Khertan: until a Shiboken based version is released, it's going to be slow, the binaries are huge.
![]() |
2010-03-24
, 08:07
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#9
|
The Following User Says Thank You to attila77 For This Useful Post: | ||
![]() |
2010-05-17
, 23:31
|
|
Posts: 288 |
Thanked: 113 times |
Joined on Dec 2009
@ Germany
|
#10
|
from PyQt4 import QtCore, QtGui sys.exit()
from PyQt4 import QtCore from PyQt4.QtGui import QApplication, QMainWindow, QDialog, QPushButton, QMessageBox sys.exit()
Just did some experiments on Python Qt startup times.
ncalc currently takes 3 seconds to startup from terminal.
I just managed to improve this to 2 seconds by making a small change to the import statement in my main.py
from
To
N900_Email_Options Wiki Page
Last edited by mikec; 2010-03-20 at 21:08.