Is someone could help me ?
I'm trying to find each steps to install ZmysqlDA.
I just want tu use Mysql under Zope.
I am a new (LINUX, ZOPE, PYTHON, etc) user.
Thanks in advance
Jean-Marc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2001-10-09
Jean-Marc, I should probably speak to you in french but this forum is in english, so hopping you'll understand my poor english, here are the main steps :
*I assume you've already installed Zope
*untar the mysql-python module and install it : (you do this by "./python setup.py build" then "./python setup.py install" in the directory created, it's explained in the README file) you'll need "distutils" python module installed (http://www.python.org/sigs/distutils-sig/download.html), which is probably the case if you're using a recent python install.
*untar ZMySQLDA in your Zope root folder("cd /your_zopefolder" then "tar xvzf /where_is_the_file/ZMySQLDA-XXX.tar.gz").
*restart Zope and this should be working
If your new to linux zope etc... one thing you can almost allways use is "tar xvzf filename_you_download.tgz" then "cd the_new_directory" then "less README_or_INSTALL_etc".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is someone could help me ?
I'm trying to find each steps to install ZmysqlDA.
I just want tu use Mysql under Zope.
I am a new (LINUX, ZOPE, PYTHON, etc) user.
Thanks in advance
Jean-Marc
Jean-Marc, I should probably speak to you in french but this forum is in english, so hopping you'll understand my poor english, here are the main steps :
*I assume you've already installed Zope
*untar the mysql-python module and install it : (you do this by "./python setup.py build" then "./python setup.py install" in the directory created, it's explained in the README file) you'll need "distutils" python module installed (http://www.python.org/sigs/distutils-sig/download.html), which is probably the case if you're using a recent python install.
*untar ZMySQLDA in your Zope root folder("cd /your_zopefolder" then "tar xvzf /where_is_the_file/ZMySQLDA-XXX.tar.gz").
*restart Zope and this should be working
If your new to linux zope etc... one thing you can almost allways use is "tar xvzf filename_you_download.tgz" then "cd the_new_directory" then "less README_or_INSTALL_etc".