On 30-Oct-2012, at 1:32 PM, Prasanna Santhanam <prasanna.santha...@citrix.com> wrote:
>> Only glitch was that I had to install the mysql-connector-python to >> get marvin going…I recalled the email thread about it, I will check >> tomorrow if it's documented properly. That should be documented. > pip should've fetched mysql-connector-python when installing marvin. > Didn't happen? Yes, as it's install requirement not build requirement, when it does python setup.py build. We're not installing marvin, hence it won't fetch mysql-connector-python. In tools/marvin/pom.xml, the install execution only happens during deploy phase, so if we do mvn deploy -P <args etc> it should fetch, but may fail due to non-admin privileges. The default phase is install. Regards.