Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35042 > unrolled thread
| Started by | Frank Millman <frank@chagford.com> |
|---|---|
| First post | 2012-12-18 08:52 +0200 |
| Last post | 2012-12-18 21:15 +0100 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
py2exe is on Sourceforge list of top growth projects Frank Millman <frank@chagford.com> - 2012-12-18 08:52 +0200
Re: py2exe is on Sourceforge list of top growth projects "Colin J. Williams" <cjw@ncf.ca> - 2012-12-18 14:18 -0500
Re: py2exe is on Sourceforge list of top growth projects Vlastimil Brom <vlastimil.brom@gmail.com> - 2012-12-18 21:15 +0100
| From | Frank Millman <frank@chagford.com> |
|---|---|
| Date | 2012-12-18 08:52 +0200 |
| Subject | py2exe is on Sourceforge list of top growth projects |
| Message-ID | <mailman.1009.1355813564.29569.python-list@python.org> |
This is from Sourceforge's monthly update - <quote> Top Growth Projects We're always on the lookout for projects that might be doing interesting things, and a surge in downloads is one of many metrics that we look at to identify them. Here's the projects that had the greatest growth in the last month. [...] py2exe: A distutils extension to create standalone Windows programs from python scripts. </quote> It is 19th on a list of 19, but still, it is nice to see. I wonder if there was any particular reason for that? Frank Millman
[toc] | [next] | [standalone]
| From | "Colin J. Williams" <cjw@ncf.ca> |
|---|---|
| Date | 2012-12-18 14:18 -0500 |
| Message-ID | <kaqfi3$1k1$1@theodyn.ncf.ca> |
| In reply to | #35042 |
On 18/12/2012 1:52 AM, Frank Millman wrote: > This is from Sourceforge's monthly update - > > <quote> > > Top Growth Projects > > We're always on the lookout for projects that might be doing interesting > things, and a surge in downloads is one of many metrics that we look at > to identify them. Here's the projects that had the greatest growth in > the last month. > > [...] > > py2exe: A distutils extension to create standalone Windows programs from > python scripts. > > </quote> > > It is 19th on a list of 19, but still, it is nice to see. I wonder if > there was any particular reason for that? > > Frank Millman > Yes, but py2exe appears limited to Python 2.6. PyInstaller is another option with similar functionality. Colin W.
[toc] | [prev] | [next] | [standalone]
| From | Vlastimil Brom <vlastimil.brom@gmail.com> |
|---|---|
| Date | 2012-12-18 21:15 +0100 |
| Message-ID | <mailman.1028.1355861758.29569.python-list@python.org> |
| In reply to | #35066 |
2012/12/18 Colin J. Williams <cjw@ncf.ca>: ... > Yes, but py2exe appears limited to Python 2.6. > > PyInstaller is another option with similar functionality. > > Colin W. > -- > http://mail.python.org/mailman/listinfo/python-list There are versions for python 2.3 - 2.7: http://sourceforge.net/projects/py2exe/files/py2exe/0.6.9/ (for some reason, 2.6 appears in a more visible link) However, unfortunately, there isn't any support for python 3 (that I know of - I'd love to be wrong in this). vbr
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web