This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Andreas.Jung
Recipients Andreas.Jung
Date 2013-05-29.06:24:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369808700.25.0.570015045706.issue18092@psf.upfronthosting.co.za>
In-reply-to
Content
I tried to install 2.7.5 on my OpenSuse 12.2 (latest patches)

ajung@blackmoon2:~/sandboxes/mib.portal> cat /etc/issue
Welcome to openSUSE 12.2 "Mantis" - Kernel \r (\l).


Compilation went fine (no visible errors).

Starting the interpreter gives me:

ajung@blackmoon2:~/sandboxes/mib.portal> /opt/python-2.7.5/bin/python 
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Python 2.7.5 (default, May 29 2013, 08:19:10) 
[GCC 4.7.1 20120723 [gcc-4_7-branch revision 189773]] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 

Trying to bootstrap a Pyramid project using zc.buildout gives me:

ajung@blackmoon2:~/sandboxes/mib.portal> /opt/python-2.7.5/bin/python bootstrap.py 
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Traceback (most recent call last):
  File "bootstrap.py", line 21, in <module>
    import os, shutil, sys, tempfile, urllib, urllib2, subprocess
  File "/opt/python-2.7.5/lib/python2.7/shutil.py", line 12, in <module>
    import collections
  File "/opt/python-2.7.5/lib/python2.7/collections.py", line 8, in <module>
    from _collections import deque, defaultdict
ImportError: No module named _collections
History
Date User Action Args
2013-05-29 06:25:00Andreas.Jungsetrecipients: + Andreas.Jung
2013-05-29 06:25:00Andreas.Jungsetmessageid: <1369808700.25.0.570015045706.issue18092@psf.upfronthosting.co.za>
2013-05-29 06:25:00Andreas.Junglinkissue18092 messages
2013-05-29 06:24:59Andreas.Jungcreate