On Wed, 2011-09-21 at 08:58 -0400, Brent S. Elmer wrote:
> Package: winpdb
> Version: 1.4.8-1
> Severity: grave
> 
> When I try to debug a python program in winpdb, I get an unhandled exception
> importing SHA26.
> 
> The following line is causing the problem:
> 
> from Crypto.Hash import SHA256
> 
> in the file /usr/share/pyshared/Crypto/Random/Fortuna/SHAd256.py
> 
> It looks like there is no SHA256.so.
> 

Actually, SHA256 is there because the program runs outside of winpdb and
also runs in pdb.  The problem seems to be that winpdb doesn't find it.
It seems like winpdb does not use the same PYTHONPATH or PATH or
something.  




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to