futuregrid / cloud-metrics

Project to create usage statistics from IaaS such as OpenStack, Eucalyptus, and Nimbus
2 stars 3 forks source link

unable to create module based documentation #82

Open laszewsk opened 11 years ago

laszewsk commented 11 years ago
import fgmetric.FGEucaMetricsDB

File "/Users/neu/ENV/lib/python2.7/site-packages/fgmetric-3.1.1_-py2.7.egg/fgmetric/FGEucaMetricsDB.py", line 6, in import MySQLdb ImportError: No module named MySQLdb usage: sphinx-build [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: sphinx-build --help [cmd1 cmd2 ...] or: sphinx-build --help-commands or: sphinx-build cmd --help

error: option -b not recognized make: *\ [html] Error 1

laszewsk commented 11 years ago

obviously the make files do not work as expected as it is not possible to create the documentation on a vanilla machine as requirements are not met. please fix so we can start getting back to develop documentation

laszewsk commented 11 years ago

sudo pip install mysql-connector-python

does not solve it either