On Wed, 2010-02-10 at 11:35 +0000, Tim Diggins wrote: > On 10 Feb 2010, at 11:26, Martin Zibricky wrote: > > >> just looking at options for installing executables using python 2.6 > >> (+wx, opengl...) and wondering what the current status is... > > > > There is a patch in ticket/39 that is applicable to latest svn trunk > > and > > it seems to me to be fairly stable. > > That sounds great. > > Any ideas (from a maintainer/committer) as to why ticket /39 is still > a patch and not in a branch (or even added to trunk?). > Any words of warning (or request for help, e.g. to test in specific > areas/setups)?
We are trying to stabilize trunk for PyInstaller 1.4. It is relatively stable right now, so I will issue a release-candidate soon, followed by the release. After 1.4 is branched and out, we can surely review and merge ticket /39 and a couple of other branches with new features (specifically, there is a branch with a working implementation of multiple executable packing, with sharing of dynamic libraries to reduce disk size). I expect a large flow of incoming bugreports after 1.4 is out, but we will take care of those in the release branch. -- Giovanni Bajo Develer S.r.l. http://www.develer.com -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
