Peter Otten <__pete...@web.de> writes:
> Some people, when confronted with a problem, think "I know, I'll use emacs."
> Now they have two problems.
Probably you know this ... but the original form of this saying had
"regular expressions" in place of "emacs".
Since Jamie Zawinski coined this sa
On 04/27/10 18:01, Peter Otten wrote:
> Lie Ryan wrote:
>
>> In fact, never trust IDLE. IDLE is a nice IDE when the alternative is
>> Notepad; but for serious work, you need a real IDE or a programmer's
>> text editor (vim or emacs, whichever side you're in).
>
> Some people, when confronted with
Lie Ryan wrote:
> In fact, never trust IDLE. IDLE is a nice IDE when the alternative is
> Notepad; but for serious work, you need a real IDE or a programmer's
> text editor (vim or emacs, whichever side you're in).
Some people, when confronted with a problem, think "I know, I'll use emacs."
Now
On Apr 26, 11:58 am, Lie Ryan wrote:
> On 04/27/10 03:50, Peter Otten wrote:
>
> > It is a bit unfortunate that your editor has side effects on your program,
> > and I recommend that you never trust the result of importing a module from
> > within idle's shell completely.
>
> In fact, never trust
On 04/27/10 03:50, Peter Otten wrote:
> It is a bit unfortunate that your editor has side effects on your program,
> and I recommend that you never trust the result of importing a module from
> within idle's shell completely.
In fact, never trust IDLE. IDLE is a nice IDE when the alternative is
Shane wrote:
> I'm new to Python, so I'll try to be clear about my problem.
>
> I'm using Python 3.1 (latest stable version from python.org) on
> Windows 7.
> I have a program using tkinter for UI, and it works properly from both
> pything GUI shell, and running from command prompt, EXCEPT that I