[Tutor] idle problem

Kodiak Firesmith kfiresmith at gmail.com
Fri Jan 3 21:11:29 CET 2014


Well, run Idle in the foreground for now (skip the trailing '&'), and try
'idle some_project.py'; that should open the project in the editor window,
as well as opening a python shell window.  The project (module) won't
actually run until you hit 'Run' -> 'Run Module' in the editor (not the
shell) window.[image: Inline image 1]


On Fri, Jan 3, 2014 at 2:58 PM, I. Alejandro Fleischer <
iafleischer at gmail.com> wrote:

> Thank you Kodiak!!!
>
> when I open from terminal idle , appears the first weird thing look at
> picture 1
> when I close (or try to close the window appears the error message) look
> picture 2.
>
> Alejandro
>
>
>
> 2014/1/3 Kodiak Firesmith <kfiresmith at gmail.com>
>
>> Hello Alejandro!
>>
>> Try running idle via a terminal and see if it's throwing out any error
>> information.  (-d switch for dubug)
>>
>> I've moved on to a mix between PyCharm and Vim depending on how big of a
>> "project" I'm working on.
>>
>>  - Kodiak
>>
>>
>> On Fri, Jan 3, 2014 at 2:35 PM, I. Alejandro Fleischer <
>> iafleischer at gmail.com> wrote:
>>
>>> Hello to everyone,
>>>
>>> Sudenly Im having troubles opening files with the idle editor. When I
>>> open a file it appears in blank, and can not close it anymore.
>>>
>>> My OS is ubuntu 13.10 (64 bits) and my python version is 2.7.5.
>>>
>>> Regards,
>>>
>>> Igor
>>>
>>> _______________________________________________
>>> Tutor maillist  -  Tutor at python.org
>>> To unsubscribe or change subscription options:
>>> https://mail.python.org/mailman/listinfo/tutor
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20140103/5c9d12e5/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: alehandro.png
Type: image/png
Size: 52659 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/tutor/attachments/20140103/5c9d12e5/attachment-0001.png>


More information about the Tutor mailing list