Summary: | dev-python/pydb-1.26-r1 - ImportError: No module named fns | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Helmut Jarausch <jarausch> |
Component: | [OLD] Development | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jfostiguy |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Helmut Jarausch
2012-02-08 11:16:06 UTC
The fix to this is to add python_convert_shebangs -r 2 . as the last line of src_install() actually python_convert_shebangs -r 2 ${ED} is better. This bug is not related to python_convert_shebangs(). I have the same issue. $ pydb Traceback (most recent call last): File "/usr/bin/pydb-2.7", line 19, in <module> import fns ImportError: No module named fns $ pydb-2.7 (Pydb) It's a bug in dev-lang/python. It has been fixed some time ago in dev-lang/python in Progress Overlay. http://gentoo-progress.googlecode.com/svn/overlays/progress/dev-lang/python/python-2.7.3_pre20120408.ebuild Hi, unfortunately, this patch didn't make it into python-2.7.3. Do you know which patch fixes the problem? Many thanks, Helmut. You can use stable dev-lang/python-2.7.3-r1000::progress or dev-lang/python-2.7.4_pre20120422::progress. Works in current versions |