On Jul 3, 11:36 am, developingchris wrote:
> Looking for opinion of the best distro for a developer machine for
> django.
>
> I'm on ubuntu now, its going ok. I'm having keyboard issues, and
> wondering if I should put the time in on fixing it, or just ditch it
> for say, pc-bsd, if thats what th
Oh sorry, it seems the problem is not on "pdb.set_trace()", it works for me
too.
In google app engine, pdb.set_trace() will not work.
Instead I have to use:
def set_trace():
import pdb, sys
debugger = pdb.Pdb(stdin=sys.__stdin__,
stdout=sys.__stdout__)
debugger.set_trace(sy
For one, you could use the much more feature
full with tab auto complete debugger, ipdb.
But I just verified that, even pdb.set_trace() works well with arrow
keys, on my system. Python 2.6.2 GNome Terminal 2.26
On Sat, Jul 4, 2009 at 2:19 PM, wei ribao wrote:
>
> Sorry if I did not describe the
Sorry if I did not describe the problem clear.
It is , in ubuntu, in the terminal sometimes I cannot use the left key and some
other keys in the shell, I press the left key the cursor will not go left,
instead it displays something like "^X[[". Normally everything is ok, but in
some interative
Thats strange; Can you elaborate the problem a little;
I have been using Ubuntu9.04 and I couldn't be happier. I don't know how
any other environment can be even more conducive to development.
2009/7/4 wei ribao
>
> I am using ubuntu9.04 too. I have a long-standing trouble.
>
> When using pdb t
I am using ubuntu9.04 too. I have a long-standing trouble.
When using pdb to debug, set pdb.set_trace() to bring up the interactive shell,
i cannot use arrow keys.
It is all ok in windows. And I can find anything from google.
How do you guys slove that?
On Fri, Jul 03, 2009 at 03:56:14PM -
On Saturday 04 July 2009 01:31:57 Mike Ramirez wrote:
> > I'm on ubuntu now, its going ok. I'm having keyboard issues, and
> > wondering if I should put the time in on fixing it, or just ditch it
> > for say, pc-bsd, if thats what the cool django kids are using.
>
> In my experience, the simple tr
It doesn't matter. All you have to consider is what kind of modules are you
going to be working most of the time and evaluate how easy or hard it is to
compile them or install them in that OS. I personally choose any debian
based distro because apt-get/aptitude package manager is very powerfull. I
Heavy linux user but are moving to OSX , especially the webdev's
On Fri, Jul 3, 2009 at 7:31 PM, Dhruv Adhia wrote:
> I ve been PC user for almost a decade, getting enough frustration , I
> shifted to mac osx and I am happy with it. Much less configuration required.
> I ve just installed Linux
It should not matter. Any modern Linux Distro which supports the
dependencies will be no different.
The only conceivable way this question makes sense is if you want to make
install or deployment easy. In which case use something thats based on a
debian, fedora type distro where there is heaps of
I ve been PC user for almost a decade, getting enough frustration , I
shifted to mac osx and I am happy with it. Much less configuration required.
I ve just installed Linux Ubuntu yesterday. Lets see how it goes with Linux.
Cheers,
On Fri, Jul 3, 2009 at 2:41 PM, Evandro Viana wrote:
> Debian
Debian or Slackware
more
the best for developer is OSX
On Fri, Jul 3, 2009 at 6:28 PM, Tim Chase wrote:
>
> > Looking for opinion of the best distro for a developer machine for
> > django.
> >
> > I'm on ubuntu now, its going ok. I'm having keyboard issues, and
> > wondering if I should put th
> Looking for opinion of the best distro for a developer machine for
> django.
>
> I'm on ubuntu now, its going ok. I'm having keyboard issues, and
> wondering if I should put the time in on fixing it, or just ditch it
> for say, pc-bsd, if thats what the cool django kids are using.
I've done Dj
2009/7/3 developingchris
>
> Looking for opinion of the best distro for a developer machine for
> django.
>
> I'm on ubuntu now, its going ok. I'm having keyboard issues, and
> wondering if I should put the time in on fixing it, or just ditch it
> for say, pc-bsd, if thats what the cool django ki
And in my experience - Gentoo will be better for developers
Mike Ramirez пишет:
> On Friday 03 July 2009 11:36:04 am developingchris wrote:
>> Looking for opinion of the best distro for a developer machine for
>> django.
>>
>> I'm on ubuntu now, its going ok. I'm having keyboard issues, and
>> won
On Friday 03 July 2009 11:36:04 am developingchris wrote:
> Looking for opinion of the best distro for a developer machine for
> django.
>
> I'm on ubuntu now, its going ok. I'm having keyboard issues, and
> wondering if I should put the time in on fixing it, or just ditch it
> for say, pc-bsd, if
I use Ubuntu 9.04, works great on a XPS M1530 Laptop
Vitaly Babiy
On Fri, Jul 3, 2009 at 2:36 PM, developingchris
wrote:
>
> Looking for opinion of the best distro for a developer machine for
> django.
>
> I'm on ubuntu now, its going ok. I'm having keyboard issues, and
> wondering if I should
Looking for opinion of the best distro for a developer machine for
django.
I'm on ubuntu now, its going ok. I'm having keyboard issues, and
wondering if I should put the time in on fixing it, or just ditch it
for say, pc-bsd, if thats what the cool django kids are using.
--~--~-~--~~
18 matches
Mail list logo