Re: Python 3.0 released - what's the status of Django vs. 3.0?

2008-12-04 Thread ohmi

Of course - sorry - I tried to look at the tickets and saw nothing.

On Dec 4, 1:14 pm, "James Bennett" <[EMAIL PROTECTED]> wrote:
> On Thu, Dec 4, 2008 at 1:37 PM, ohmi <[EMAIL PROTECTED]> wrote:
> > As the subject says - will Django compile and run on Python 3.0?
>
> No, nor is it expected to for at least a year or two, something
> entirely consistent with the general plan for pretty much all Python
> software to migrate.
>
> If you're genuinely interested in more, **please** search the archives
> of this list for the many times this question has been asked and
> answered before.
>
> --
> "Bureaucrat Conrad, you are technically correct -- the best kind of correct."
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Python 3.0 released - what's the status of Django vs. 3.0?

2008-12-04 Thread ohmi

As the subject says - will Django compile and run on Python 3.0?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: NetBeans IDE for Python

2008-11-20 Thread ohmi

Same results here although other sorts of autocomplete to seem to be
somewhat functional.
No django-specific documentation yet, like how to set up the debugging
environment.
It looks like this stuff is being done according to their roadmap.

Could be a great platform, esp. considering the price.

O

On Nov 20, 5:01 am, lig <[EMAIL PROTECTED]> wrote:
> On 19 нояб, 21:22, Delta20 <[EMAIL PROTECTED]> wrote:
>
> > NetBeans for Python has been released and based on the NB Python
> > roadmap, it looks interesting for those of us working with Django. I
> > haven't had much of a chance to play with it yet since it just came
> > out today, but here's the info for anyone interested:
>
> > NetBeans IDE for Python:http://download.netbeans.org/netbeans/6.5/python/ea/
> > NB Python Roadmap:http://wiki.netbeans.org/Python
>
> from django.db import models
>
> class Page(models.Model):
>     name    = models. # hitting Ctrl+Space here don't show field type
> suggestions or anything from imported models package

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---