Menu

ZMysqlDA no module named _mysql

Help
Anonymous
2001-10-05
2012-09-19
  • Anonymous

    Anonymous - 2001-10-05

    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

     
    • Anonymous

      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".

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.