| Summary: | dev-python/simplegeneric-0.8 with system python 3.2 - NameError: global name 'file' is not defined | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | arnk <ludo.arnk> |
| Component: | [OLD] Development | Assignee: | Python Gentoo Team <python> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | Bernd.Feige, ludo.arnk |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
arnk
2012-01-11 04:46:22 UTC
python 3.2 deesn't have the file function. replace it with open maybe fix it. (In reply to comment #1) > python 3.2 deesn't have the file function. > replace it with open maybe fix it. Same problem here, and replacing "file" by "open" in setup.py really fixes it. Note that ipython0.12-r1 pulls simplegeneric, so right now it cannot be installed if python3 is present. *** This bug has been marked as a duplicate of bug 398457 *** |