we´re having python source code stored in a sql database, the code is build together to a virtual python module and can be executed.
In Pydev, is there a convenient way to open arbitrary (external, globally installed) module?Say, I want to see the source of markdown.blockprocessors module.How can I do that without typing an import
I was under the impression that installing Aptana Studio 3 also installed the python interpreter. when I try to create a PyDev project it says that \"Project Interpreter not specified\" So it will not
I\'m using Eclipse Indigo with PyDev for python development tasks and I\'m unable t开发者_开发知识库o get highlighting to work for HTML/CSS/JS and the like files.
I am developing using the PyDev plugin in Eclipse. My program uses several classes in several files. I usually run the program using the green \"play\" icon or using Control+F11. The only problem is t
it\'s a couple of months I\'ve started development in Python - having myself a C# and Java background.
I have a Python library design that I\'m trying to clean up, but I noticed that one piece isn\'t auto-completing in Eclipse/PyDev. I\'m familiar enough for this not to be a problem for me, but its a l
hm.. Sometime, PyDev say \"Unresolved import error\". In my environment Python2.6.6 Eclipse3.7 PyDev2.2.2
One of the nice features of working in Eclipse with PyDev is that clicking F3 you can browse into almost anything. However, if the package you\'re using is contained in a Python egg, that doesn\'t wor
I\'m using eclipse + pydev. I want to refactor and change the name of my module. I clicked on my module in the package explorer, but no refactoring (other than \'rename\') in the context menu. Similar