Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting no traceback on CentOS in python2.4 #51

Closed
vfxGer opened this issue Oct 25, 2011 · 1 comment
Closed

Getting no traceback on CentOS in python2.4 #51

vfxGer opened this issue Oct 25, 2011 · 1 comment

Comments

@vfxGer
Copy link

vfxGer commented Oct 25, 2011

Getting the below error on import. on CentOS in python2.4.
The installation but I am at a lost to debug this error. Any idea how to debug this?

import paramiko
ERROR: Internal Python error in the inspect module.
Below is the traceback from this internal error.

Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/IPython/ultraTB.py", line 603, in text
records = _fixed_getinnerframes(etb, context,self.tb_offset)
File "/usr/lib/python2.4/site-packages/IPython/ultraTB.py", line 230, in _fixed_getinnerframes
records = fix_frame_records_filenames(inspect.getinnerframes(etb, context))
File "/usr/lib64/python2.4/inspect.py", line 811, in getinnerframes
framelist.append((tb.tb_frame,) + getframeinfo(tb, context))
File "/usr/lib64/python2.4/inspect.py", line 775, in getframeinfo
lines, lnum = findsource(frame)
File "/usr/lib64/python2.4/inspect.py", line 437, in findsource
if pat.match(lines[lnum]): break
IndexError: list index out of range

Unfortunately, your original traceback can not be constructed.

@vfxGer
Copy link
Author

vfxGer commented Oct 25, 2011

Looks like an ipython issue. The actual traceback is:

Traceback (most recent call last):
File "", line 1, in ?
File "build/bdist.linux-x86_64/egg/paramiko/init.py", line 69, in ?
File "build/bdist.linux-x86_64/egg/paramiko/transport.py", line 32, in ?
File "build/bdist.linux-x86_64/egg/paramiko/util.py", line 32, in ?
File "build/bdist.linux-x86_64/egg/paramiko/common.py", line 98, in ?
File "/usr/lib64/python2.4/site-packages/Crypto/Random/init.py", line 29, in ?
from Crypto.Random import _UserFriendlyRNG
File "/usr/lib64/python2.4/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 38, in ?
from Crypto.Random.Fortuna import FortunaAccumulator
File "/usr/lib64/python2.4/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py", line 39, in ?
import FortunaGenerator
File "/usr/lib64/python2.4/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py", line 34, in ?
from Crypto.Util.number import ceil_shift, exact_log2, exact_div
File "/usr/lib64/python2.4/site-packages/Crypto/Util/number.py", line 56, in ?
if _fastmath is not None and not _fastmath.HAVE_DECL_MPZ_POWM_SEC:
AttributeError: 'module' object has no attribute 'HAVE_DECL_MPZ_POWM_SEC'

@vfxGer vfxGer closed this as completed Oct 25, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant