Hello, I remember some previous package of PySide for Windows included QtDesigner and some other .exe tools. I thought that moving them out of package (by splitting into two) will reduce the size of core run- time distribution. The second package with tools could also include examples. Roman Lacko found that the split is impossible, but there could be two versions of the package (core and full) where only one could be active.
But I can't say that the size of installer is decreased significantly >From http://www.pyside.org/files/pkg/ PySide-0.4.2qt47.win32-py2.7.exe is 22Mb PySide-0.4.1qt47.win32-py2.7.exe was 21Mb But in http://www.pyside.org/files/ pyside-0.4.1-py2.7.exe is only 14Mb Looking inside site-packages I see QtDesigner4.dll and other stuff that doesn't seem to be needed for core package. Here is the list: plugins scripts __init__.py __init__.pyc __init__.pyo phonon.pyd phonon4.dll private.py private.pyc private.pyo pyside.dll Qt3Support4.dll QtCLucene4.dll QtCore.pyd QtCore4.dll QtDeclarative.pyd QtDeclarative4.dll QtDesigner4.dll QtDesignerComponents4.dll QtGui.pyd QtGui4.dll QtHelp.pyd QtHelp4.dll QtMultimedia.pyd QtMultimedia4.dll QtNetwork.pyd QtNetwork4.dll QtOpenGL.pyd QtOpenGL4.dll QtScript.pyd QtScript4.dll QtScriptTools.pyd QtScriptTools4.dll QtSql.pyd QtSql4.dll QtSvg.pyd QtSvg4.dll QtTest.pyd QtTest4.dll QtUiTools.pyd QtWebKit.pyd QtWebKit4.dll QtXml.pyd QtXml4.dll QtXmlPatterns.pyd QtXmlPatterns4.dll shiboken.dll If they are still needed, I wonder that is the size of stripped .exe tools - perhaps it is not worth to strip them from archive? Just place them into appropriate Python/Script directory. -- anatoly t. _______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
