IDLE question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Claudio Grondi

    #16
    Re: IDLE question

    <bobueland@yaho o.com> wrote[color=blue]
    > This works!
    >
    > Thanks Claudio[/color]
    I am glad, that the time I put into it was not wasted.
    [color=blue]
    > For complete happiness I would also like to know what's hapening.
    > Is there anywhere I can read about PyShell.py.[/color]

    Not that I would know about (except reading the source code).

    Maybe this below is the right place to ask further questions (2004 there was
    a discussion about IDLE):

    but I have to admit, I haven't used this forum myself yet.

    From my experience with learning Python I suppose, that it will be not very
    easy to fully understand what is going on in IDLE (i.e. in PyShell.py)
    because this probably requires full understanding of the Tkinter interface
    and some insight into deep Python internals. Perhaps this is the reason why
    noone knowledgable in this area has responded here expecting from a response
    more trouble than success?

    Claudio


    Comment

    • Claudio Grondi

      #17
      Re: IDLE question

      <bobueland@yaho o.com> wrote[color=blue]
      > This works!
      >
      > Thanks Claudio[/color]
      I am glad, that the time I put into it was not wasted.
      [color=blue]
      > For complete happiness I would also like to know what's hapening.
      > Is there anywhere I can read about PyShell.py.[/color]

      Not that I would know about (except reading the source code).

      Maybe this below is the right place to ask further questions (2004 there was
      a discussion about IDLE):

      but I have to admit, I haven't used this forum myself yet.

      From my experience with learning Python I suppose, that it will be not very
      easy to fully understand what is going on in IDLE (i.e. in PyShell.py)
      because this probably requires full understanding of the Tkinter interface
      and some insight into deep Python internals. Perhaps this is the reason why
      noone knowledgable in this area has responded here expecting from a response
      more trouble than success?

      Claudio


      Comment

      • bobueland@yahoo.com

        #18
        Re: IDLE question

        I made bat file called startidle.bat which I put in C:\Python24
        directory. This is how it looks

        @echo off
        start C:\Python24\pyt honw.exe C:\Python24\Lib \idlelib\idle.p y -r
        C:\Python24\sit ecustomize.py
        exit

        Now I put a shortcut of startidle.bat in Quick Launch. The only thing I
        have to do now is to click on the shortcut icon in the Quick Launch and
        I'm up and running.

        Alla Tua Salute Claudio

        Bob

        Comment

        • bobueland@yahoo.com

          #19
          Re: IDLE question

          I made bat file called startidle.bat which I put in C:\Python24
          directory. This is how it looks

          @echo off
          start C:\Python24\pyt honw.exe C:\Python24\Lib \idlelib\idle.p y -r
          C:\Python24\sit ecustomize.py
          exit

          Now I put a shortcut of startidle.bat in Quick Launch. The only thing I
          have to do now is to click on the shortcut icon in the Quick Launch and
          I'm up and running.

          Alla Tua Salute Claudio

          Bob

          Comment

          Working...