Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217780 - dev-python/4suite does not install in site-packages
Summary: dev-python/4suite does not install in site-packages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-15 11:15 UTC by Flammie Pirinen (RETIRED)
Modified: 2008-04-17 20:54 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 Flammie Pirinen (RETIRED) gentoo-dev 2008-04-15 11:15:51 UTC
4Suite libary for python installs itself in its own public directory and is unusable after installation without extra settings.

Reproducible: Always

Steps to Reproduce:
e.g. follow instructions in http://4suite.org/docs/howto/UNIX.xml
1. emerge 4suite
2. python
3. >>> rom Ft.Xml import Domlette
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named Ft.Xml

4. ^D $  4xml -h
Traceback (most recent call last):
  File "/usr/bin/4xml", line 5, in <module>
    import Ft.Xml._4xml
ImportError: No module named Ft.Xml._4xml


Actual Results:  
ImportErrors yay

Expected Results:  
no import errors \o/

I suppose if you didn’t override distutils paths in the ebuild it would work correctly automatically?
Comment 1 Rob Cakebread (RETIRED) gentoo-dev 2008-04-17 20:54:45 UTC
Thanks, Flammie. Fixed in CVS.


>> I suppose if you didn’t override distutils paths in the ebuild it would work
correctly automatically?

It needs to be overridden because of multilibs, but it was not installing it in site-packages.