Re: NetBeans IDE for Python

2009-05-29 Thread abki
ike working? > > Cheers, > Victor > > On Feb 26, 6:11 pm, "bruce.hpshare" 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 Frank Liu
ing? > > Cheers, > Victor > > On Feb 26, 6:11 pm, "bruce.hpshare" 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
are" 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 co

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

Re: NetBeans IDE for Python

2009-02-25 Thread पुनित मदान
u dont need to move django ... but need to configure python path in project properties 2009/2/26 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.netbea

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, h

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 wrote: > > > Can't seem to

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 > django.db.models as models.

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 w

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 Nov

Re: NetBeans IDE for Python

2009-01-01 Thread AndyB
They don't want to make it too easy now do they! I'd love to try it out but it will have to wait until there's an idiot's installer :) On Jan 1, 3:16 am, urlwolf wrote: > actually, it looks like one has to build netbeans from source... not > being a java person, how dif ficult can this be? > >

Re: NetBeans IDE for Python

2008-12-31 Thread urlwolf
actually, it looks like one has to build netbeans from source... not being a java person, how dif ficult can this be? I'm trying: hg clone http://hg.netbeans.org/main/ But it's taking forever. I've gotta sleep; will check tomorrow :) On Nov 28 2008, 6:48 pm, Ovnicraft wrote: > 2008/11/27 itsno

Re: NetBeans IDE for Python

2008-12-31 Thread urlwolf
Ok, I have checked out the code. Now, where do I put it? And how do I use it? I put it inside the netbeans folder, but nothing seems to have changed. Should I see a 'django project' option anywhere? Thanks On Nov 28 2008, 6:48 pm, Ovnicraft wrote: > 2008/11/27 itsnotvalid > > > > > It says for

Re: NetBeans IDE for Python

2008-11-28 Thread Ovnicraft
2008/11/27 itsnotvalid <[EMAIL PROTECTED]> > > It says for requesting username as password to access. Did I miss > anything here? try guest:guest > > > On Nov 27, 11:14 pm, Ovnicraft <[EMAIL PROTECTED]> wrote: > > 2008/11/27 AndyB <[EMAIL PROTECTED]> > > > > > > > > > More to the point - has an

Re: NetBeans IDE for Python

2008-11-27 Thread itsnotvalid
It says for requesting username as password to access. Did I miss anything here? On Nov 27, 11:14 pm, Ovnicraft <[EMAIL PROTECTED]> wrote: > 2008/11/27 AndyB <[EMAIL PROTECTED]> > > > > > More to the point - has anyone figured out how to! I couldn't even > > find a dowload or repository link for

Re: NetBeans IDE for Python

2008-11-27 Thread Ovnicraft
2008/11/27 AndyB <[EMAIL PROTECTED]> > > 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 br

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 > branch:http://wiki.netbeans.org/Python#section-Pyth

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 s

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 for