Re: Best distro for django

2009-07-04 Thread Xiong Chiamiov
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

Re: Best distro for django

2009-07-04 Thread wei ribao
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

Re: Best distro for django

2009-07-04 Thread Lakshman Prasad
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

Re: Best distro for django

2009-07-04 Thread wei ribao
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

Re: Best distro for django

2009-07-03 Thread Lakshman Prasad
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

Re: Best distro for django

2009-07-03 Thread wei ribao
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 -

Re: Best distro for django

2009-07-03 Thread Kenneth Gonsalves
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

Re: Best distro for django

2009-07-03 Thread Juan Hernandez
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

Re: Best distro for django

2009-07-03 Thread Evandro Viana
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

Re: Best distro for django

2009-07-03 Thread Sam Walters
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

Re: Best distro for django

2009-07-03 Thread Dhruv Adhia
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

Re: Best distro for django

2009-07-03 Thread Evandro Viana
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

Re: Best distro for django

2009-07-03 Thread Tim Chase
> 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

Re: Best distro for django

2009-07-03 Thread Ovnicraft
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

Re: Best distro for django

2009-07-03 Thread Oleg Korsak
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

Re: Best distro for django

2009-07-03 Thread 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 > wondering if I should put the time in on fixing it, or just ditch it > for say, pc-bsd, if

Re: Best distro for django

2009-07-03 Thread Vitaly Babiy
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

Best distro for django

2009-07-03 Thread 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 kids are using. --~--~-~--~~