Re: NetBeans IDE for Python

2009-05-29 Thread abki
ing? > > Cheers, > Victor > > On Feb 26, 6:11 pm, "bruce.hpshare" <bruce.hpsh...@gmail.com> wrote: > > > It's a good news for the django develpement ... > > > 2009-02-26 > > > bruce.hpshare > > > 发件人: पुनित मदान > > 发送时间: 2009-

Re: NetBeans IDE for Python

2009-04-14 Thread Frank Liu
, > Victor > > On Feb 26, 6:11 pm, "bruce.hpshare" <bruce.hpsh...@gmail.com> wrote: > > > It's a good news for the django develpement ... > > > 2009-02-26 > > > bruce.hpshare > > > 发件人: पुनित मदान > > 发送时间: 2009-02-26  15:31:41 > > 收件人:

Re: NetBeans IDE for Python

2009-04-14 Thread Victor Hooi
m> wrote: > It's a good news for the django develpement ... > > 2009-02-26 > > bruce.hpshare > > 发件人: पुनित मदान > 发送时间: 2009-02-26  15:31:41 > 收件人: django-users > 抄送: > 主题: Re: NetBeans IDE for Python > > u dont need to move django ... but need to config

Re: Re: NetBeans IDE for Python

2009-02-26 Thread bruce.hpshare
It's a good news for the django develpement ... 2009-02-26 bruce.hpshare 发件人: पुनित मदान 发送时间: 2009-02-26 15:31:41 收件人: django-users 抄送: 主题: Re: NetBeans IDE for Python u dont need to move django ... but need to configure python path in project properties 2009/2/26

Re: NetBeans IDE for Python

2009-02-25 Thread पुनित मदान
; > And voila, completion in Netbeans works! > > > > > > > On Nov 20 2008, 5:01 pm, lig <se...@matveenko.ru> wrote: > > > > > > > > On 19 нояб, 21:22, Delta20 <digital_illumin...@yahoo.com> wrote: > > > > > > >

Re: NetBeans IDE for Python

2009-02-25 Thread Amirouche aka Mouche
It looks like they plan to give some love to django in the next release http://wiki.netbeans.org/Python70Roadmap here is the pre-beta nb 7 http://bits.netbeans.org/download/6.7/m2/ their is a ruby column but no python ! Hell ! I wonder why ! Is ruby that mainstream ? can't try it myself now,

Re: NetBeans IDE for Python

2009-02-25 Thread Amirouche aka Mouche
On Feb 4, 10:54 pm, phillc wrote: > mine wasnt working exactly as you all described it... > > until i moved my django symlink to someplace else on my python path... > and it suddenly worked its really odd. uhh what do you mean ? > On Feb 3, 12:49 am, mrsixcount

Re: NetBeans IDE for Python

2009-02-04 Thread phillc
mine wasnt working exactly as you all described it... until i moved my django symlink to someplace else on my python path... and it suddenly worked its really odd. On Feb 3, 12:49 am, mrsixcount wrote: > Can't seem to get the auto complete to work when I import >

Re: NetBeans IDE for Python

2009-02-02 Thread mrsixcount
Can't seem to get the auto complete to work when I import django.db.models as models. Shows models when I start typing but after the . nothing in the django model section comes up. Shows the master list of python options. IntegerField isn't in there nor could I find any of the other ones. Oh

Re: NetBeans IDE for Python

2009-01-17 Thread Gautam
There is some problem with the parser recognizing package imports in the from ... import ... syntax. What seems to work is if you import packages directly as import ... as So for the django models import as: import django.db.models as models And voila, completion in Netbeans works! On

Re: NetBeans IDE for Python

2009-01-01 Thread AndyB
t; > 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 <se...@matv

Re: NetBeans IDE for Python

2008-12-31 Thread urlwolf
tuff is being done according to their roadmap. > > > > > > > Could be a great platform, esp. considering the price. > > > > > > > O > > > > > > > On Nov 20, 5:01 am, lig <se...@matveenko.ru> wrote: > > > > > > > > O

Re: NetBeans IDE for Python

2008-12-31 Thread urlwolf
ir roadmap. > > > > > > > Could be a great platform, esp. considering the price. > > > > > > > O > > > > > > > On Nov 20, 5:01 am, lig <se...@matveenko.ru> wrote: > > > > > > > > On 19 нояб, 21

Re: NetBeans IDE for Python

2008-11-28 Thread Ovnicraft
> > > > 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: >

Re: NetBeans IDE for Python

2008-11-27 Thread itsnotvalid
gt; > > > > > > 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 jus

Re: NetBeans IDE for Python

2008-11-27 Thread Ovnicraft
> > > > 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 > &g

Re: NetBeans IDE for Python

2008-11-27 Thread AndyB
More to the point - has anyone figured out how to! I couldn't even find a dowload or repository link for the Django branch. On Nov 27, 2:21 pm, Robin <[EMAIL PROTECTED]> wrote: > hello, > > I have also installed it and have seen there is this >

Re: NetBeans IDE for Python

2008-11-27 Thread Robin
hello, I have also installed it and have seen there is this branch: http://wiki.netbeans.org/Python#section-Python-DjangoBranch anybody has installed this version of the branch ? r On Nov 20, 8:04 pm, ohmi <[EMAIL PROTECTED]> wrote: > Same results here although other sorts of autocomplete to

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.

Re: NetBeans IDE for Python

2008-11-20 Thread lig
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

NetBeans IDE for Python

2008-11-19 Thread Delta20
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