Dear Kirk, On Wed, Nov 25, 2009 at 10:06 PM, <[email protected]> wrote: > With a previous version of RDKit I had been able to do this: > > import SearchDb > from SearchDb import parser > > What are the new namespaces to get this back up?
SearchDb.py is in $RDBASE/Projects/DbCLI. This isn't in the usual recommended PYTHONPATH, so you'll have to add that directory explicitly, something like: export PYTHONPATH="$PYTHONPATH:$RDBASE/Projects/DbCLI" hope this helps, -greg ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Rdkit-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

