One reason that a lot of people seemed to have overlooked is Antigravity! ;-)
More seriously though, I'd have to agree with those who suggested it depends what you want to do. If your focus is less web based I would be more inclined to recommend Python. It's astonishing how many modules are available, even for interaction with hardware!
When I was 'getting over' PHP I tried Rails because there seemed to be a lot of buzz about it at the time. Contrary to a lot of other people's experience (judging by the comments in this thread), I actually found Django far easier!
Ruby/Rail's talk of scaffolding and a whole host of other terminology I can't even remember now left me confused. I could see that if you got the hang of it there were some powerful techniques, but the barrier to getting something going and understanding it delayed me enough to try something else...
...enter Python/DJango Python/Django which somehow just clicked with the way my mind works. Python's syntax reads like english which is something I personally value really highly in a language. There's less quirky bits of syntax (compared to Perl or Ruby) - I suspect if you showed someone who'd never coded in either language, the Python code might more sense*. There's some fantastic resources to get you started in Python/DJango Python/Django such as The Django Book.
*Completely unqualified / subjective, but that's what I've taken from trying both :-)
