I use Eclipse and pydev for django development. This has worked more o开发者_运维知识库r less ok, including debugging. Syntax highlighting doesn\'t seem to work everywhere though. I couldn\'t get any
I would like to have PyUnit stop showing up each time I hit CtrlF11. It\'开发者_StackOverflows distracting and I don\'t understand it\'s output anyways, nor did I (knowingly) elect to enable it. I can
Does Pydev have a \"Show in Documentation\" feature that can show the Python documentation of a code item in e.g. a web browser? If it does not have a feature like thi开发者_Python百科s by default, is
I\'m trying to setup Django with Eclipse. Right now I\'m creating a new Pydev Django project, and getting \"Django not found\" error message.
I\'m using Aptana Studio 3 beta which comes with Pydev, everything appears to be working apart from I can\'t import poplib which is part of the standard library.
I\'m new with Eclipse and in the field of web applications. I used eclipse to wrote a django application that works well inside the development server integrated in django. Now, using Eclipse, I want
Ok, so if I create a brand new virtualenv, then hop into that environment, go into a python shell within that environment, and run \'import logging\', for instance, it imports absolutely fine.I can th
I keep running into problems with Unresolved imports in my Django project (in Eclipse w/ PyDev).After googling for a while on a given issue I can generally find the right thing to add to PYTHONPATH to
I\'ve just installed Eclipse and the Pydev plug-in on my Mac (OS X 10.6.6) and I\'m having trouble using the Google App Engine project \'template\'. I\'m really stuck here so your help would be really
I want to switch my python-IDE from idle to pydev (eclipse). I am using a couple of modules which I have as compiled bytecode (*.pyc) only. In idle that was never a problem and it even offers code com