pydev
How to increase verbosity in python unittest?
I have a test case class like this one: import unittest import sys class Test(unittest.TestCase): def test_a(self):[详细]
2023-03-14 16:36 分类:问答Pydev: Where do I have to add the path for an external lib (usr/local/mysql/lib/libmysqlclient)?
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[详细]
2023-03-14 04:15 分类:问答Python-brisa works in Eclipse but not in the shell
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[详细]
2023-03-13 14:06 分类:问答pydev: debug in console mode (interactive)?
I\'m just starting to use pydev but am fairly experienced with Eclipse. I can use F11 to debug a file.[详细]
2023-03-13 08:33 分类:问答stopping setup.py from installing as egg
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?[详细]
2023-03-12 09:12 分类:问答Pydev for Eclipse does not change all reference when renaming package
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[详细]
2023-03-11 20:37 分类:问答pydev - call a function with only self as argument
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[详细]
2023-03-09 18:08 分类:问答Multiple installs of Python on MacOSX for Eclipse
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[详细]
2023-03-08 07:51 分类:问答Easiest & fastest way to export a Python program to run on another computer?
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[详细]
2023-03-06 06:57 分类:问答I cannot find pydev django project in eclipse
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开发[详细]
2023-03-05 23:51 分类:问答