Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18130 > unrolled thread
| Started by | tinnews@isbd.co.uk |
|---|---|
| First post | 2011-12-28 17:38 +0000 |
| Last post | 2011-12-28 17:38 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Python app installs itself in two places - why? tinnews@isbd.co.uk - 2011-12-28 17:38 +0000
| From | tinnews@isbd.co.uk |
|---|---|
| Date | 2011-12-28 17:38 +0000 |
| Subject | Python app installs itself in two places - why? |
| Message-ID | <pp0ss8-qsn.ln1@chris.zbmc.eu> |
I have installed an application called pycocuma on my xubuntu 11.10
system. It works OK and I'm aiming to develop it a little as its
'owner' has long since stopped work on it.
However I'm a little puzzled by the way it has installed itself (it's
a standard package from the Ubuntu repositories), all the python
source is installed in two places:-
/usr/lib/python2.7/dist-packages/pycocumalib
/usr/share/pyshared/pycocumalib
All the files in /usr/lib/python2.7/dist-packages/pycocumalib are
actually symbolic links to the ones in /usr/share/pyshared/pycocumalib
but I just wondered why they're in both places.
Is it just 'historic' or is there a good sound reason for it?
--
Chris Green
Back to top | Article view | comp.lang.python
csiph-web