Bug #644

Potential bug in installation of rsb-python

Added by J. P. Carbajal over 12 years ago. Updated over 12 years ago.

Status:ResolvedStart date:10/18/2011
Priority:NormalDue date:
Assignee:J. Wienke% Done:

0%

Category:Python
Target version:0.5

Description

The explanations here
https://code.cor-lab.org/projects/rsb/wiki/InstallationPython

say that

export PYTHONPATH=$prefix/lib/python2.X/site-packages

Which looks like the path in Windows systems. In Ubuntu systems it looks to be /usr/local/lib/python2.6/dist-packages/

Note dist vs. site

History

#1 Updated by J. Wienke over 12 years ago

  • Category set to Python
  • Status changed from New to In Progress
  • Assignee set to J. Wienke
  • Target version set to 0.5

I don't get the problem. For me setuptools always proposes site-packages. Are you installing with prefix=/usr?

#2 Updated by J. Wienke over 12 years ago

Ah ok, so for packages provided by the linux distribution it is dist-packages. All user locations (so not /usr or /usr/local) are site-packages. It's a detail of python and setuptools.

#3 Updated by J. Wienke over 12 years ago

  • Status changed from In Progress to Resolved

I've added a note to the wiki page.

Also available in: Atom PDF