Re: Emacs Python-mode. Newbie problem.

2009-07-09 Thread Lacrima
On Jul 9, 8:42 pm, Piet van Oostrum wrote: > > Lacrima (L) wrote: > >L> Thank you for really useful and detailed explanation. Now I can test > >L> my code usingEmacs. > >L> But I think it works for me in a little bit different way. > >L> My file contains only the print 'hello world'. > >L> If

Re: Emacs Python-mode. Newbie problem.

2009-07-09 Thread Piet van Oostrum
> Lacrima (L) wrote: >L> Thank you for really useful and detailed explanation. Now I can test >L> my code using Emacs. >L> But I think it works for me in a little bit different way. >L> My file contains only the print 'hello world'. >L> If I have no python shell running, then: >L> a) C-c RET

Re: Emacs Python-mode. Newbie problem.

2009-07-09 Thread Lacrima
On Jul 9, 2:31 pm, Piet van Oostrum wrote: > > Lacrima (L) wrote: > >L> Thanks for your reply! > >L> My file name is 'trains.py'. > >L> When I do C-h k C-c RET, it shows me help from manual: "C-c RET runs > >L> the command py-execute-import-or-reload > >L>    which is an interactive Lisp func

Re: Emacs Python-mode. Newbie problem.

2009-07-09 Thread Piet van Oostrum
> Lacrima (L) wrote: >L> Thanks for your reply! >L> My file name is 'trains.py'. >L> When I do C-h k C-c RET, it shows me help from manual: "C-c RET runs >L> the command py-execute-import-or-reload >L>which is an interactive Lisp function in `python-mode'..." and so >L> on. >L> And still

Re: Emacs Python-mode. Newbie problem.

2009-07-08 Thread Lacrima
On Jul 8, 10:54 pm, Piet van Oostrum wrote: > > Lacrima (L) wrote: > >L> Hello! > >L> I have just started using Emacs to write python scripts. > >L> I installed python-mode.el > >L> Then I just tried this code: > >L> print 'hello world' > >L> When I press C-c RET, new blank window is opened a

Re: Emacs Python-mode. Newbie problem.

2009-07-08 Thread Piet van Oostrum
> Lacrima (L) wrote: >L> Hello! >L> I have just started using Emacs to write python scripts. >L> I installed python-mode.el >L> Then I just tried this code: >L> print 'hello world' >L> When I press C-c RET, new blank window is opened and emacs says: >L> (Shell command succeeded with no out