pydev
Is there a way to hook Django's unittest into PyUnit in eclipse?
I\'ve been working on a Django project for the past few weeks now, and it\'s been fairly smooth sailing. I use Django\'s unittest library to test everything, and the result show up in the console.[详细]
2023-02-25 06:48 分类:问答Running unit tests in Pydev
I am trying to run unit tests in Pydev using IronPython. When开发者_运维知识库 I try to run a test with Ctrl+F9 the following error message shows up in the Eclipse console window:[详细]
2023-02-25 01:20 分类:问答Django in Pydev spawns multiple processes?
I have my project setup in PyDev in Eclipse. Whenever I debug my project, things go great, but once I try to restart the D开发者_如何学Gojango server, it spawns an additional runserver process, blocki[详细]
2023-02-22 11:35 分类:问答Python Twisted does not work on Eclipse
I开发者_如何学运维 installed Twisted for Python and I am trying to build a simple server on Eclipse and I am getting the following error:[详细]
2023-02-20 03:58 分类:问答Initialization of unit-test in PyDev?
I am unit-testing my python code in eclipse using PyDev unit-testing. I right click on the appropriate file and select Ru开发者_开发技巧n As -> Python unit-test. Concerning this plugin I have a few qu[详细]
2023-02-19 22:09 分类:问答pylint import and dynamic path modification
My projects are generally structured like this: projectname/ __init__.py python/ mymodule.py other_stuff/ more_stuff/[详细]
2023-02-19 13:07 分类:问答Unresolved import in pydev
I am a first time user of Python, I have Eclipse (Helios) on Windows XP and Pydev installed and all is well except that when I am following the GAE tutorial for Python[详细]
2023-02-18 06:00 分类:问答Why doesn't Pydev find Django?
I have Django installed. I also have django-admin.py in my python-2.7 folder. I can import django using 开发者_高级运维my Python shell (DreamPie). But I can\'t create a new Django project in Pydev. Wh[详细]
2023-02-17 22:36 分类:问答Using pyobjc imports in PyDev in Eclipse on Mac OS X
I\'ve installed and configured PyDev version 1.6.5.2011020317 inside Eclipse, running on Mac OS X 10.6.6:[详细]
2023-02-16 00:54 分类:问答How to organize a Python Project?
I\'m new to Python and I\'m starting a mini Project, but I have some doubts on how to organize the folders in the "Python Way".[详细]
2023-02-14 07:03 分类:问答