Hi, I have  a problem with stackless on RedHat/Linux (actually
Centos/Linux). What what i do is:

[lars@localhost Desktop]$ sudo pip install stackless-python
Downloading/unpacking stackless-python
  Downloading stackless-python-10.0.tar.gz
  Running setup.py (path:/tmp/pip_build_root/stackless-python/setup.py)
egg_info for package stackless-python

    Installed
/tmp/pip_build_root/stackless-python/stackless_installer_C4_linux_x86_64-2.7.5.3-py2.7.egg

Installing collected packages: stackless-python
  Running setup.py install for stackless-python
    /usr/bin/python -c import sys;from pkg_resources import
load_entry_point;sys.exit(load_entry_point('stackless_installer_C4_linux_x86_64',
'console_scripts', 'install-stackless')())
    Stackless installer: install successfully completed
    Installed Stackless Python

Successfully installed stackless-python
Cleaning up...
[lars@localhost Desktop]$ slpython2.7
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
[lars@localhost Desktop]$ export PYTHONHOME=/usr/lib/
[lars@localhost Desktop]$ slpython2.7
ImportError: No module named site
[lars@localhost Desktop]$ python
ImportError: No module named site

I am using a new install of:

Windows7->VirtualBox4.3->Centos7, all 64 bits

The pre-installed version of python is 2.7.5

I am new to linux so it might something i do wrong or is there a problem
with the install script? How can i fix this?

Cheers, Lars



-- 
====================================
Lars van Gemerden
[email protected]
+31 6 26 88 55 39
====================================
_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to