python 环境变量出错?

软件和网站开发以及相关技术探讨
回复
bigafrotheory
帖子: 2
注册时间: 2013-06-25 15:16
系统: ubuntu 10.04

python 环境变量出错?

#1

帖子 bigafrotheory » 2013-06-25 15:26

android 编译途中,遇到了问题,上网查了下,应该python的环境变量有错?

~/android/source# make
/bin/bash: prebuilts/misc/linux-x86/bison/bison: 没有那个文件或目录
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
============================================
PLATFORM_VERSION_CODENAME=AOSP
PLATFORM_VERSION=4.2.2.2.2.2.2.2.2.2
TARGET_PRODUCT=full
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a
TARGET_CPU_VARIANT=generic
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=
HOST_BUILD_TYPE=release
BUILD_ID=OPENMASTER
OUT_DIR=out
============================================
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
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
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
make: *** 没有规则可以创建“out/target/common/obj/PACKAGING/checkapi-last-timestamp”需要的目标“out/target/common/obj/PACKAGING/public_api.txt”。 停止。

找了好久,都没有方法,求大哥们想想办法
bigafrotheory
帖子: 2
注册时间: 2013-06-25 15:16
系统: ubuntu 10.04

Re: python 环境变量出错?

#2

帖子 bigafrotheory » 2013-06-25 16:12

python
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
'import site' failed; use -v for traceback
Python 2.6.5 (r265:79063, Oct 1 2012, 22:04:36)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.

现在都不知道发生什么事了......救命
头像
lilydjwg
论坛版主
帖子: 4249
注册时间: 2009-04-11 23:46
系统: Arch Linux
联系:

Re: python 环境变量出错?

#3

帖子 lilydjwg » 2013-07-04 11:46

2.6.5?好老……

你是什么发行版?Python 是怎么安装的?
回复