Hi Thomas,

I'm not aware of any specific efforts to push Python 3 porting. Like Django
itself, the ecosystem of Django (and Python) packages is organised by
volunteers, so unless volunteers spend the time and effort to port, nothing
gets done. You're ahead of the curve in porting all your Django code to
Python 3; the rest of the community hasn't had the same set of itches, so
they haven't caught up yet.

Speaking on behalf of the DSF -- if anyone has any good ideas on how we
could speed up this process, let me know.

In the meantime, if you want Python 3 ports of these projects, remember
that this is open source, so you can make it happen. Fork their repos, and
give them patches. I'm sure they wouldn't object to the help.

Yours,
Russ Magee %-)

On Fri, Feb 15, 2013 at 4:35 PM, Thomas Weholt <[email protected]>wrote:

> Hi,
>
> As a Norwegian user of Django and python user I've spent countless
> hours dealing with unicode-problems. As I ported DSE to Python 3 a
> while ago I also discovered that all my unicode problems were solved
> if I started using Python 3. Probably old news to most of you, or
> maybe not even relevant, but it's a make-or-break-situation for me and
> my potential users and customers. So all my latest django-based
> projects have been developed using Python 3.3 with great success.
>
> But the only problem now is the lack of python-packages supporting
> Python 3, mainly PIL ( or the pil-fork pillow ), django-debug-toolbar,
> django-celery etc.
>
> Are there any focus in the community on getting packages ready for python3?
>
> --
> Mvh/Best regards,
> Thomas Weholt
> http://www.weholt.org
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to