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
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
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
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.
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
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
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
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
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
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: