Hi,
I'm using EPD, and it's first time trying cython debugger for me and I'm
getting this error when I envoke cygdb.
$ cygdb -- INSERT --
GNU gdb (GDB) SUSE (7.3-41.1.2)
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-suse-linux".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Traceback (most recent call last):
File "<string>", line 1, in <module>
ImportError: No module named Cython.Debugger
/tmp/tmpngWidj:3: Error in sourced command file:
Error while executing Python code.
I have built the extension with
$ python setup.py build_ext --pyrex-gdb --inplace
Since I have system python in my openSUSE system, I installed EPD in my
home folder and I envoke EPD python with epy. I wonder if that is
causing the problem. (cython and cygdb are in PATH though since I don't
have cython installed on my system python)
I tried to search for solution but haven't gotten a solution so far.
Thank you,
Joon