Ticket #14135 (new Bug)

Opened 22 months ago

Problem python while trying to install plone4.3-unified on debian wheezy

Reported by: art.boer.96@… Owned by:
Priority: minor Milestone: 4.x
Component: Unknown Version: 4.3
Keywords: Cc:

Description

Dear Plone,

I can't get plone 4.3 unifiedinstaller to work on my debian wheezy virtual OS. The problem seems to be python, I've tried updating source.list, apt-get update, apt-get upgrade and apt-get install python-dev. But I keep getting errors when trying to install or run python.

Error ./install standalone:

art@debian:~/Downloads/Plone-4.3.3-UnifiedInstaller$ sudo ./install.sh standalone

Testing /usr/bin/python2.7 for Zope/Plone requirements.... Failed: We need to be able to use Python.h, which is missing. You may be able to resolve this by installing the python-dev package.

/usr/bin/python2.7 does not meet the requirements for Zope/Plone.

Please do one of the following: 1) Install python2.7 as a system 'dev' package; 2) Use --with-python=... option to point the installer to a useable python; or 3) Use the --build-python option to tell the installer to build Python.

Error on installing python-dev:

art@debian:~/Downloads/Plone-4.3.3-UnifiedInstaller$ sudo apt-get install python-dev Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies:

python-dev : Depends: python2.7-dev (>= 2.7.3-1~) but it is not going to be installed

E: Unable to correct problems, you have held broken packages.

Note: See TracTickets for help on using tickets.