Dear all, This morning I uploaded some beta binary packages to the google code download page: http://code.google.com/p/rdkit/downloads/list
I haven't had a chance to do installation instructions yet, but you can probably figure out where the linux and mac tarballs should be extracted by looking at their contents. You should set your RDBASE environment variables to the share/rdkit directory and make sure that share/rdkit/lib is in either your LD_LIBRARY_PATH (linux) or DYLD_LIBRARY_PATH (mac). For windows you can run the installer (Noel: thanks a lot for the pointers on how to make this work), set your RDBASE environment variable to c:/Python25/share and be sure that c:/Python25/share/lib is in your PATH To test on any of the systems, start Python and try: >>> from rdkit import Chem If anyone has a chance to try this before I start doing release candidates for the Q12009 release (next week), I would be very happy to hear about problems or successes. -greg

