Re: [galaxy-dev] Writing a database interative tool

2012-02-06 Thread Nate Coraor
On Feb 4, 2012, at 7:53 AM, Matloob Khushi wrote: > Hi Galaxy Developers > > I aim to write a tool that will interact with Postgres database; here is what > I wrote to test database connectivity. This script resides in > /galaxy-dist/tools/test_tool/ and gets invoked from the front end. Howeve

[galaxy-dev] Writing a database interative tool

2012-02-06 Thread Matloob Khushi
Hi Galaxy Developers I aim to write a tool that will interact with Postgres database; here is what I wrote to test database connectivity. This script resides in /galaxy-dist/tools/test_tool/ and gets invoked from the front end. However script generate following error: No module named psycopg2.