ActiveState Community

Komodo 5.1 remote debugging floating point error on dbgp.client import

Posted by markrowsoft on 2009-10-22 12:11

After downloading Komodo-PythonRemoteDebugging-5.1.4-30485-linux-x86.tar.gz,

I extracted the contents, copied the dbgp directory to /usr/lib/python2.4/site-packages/dbgp,
and tried to import dbgp.client with the following:

~ : python2.4
Python 2.4.1 (#1, Apr 29 2005, 15:56:25) 
[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-49)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pgdb.client
Traceback (most recent call last):
  File "", line 1, in ?
ImportError: No module named client
>>> import dbgp.client
Floating point exception

Using older 2.4.21-27.0.2.EL version of Red Hat.

markrowsoft | Thu, 2009-10-22 12:19

I downloaded the newer version: Komodo-PythonRemoteDebugging-5.2.1-34168-linux-x86, installed and this resolved my issue.