pydev
Django templates syntax highlighting in Eclipse
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[详细]
2023-02-14 05:50 分类:问答How to stop/disable PyUnit when using PyDev
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[详细]
2023-02-13 17:48 分类:问答"Show in documentation" feature in Pydev?
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[详细]
2023-02-12 21:23 分类:问答Setting up Django with Eclipse - "Django not found"
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.[详细]
2023-02-12 03:33 分类:问答Pydev can't import poplib
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.[详细]
2023-02-11 15:54 分类:问答How to publish (in a server) a pydev app using eclipse?
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[详细]
2023-02-11 12:19 分类:问答Base classes missing with Pydev interpreter and virtualenv
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[详细]
2023-02-11 09:34 分类:问答What is a general process/concept to determine what to add to PYTHONPATH to resolve import issues?
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[详细]
2023-02-11 07:24 分类:问答Configuring App Engine path for PyDev on Mac
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[详细]
2023-02-08 15:27 分类:问答pydev: undefined variable error when importing compiled modules
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[详细]
2023-02-08 01:52 分类:问答