[Erp5-users] Error:No module named mapping: fedora 12: installing bt5

Ignatius Kunjumon ignatius.kunjumon at gmail.com
Sat Feb 6 02:42:35 CET 2010


I tried to install erp5 in fc12
i could install erp5 site
i create shell script and it is working fine
but at the time of adding bt5
i am getting following error
Site Error

An error was encountered while publishing this resource.

*Error Type: ImportError *
*Error Value: No module named mapping *
 ------------------------------

Troubleshooting Suggestions

   - The URL may be incorrect.
   - The parameters passed to this resource may be incorrect.
   - A resource that this resource relies on may be encountering an error.

For more detailed information about the error, please refer to the HTML
source for this page.

If the error persists please contact the site maintainer. Thank you for your
patience.

my shell script 1#!/bin/sh

##################################################################
#     INSTALL PYTHON, ZOPE AND ALL OTHER DEPANDENCY PACKAGES     #
##################################################################
TARDIR=/root/ik
ERPMAIN=/PY24
##################################################################
ERPPYTHON=${ERPMAIN}/py241
ERPZOPE=${ERPMAIN}/zo278
ERPHOME=${ERPMAIN}/erp5
HOME=${ERPMAIN}/home
ZOPEHOME=${HOME}/zope
ZOPEDATA=${HOME}/data

sudo mkdir $ERPMAIN
sudo mkdir $ERPPYTHON
sudo mkdir $ERPZOPE
sudo mkdir $ERPHOME
sudo mkdir -p $ZOPEHOME
sudo mkdir -p $ZOPEDATA
##################################################################
cd $TARDIR
tar -jxvf Python-2.4.1.tar.bz2
cd Python-2.4.1
./configure --prefix=$ERPPYTHON
make
make install
##################################################################
cd $TARDIR
tar -zxvf psyco-1.4-src.tar.gz
cd psyco-1.4
$ERPPYTHON/bin/python setup.py install
##################################################################
cd $TARDIR
tar -zxvf PyXML-0.8.4.tar.gz
cd PyXML-0.8.4
$ERPPYTHON/bin/python setup.py install
##################################################################
cd $TARDIR
tar -zxvf itools-0.7.4.tar.gz
cd itools-0.7.4
$ERPPYTHON/bin/python setup.py install
##################################################################
cd $TARDIR
tar -zxvf ReportLab_2_3.tar.gz
cd ReportLab_2_3
$ERPPYTHON/bin/python setup.py install
##################################################################
cd $TARDIR
tar -zxvf Imaging-1.1.5.tar.gz
cd Imaging-1.1.5
$ERPPYTHON/bin/python setup.py install
##################################################################
cd $TARDIR
tar -zxvf Numeric-23.8.tar.gz
cd Numeric-23.8/
$ERPPYTHON/bin/python setup.py install
##################################################################
#cd $TARDIR
#$ERPPYTHON/bin/python ez_setup.py
##################################################################
cd $TARDIR
tar -zxvf setuptools-0.6c11.tar.gz
cd setuptools-0.6c11/
$ERPPYTHON/bin/python setup.py install
##################################################################
cd $TARDIR
tar -zxvf MySQL-python-1.2.3c1.tar.gz
cd MySQL-python-1.2.3c1/
$ERPPYTHON/bin/python setup.py install
##################################################################
cd $TARDIR
tar -zxvf ik-patched-with-skel-Zope-2.7.8-final.tar.gz
cd Zope-2.7.8-final/
./configure --with-python=$ERPPYTHON/bin/python --prefix=$ERPZOPE
make
make install
##################################################################



##################################################################
# ERP5 INSTALLATION
##################################################################
$ERPZOPE/bin/mkzopeinstance.py
##################################################################
cd $TARDIR
unzip erp5_products.zip
cd Products
mv * $ERPHOME/Products
##################################################################
cp $ERPHOME/Products/ERP5/Extensions/InventoryBrain.py $ERPHOME/Extensions
cp $ERPHOME/Products/ZSQLCatalog/zsqlbrain.py $ERPHOME/Extensions
##################################################################
------------------------



-- 
Ignatius Kunjumon
Type II A, Royal Manor
Near Ambili Nagar
Tripunithura, Cochin, PIN 682301
Kerala, INDIA
phone +91 484-2785523
mob 9495-428946
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.tiolive.com/pipermail/erp5-users/attachments/20100206/e7bec273/attachment.htm>


More information about the Erp5-users mailing list