Re: ImportError: No module named _gdb

2014-06-02 Thread dieter
Marcelo Sardelich writes: > Didier thanks for your prompt reply. > I installed a pre-built version of Python. > As you said, probably something is missing. > > I tried to google packages related to gdb, but ain't had no luck. The missing part is related to the gdb-Python integration. Look around

Re: ImportError: No module named _gdb

2014-06-02 Thread Marcelo Sardelich
Didier thanks for your prompt reply. I installed a pre-built version of Python. As you said, probably something is missing. I tried to google packages related to gdb, but ain't had no luck. Do you have any idea if it is a compiler directive? I mean I can compile Python from source. Not a proble

Re: ImportError: No module named _gdb

2014-06-01 Thread dieter
Marcelo Sardelich writes: > So I'm trying to implement pretty printing information using gdb-python27 on > Windows7 > > Hopefully, someone experienced the same issue. > > GDB is working fine, but when I run gdb-python27 I got the following error > (related to a python import): > > C:\MinGW\bin>g