"Get the source for this GAE app at google code." Google App Engine should be in the list as well. GAE supports Python 2.5.
http://code.google.com/p/protobuf/issues/detail?id=66&q=...
Don't expect google to upgrade anytime soon.
41–50 of 80 posts
"Get the source for this GAE app at google code." Google App Engine should be in the list as well. GAE supports Python 2.5.
http://code.google.com/p/protobuf/issues/detail?id=66&q=...
Don't expect google to upgrade anytime soon.
This is a really good list for people who want to get involved in a Python project. I only wish it were bigger and it would contain smaller projects as well. DecoratorTools shouldn't really be on that list though, since it doesn't make any sense for py3.
Funny to see zope.interface on that list. I remember back in 2005, when Zope 3 had just been launched, about how everyone who mattered in the Zope world would say things like "only stupid, retrograde people won't switch to Zope3". I guess the stupid people won, because 6 years on Zope is like the Cobol of Python web frameworks. I just hope the same thing won't happen to Python itself.
Let's just call Zope 2 the Common Lisp of Python frameworks... I guess it survives mostly because Plone needs it. Zope 3 and Grok are pretty cool.
The real issue is that for both developers and library maintainers, moving to Python3 entails a lot of aggravation for a comparatively small net benefit.
"Get the source for this GAE app at google code." Google App Engine should be in the list as well. GAE supports Python 2.5.
Google only supports 2.5 for anything python related. Take a look at the python protobuf client: http://code.google.com/p/protobuf/issues/detail?id=66&q=... Don't expect google to upgrade anytime soon.
Let's admit it. Once Django is Py3K-ready, all other projects will follow suit.
So I hope that the rest of the Python community isn't sitting around waiting for Django to take the lead here.
Earlier quoted context omitted.
And the reason only 3 people are using py3k is that there are no packages for it...
So what is the point in using py3 then? They either should keep using the version with the largest library base, in order to profit from other's momentum, or invest their own ressources (money/time/skill) into making a py3-only library attractive enough to pull everybody else against their will. What they're doing right now, is not investing anything at all to make py3 more attractive, but simply being loud and vocal…
Let's admit it. Once Django is Py3K-ready, all other projects will follow suit.
There is a poll about p3k compatibility on python.org: http://python.org/3kpoll Django on top, followed by wxpython, scipy and mathplotlib.
Package Number of Votes Django 760 wxPython 423 scipy 366 matplotlib 328 PIL 295 py2exe 243 Twisted 169 PyGTK 157 Pygame 117 web2py 91 ---- 2949
OK, probably just me.
kb
"Wall of Shame"? Really? As someone who's project appears on this list (and in the WRONG color) all I can say is that I don't think anyone is trying to dis Python 3.x. Support will come when a critical mass of developers are using 3.x. I know it's kind of a chicken and egg problem but this seems to be saying that it's the package developer's fault and I don't really think that's fair or true.
I think it's not really a chicken and egg problem though. From a user point of view, using Python 3 looks like giving up on a lot of libraries, which in turn means a lot more work to accomplish the same things. It's a big effort that does not benefit anyone. If switching to a new version of a language makes my life harder, then I will not, especially if working on a startup or a project which is time critical. On the…