I have a test case class like this one: import unittest import sys class Test(unittest.TestCase): def test_a(self):
I use mysqldb and pydev eclipse. I successfully compiled mysqldb 1.23 and now I would like to import it. mysqldb 1.23 needs the library libmysqlclient.18.dylib which lies in my case in /usr/local/mysq
The next python-brisa code works in Eclipse but gets stuck if I execute it from the shell. I think that the problem is in reactor.main(). Because if I comment it and I create a infinite loop the progr
I\'m just starting to use pydev but am fairly experienced with Eclipse. I can use F11 to debug a file.
How do I stop setup.py from installing a package as an egg?Or even better, how do I easy_install from installing a package as an egg?
I would expect the pydev package to rename all references in a project when rafactoring a module name. However, this is not the case. Anyon开发者_JAVA百科e knows how to fix this?delete the project in
I am new to PyDev, written scripts using mainly notepad++ and jedit where I never had these issues. In a module, I h开发者_JS百科ave defined a function - get_user_inputs(self). I used the argument sel
I want to have multiple installs of Python: 2.1, 2.4, 2.7, 3.x My IDE is Eclipse (Helios)/Pydev on MacOSX, which works great. I have a couple of Python codebases that are/will be running on different
My friend does not have Python or the libraries needed installed on his mach开发者_如何学运维ine to run a program I have written.Is there a simple way to export my project (currently sitting in pydev
Hi after I have installed python django and so on, I add the python to eclipse and it is fine, and when I went to new->project...>pydev-> \"here I am not able to see the pydev django project\", wh开发