From: R. B. <ro...@pa...> - 2006-10-30 19:39:00
|
That's odd. What are the values of signum and signame? Also What OS are you running under? Thanks. David Geller writes: > Hi, > > I just installed pydb 1.19 (python 2.4.2). > I get the following error upon invocation: > > [ab@host1 pydb-1.19]$ pydb > Traceback (most recent call last): > File "/usr/local/bin/pydb", line 650, in ? > main() > File "/usr/local/bin/pydb", line 554, in main > p = Pdb() > File "/usr/local/bin/pydb", line 203, in __init__ > Gdb.__init__(self, completekey, stdin, stdout) > File "/usr/local/lib/python2.4/site-packages/pydb/gdb.py", line 45, > in __init__ > self.sigmgr = sighandler.SignalManager(self) > File "/usr/local/lib/python2.4/site-packages/pydb/sighandler.py", > line 72, in > __init__ > False, False) > File "/usr/local/lib/python2.4/site-packages/pydb/sighandler.py", > line 249, in __init__ > self.old_handler = signal.getsignal(self.signum) > ValueError: signal number out of range > > > Any ideas? > > Thanks! > > David > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Bashdb-pydb mailing list > Bas...@li... > https://lists.sourceforge.net/lists/listinfo/bashdb-pydb > |