Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49670 - circle ImportError: No module named crypto.number
Summary: circle ImportError: No module named crypto.number
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo net-p2p team
URL: http://mail.gnu.org/archive/html/circ...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-01 22:16 UTC by Steve Coffman
Modified: 2004-05-02 06:15 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Coffman 2004-05-01 22:16:19 UTC
Running the Circle after emerging will yeild the error message "ImportError: No module named crypto.number". This is due to missing lines in the ebuild. In the ebuild after this line:

doins circlelib/*.xpm

put the following:

insinto /usr/lib/python${PYVER}/site-packages/circlelib/crypto/
doins circlelib/crypto/*

emerge again, and The Circle will work.

Reproducible: Always
Steps to Reproduce:
1.Get to console and type the following:
2.ACCEPT_KEYWORDS="~x86" emerge Circle
3.circle

Actual Results:  
ImportError: No module named crypto.number

Expected Results:  
No error message.

In the ebuild after this line:

doins circlelib/*.xpm

put the following:

insinto /usr/lib/python${PYVER}/site-packages/circlelib/crypto/
doins circlelib/crypto/*

emerge again, and The Circle will work. Some of the html files may also be in
places that it doesn't expect, and additional insinto/doins lines may be
necessary. I'm currently on a NAT network so I can't run the program fully to test.
Comment 1 Jon Hood (RETIRED) gentoo-dev 2004-05-02 06:15:19 UTC
Nice catch! -r1 is now in portage