Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5436216
By: roinnej

Being as confused as you, I tried to do something to bring the basic information
to use eclipse/pydev altogether and here is the result.

First: Install Pydev.
(Assuming that your Eclipse SDK is open) 
Click "Help"
  =>click "Software Updates..."
    =>click on the "Available Software" tab
      =>click the "Add Site.." button
        =>copy/paste this url: http://pydev.sourceforge.net/updates/
    =>back to "Available Software" tab
      =>collapse http://pydev.sourceforge.net/updates/
        =>check "Pydev", leave "" uncheck
          =>click the "Install" button

Second: Config Pydev
(Assuming that you already installed Pydev)
Click "Window"
  =>click "Preferences"
    =>collapse "Pydev"
      =>select "Interpreter - Python"
        =>click the "New..." button on the upper-right corner
          =>browse to find your python.exe
            =>click the "Apply" button on the lower-right corner and see all
the built-ins and libs being loaded.

Third: Use Pydev
(Assuming that Pydev is installed AND well configured)
Click "File"
  => click "New"
    =>click "Pydev Project"
      =>type a project name, for ex: yourprojectname
      =>check the python version you are using (Python 2.5 for example)
      =>leave the "default src" option checked
      =>click "Finish"

And now we create the python file itself (for ex: "myscript.py")

=>click "File"
  =>click "New"
    =>click "Python Module"
      =>look if the "parent folder" is "yourprojectname/src" ; if not select it
      =>leave the "Package" cell empty
      =>enter the name of your file, without extension (here, "myscript")
      =>click "Finish"

To create the file you can also:
=>Click "File"
  =>click "New"
    =>click "File..."
      =>look if the "parent folder" is "yourprojectname/src" ; if not select it
      =>enter the file name WITH the extension (here, "myscript.py")
      =>click "Finish"

And here we have a working file ! I will update the thread to see how the 
console
works ...

Feel free to copy directly or indirectly the content of this post, etc. In fact,
just feel free. For anything.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to