After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 528066 - codegen should be installed into /usr/lib/python-2.x/site-packages
codegen should be installed into /usr/lib/python-2.x/site-packages
Status: RESOLVED DUPLICATE of bug 535524
Product: pygobject
Classification: Bindings
Component: general
Git master
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-14 16:46 UTC by Arun Raghavan
Modified: 2008-10-19 18:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
install codegen to /usr/lib/python-2.x/site-packages instead of /usr/share/pygtk (1.58 KB, patch)
2008-04-14 16:49 UTC, Arun Raghavan
none Details | Review

Description Arun Raghavan 2008-04-14 16:46:53 UTC
pygtk should install codegen into /usr/lib/...

Since it is currently installed into /usr/share/..., generating byte-compiled versions (*.pyc/*.pyo) in the same directories causes us to violate the FHS [1].

[1] http://www.pathname.com/fhs/pub/fhs-2.3.html#USRSHAREARCHITECTUREINDEPENDENTDATA
Comment 1 Arun Raghavan 2008-04-14 16:49:51 UTC
Created attachment 109249 [details] [review]
install codegen to /usr/lib/python-2.x/site-packages instead of /usr/share/pygtk
Comment 2 Gian Mario Tagliaretti 2008-05-03 13:42:47 UTC
moving to pygobject
Comment 3 Peter Hjalmarsson 2008-09-20 08:14:01 UTC
is this bug not a dupe of #535524 (or maybe the other way around)?
Comment 4 Arun Raghavan 2008-10-19 18:39:46 UTC
Marking as dupe of bug #535524 since there's already some discussion there.

*** This bug has been marked as a duplicate of 535524 ***