pydev
Pydev with Scapy Gives "Unresolved Import" Error
I\'m trying to write a program that uses the scapy modules.I\'m using PyDev for my development but it keeps giving me errors when I import certain parts of the Scapy module.I\'m pretty sure I have my[详细]
2023-04-09 03:32 分类:问答Problem importing wx with PyDev - undefined variable import
I am getting errors like Undefined variable from import: BOLD while I do: import wx print(wx.BOLD) I looked at wx module initialization and it does something like[详细]
2023-04-07 06:25 分类:问答Solving the invalid name for Python module warning in PyDev
I encountered the Invalid name for Python module: ...filename (it\'ll not be analyzed) warning message in PyDev and I tried to resolve it by replacing - in the filename with _ but the warning didn\'t[详细]
2023-04-07 06:05 分类:问答todo tags not working on eclipse and pydev
I\'m using eclipse 3.7.0 on fedora and pydev 2.2.2 I tried to use the todo tags but it doesnt work. the todo tags on window > preferences looks fine.[详细]
2023-04-06 20:02 分类:问答Pydev-pylint fix all errors at once
I am using the pylint plugin in pydev (eclipse) to check for static errors in my code. Often there will be same type of errors in many places, for example, unused variable i. Is there a way to execute[详细]
2023-04-06 07:25 分类:问答pydev debugging: how to make the debug session automatically stop at the first executable line?
Can I make debug sessions in Aptana (with pydev) stop automatically on the first executable line, as if I had s开发者_StackOverflowet a breakpoint there?Not currently. Please open a feature request fo[详细]
2023-04-06 05:05 分类:问答eclipse crashes when debug with PyDev
Just as described in the title. I am using Eclipse Helios, PyDev plugin 2.2.2.2022082312, the OS is Red Hat 4.1.开发者_Python百科2-48 Linux version 2.6.18-194.el5. After I set the breakpoint and start[详细]
2023-04-06 02:04 分类:问答PyDev unittesting: How to capture text logged to a logging.Logger in "Captured Output"
I am using PyDev for development and unit-testing of my Python application. As for unit-testing, everything works great except the fact that no content is logged to the logging framework. The logger i[详细]
2023-04-05 17:20 分类:问答Unresolved import in PyDev in package __init__
This is really a trivial problem, but it\'s driving me crazy. I created an essentially default PyDev project (PyDev 2.2.2, Eclipse 3.7.0) using the src folder option, so now I have something like thi[详细]
2023-04-05 10:37 分类:问答Undefined constants in eclipse
I\'m using eclipse/aptana for python development. I have no issue with my python path config, autocomplete works fine with everything, however I am having the following problem:[详细]
2023-04-04 06:52 分类:问答