Questions tagged [pydev]

PyDev is an Eclipse plugin for Python development.

PyDev - one of the best IDEs for Python development. Distributed as an Eclipse plugin.

Detailed information and download available at http://pydev.org/

Related Links:

2553 questions
1
vote
4 answers

Cannot Import Python Package

I am having trouble importing python packages only when running python from cmdline/console. However, when using pydev, everything seems to work fine. I have the following filesystem... ---MarketData ---Parser ---Parser.py …
jab
  • 5,673
  • 9
  • 53
  • 84
1
vote
1 answer

Correct directory for Tweepy API to add to the PythonPath

Setup iMac 10.7.4, Eclipse Indigo, Pydev, Python 2.7 I’m trying to install the Tweepy API but the documentation is a bit sparse for any beginner programmer. I thought I had it installed as I had downloaded the necessary file to my applications…
Deepend
  • 4,057
  • 17
  • 60
  • 101
1
vote
1 answer

PyDev Interactive Console: Using project files

I have two questions in regards to the PyDev (Python editor for Eclipse) and its interactive console. Here is my current situation: whenever I run the interactive console (ctrl + alt + enter), the console requires that I then import the file in the…
Zhouster
  • 746
  • 3
  • 13
  • 23
1
vote
1 answer

Can eclipse pydev interpret a file as a python file without a suffix

If I have a python file that has no suffix. Can pydev read that file as a python file using the first line of the file if it includes a #!/usr/bin/python? I'm not really concerned specifically about using that first line, just that that line…
Nathan Feger
  • 19,122
  • 11
  • 62
  • 71
1
vote
1 answer

Trigger Jython scripting in PyDev whenever the editor text changes

How can I register for a notification of changed text in a PyDev Jython script? I'd like to write a Jython script for PyDev that will analyse the text in the editor and then add some comments to the text under certain circumstances. Every time the…
Don Kirkby
  • 53,582
  • 27
  • 205
  • 286
1
vote
1 answer

Highlight and replace arguments in autocompleted functions in PyDev interpreter

When I hit Ctrl-Alt-Enter in PyDev and begin typing a function name into the interpreter, PyDev helpfully offers a list of autocompletions. When I hit Enter, PyDev completes the function name and adds the parameter names, in parentheses. This would…
Patrick Brinich-Langlois
  • 1,381
  • 1
  • 15
  • 29
1
vote
1 answer

Getting method help, while using Eclipse Pydev

I wonder, using Eclipse's PyDev plugin, how come documentation does not always show up? Compared with Is there a way to set Eclipse to "always show modules available along with the help attached"?
James Raitsev
  • 92,517
  • 154
  • 335
  • 470
1
vote
2 answers

Pydev - startup

Maybe I got simple questions so I googled it but I can't find answer. I am using Pydev/Eclipse and I want to run the script within Console. First I want to modify the startup of the session - it means some modules are loaded during start (math,…
Pepe
  • 213
  • 1
  • 5
  • 17
1
vote
0 answers

Eclipse cannot save python2.7 interpretor

Though this is strange but happening with me. I add python3.2 in in the Pydev> interpreter-python it is saved for always. I can run my scripts pretty well. But when I add a 'python2.7' in the Pydev> interpreter-python it shows there till preferences…
Atul Kakrana
  • 735
  • 2
  • 7
  • 13
1
vote
3 answers

How to debug and setup break points with Aptana/Eclipse using Pyramid Framework?

I'm having trouble starting debug mode in Aptana using the Pyramid Framework. The platform I'm using is Debian/Linux, running Python 3. These are the commands I use to create and run a Pyramid project. (source) 1. pcreate -s starter MyProject …
Brandon Poole
  • 382
  • 2
  • 7
1
vote
2 answers

Error configuring jython 2.5.1 on Eclipse 3.7.2 on Ubuntu 12.04

I'm trying to set up the Jython interpreter on a Eclipse 3.7.2 installed on Ubuntu 12.04 via Ubuntu Software Center. Eclipse is eclipse-platform 3.7.2-1 version. PyDev has been installed as indicated by the user manual (or at least that is what I…
1
vote
1 answer

Unable to toggle code folding in Aptana PyDev editor

Does anyone know if it is possible to toggle code folding to expand/collapse code under APtana PyDev editor? I looked around and it seems that all you need to do is go to Preferences -> General -> Key and then Toggle Folding with binding…
swoosh
  • 639
  • 2
  • 9
  • 17
1
vote
1 answer

google appengine- aptana studio

I am trying to use aptana studio (pydev) for google appengine project. I am having problem with configuring appengine. How do I find google appengine directory ON MAC
niranjanbajgai
  • 295
  • 1
  • 3
  • 8
1
vote
0 answers

How do I get a workspace containing all commits of a bitbucket (mercurial) repository?

I've just started using Mercurial (hosted on bitbucket, interface is through eclipse pydev), and am very confused. My apologies for the very basic question, but I could not google an answer. I tried reading the mercurial tutorial, but to no…
kretch
  • 51
  • 1
1
vote
0 answers

Python multiprocessing pipe will not recv() properly in PyDev, works fine anywhere else

This is from another question I had. I discovered that this error only occurs in PyDev. If I run the code from the command line or from IDLE, the proper output is produced. In PyDev, nothing happens: This is for Python 3.2.2, Eclipse 3.7.2: from…
Vijchti
  • 526
  • 6
  • 19
1 2 3
99
100