Summary: | python compilation error in dcoppython/shell | ||
---|---|---|---|
Product: | [Unmaintained] bindings | Reporter: | Arc C. <achapkis> |
Component: | general | Assignee: | kde-bindings |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Arc C.
2003-11-10 19:32:49 UTC
What version of python is /usr/bin/python? Type /usr/bin/python to see It was 1.5.2, version's 2.1.1 executable was /usr/bin/python2. I've tried to change to it in Makefile, but got some other error. Right now I've compiled latest python from sources and removed python packages. It will take me another 2 days to get to compiling kdebindings (I removed kde_3.2 install directory as I was building new gcc). As I thought; won't work with Python <2 and the build system is picking up /usr/bin/python first. In bash you should be able to export PYTHON=/path/to/python2 before configure to force it to the right one. Yes, this bug can be closed - I updated python to the latest version and kdebindings compiled OK. Closing as invalid as per reporter's comment. |