Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

You can check your python version by using -V option:

Code Block
$ python \-V

Pre-requisite packages

You might require python's setup tools if not installed already. They can be obtained from python setuptools.

As a dependency package "mysql-devel" may be required, if not installed already. The easiest way to do this is "yum install mysql-devel".

MySQLdb Interface to Python

...