Running python from eclipse/pyeclipse

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • G.A.

    Running python from eclipse/pyeclipse

    I've installed Eclipse 3.0 and the latest pyeclipse. I can get the editor
    run - at least I think so, because it seems to do reasonable syntax
    highlighting. However, I can't get the Python console window to appear
    (Unable to instantiate view: org.python.pyec lipse.views.Con soleView), nor
    can I get python to run to completion. The MSWindows Task Manager shows
    that eclipse has successfully started python.exe (at least a process by
    that name shows up), but eclipse just shows 0% progress.

    Any suggestions, even if they're just on how to debug this?

    Thanks,

    Gary
  • Andy Todd

    #2
    Re: Running python from eclipse/pyeclipse

    G.A. wrote:[color=blue]
    > I've installed Eclipse 3.0 and the latest pyeclipse. I can get the editor
    > run - at least I think so, because it seems to do reasonable syntax
    > highlighting. However, I can't get the Python console window to appear
    > (Unable to instantiate view: org.python.pyec lipse.views.Con soleView), nor
    > can I get python to run to completion. The MSWindows Task Manager shows
    > that eclipse has successfully started python.exe (at least a process by
    > that name shows up), but eclipse just shows 0% progress.
    >
    > Any suggestions, even if they're just on how to debug this?
    >
    > Thanks,
    >
    > Gary[/color]

    I can't speak for pyeclipse, but the TruStudio plugin with Eclipse 2.1
    works like a dream. You can get it from http://www.xored.com/download.php

    All you need to do after installation is tell it where your python.exe
    file is located and you should be off and running.

    Regards,
    Andy
    --
    --------------------------------------------------------------------------------
    From the desk of Andrew J Todd esq - http://www.halfcooked.com/



    Comment

    • SectorUnknown

      #3
      Re: Running python from eclipse/pyeclipse

      Does Eclipse give you an environment where you can debug python code?


      In article <mailman.106499 9351.12400.pyth on-list@python.org >, andy47
      @halfcooked.com says...[color=blue]
      > G.A. wrote:[color=green]
      > > I've installed Eclipse 3.0 and the latest pyeclipse. I can get the editor
      > > run - at least I think so, because it seems to do reasonable syntax
      > > highlighting. However, I can't get the Python console window to appear
      > > (Unable to instantiate view: org.python.pyec lipse.views.Con soleView), nor
      > > can I get python to run to completion. The MSWindows Task Manager shows
      > > that eclipse has successfully started python.exe (at least a process by
      > > that name shows up), but eclipse just shows 0% progress.
      > >
      > > Any suggestions, even if they're just on how to debug this?
      > >
      > > Thanks,
      > >
      > > Gary[/color]
      >
      > I can't speak for pyeclipse, but the TruStudio plugin with Eclipse 2.1
      > works like a dream. You can get it from http://www.xored.com/download.php
      >
      > All you need to do after installation is tell it where your python.exe
      > file is located and you should be off and running.
      >
      > Regards,
      > Andy
      >[/color]

      Comment

      • Markus Wankus

        #4
        Re: Running python from eclipse/pyeclipse

        On Wed, 01 Oct 2003 17:40:46 GMT, SectorUnknown <secun@yahoo.co m> wrote:
        [color=blue]
        > Does Eclipse give you an environment where you can debug python code?
        >
        >
        > In article <mailman.106499 9351.12400.pyth on-list@python.org >, andy47
        > @halfcooked.com says...[color=green]
        >> G.A. wrote:[color=darkred]
        >> > I've installed Eclipse 3.0 and the latest pyeclipse. I can get the[/color]
        >> editor[color=darkred]
        >> > run - at least I think so, because it seems to do reasonable syntax
        >> > highlighting. However, I can't get the Python console window to[/color]
        >> appear[color=darkred]
        >> > (Unable to instantiate view: org.python.pyec lipse.views.Con soleView),[/color]
        >> nor[color=darkred]
        >> > can I get python to run to completion. The MSWindows Task Manager[/color]
        >> shows[color=darkred]
        >> > that eclipse has successfully started python.exe (at least a process[/color]
        >> by[color=darkred]
        >> > that name shows up), but eclipse just shows 0% progress.
        >> > > Any suggestions, even if they're just on how to debug this?
        >> > > Thanks,
        >> > > Gary[/color]
        >>
        >> I can't speak for pyeclipse, but the TruStudio plugin with Eclipse 2.1
        >> works like a dream. You can get it from
        >> http://www.xored.com/download.php
        >>
        >> All you need to do after installation is tell it where your python.exe
        >> file is located and you should be off and running.
        >>
        >> Regards,
        >> Andy
        >>[/color][/color]


        Not yet (that I know of), but another project is going on here that looks
        promising (see the guy's weblog):



        There is also a wiki page here - a little outdated...



        I am learning Eclipse development myself (and Java 8~( ) and hope to be
        able to contribute to one of these projects at some point.

        --
        Markus

        Comment

        Working...