Is there new version of "Bundling applications with PyQtGraph_R16", where was opnion about outaded ?
A. My problem is with py2exe:
1. Anybody solved similar problems?
Python27\lib\site-package
s\PyQt4\uic\port_v3\proxy_base.py' failed
SyntaxError: invalid syntax (proxy_base.py, line 31)
I try help from many links, but not solve my case:
http://www.qtcentre.org/archive/index.php/t-53822.htmlhttp://forum.bitcraze.se/viewtopic.php?f=8&t=294#p2051##
In cx_frezee I can "compile" to app, but there is limitation where we can't have all in one file or more friendly structure (or I don't know everythig here). The question is about practice here..
B. How big are files after this type compilation from standard pygraph example?
In my case was 80MB.. and many files.. it's normal?
2. I know that apps with VTK, etc are big.. Some QT GUI can be around 10+20MB
Soo..what I should expect as average size of files with pygraph framework?
3. Any sucessfull apps with pygraph in this area? For example pyrf? Or it's bether to frogot this direction as py > exe and decide to work with scripts on normal python mode?