ImportError: No module named _gdb

2014-06-01 Thread Marcelo Sardelich
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>gdb-python27.exe Traceback (most recent cal

Re: ImportError: No module named _gdb

2014-06-02 Thread Marcelo Sardelich
Not a problem. Let me know.. On Monday, June 2, 2014 7:07:22 AM UTC+1, dieter wrote: > Marcelo Sardelich writes: > > > So I'm trying to implement pretty printing information using gdb-python27 > > on Windows7 > > > > > > Hopefully, someone experienced the