Dear all, On Tue, May 19, 2009 at 5:25 PM, George Oakman <[email protected]> wrote: > > I was wondering if there is a GUI part of the RDKit. From the various > documents it looks like there is, but I don't seem to be able to find it > within the Code folder. Is this a commercial component or under a different > licensing scheme?
The answers provided so far have been correct. My summary: most of the GUI functionality distributed with the RDKit is pretty out of date. The components are built on Qt version 3, which is no longer supported and which was never available in a free version for Windows. If you have Qt3 (e.g. on Linux or if you have a licensed copy of PyQt3 for Windows), there is some useful stuff there. One addition I would make is that there is a prototype (mainly to show that it's possible) of an SD file viewer based on Qt4 in $RDBASE/Projects/SDView4. I'm slowly adding capabilities to this, but it's not a full-fledged application yet by any stretch of the imagination. -greg

