I would like to call CDK from Jython; not to mention, I just moved into CDK
and jython, so the question could be very naive !

I exported all jar files from, cdk/dis/jar into my java classpath and tried
to import them in jython but:

>>> import org.openscience.cdk.*;
Traceback (innermost last):
  (no code object) at line 0
  File "<console>", line 1
import org.openscience.cdk.*;

since there is not any org.openscience.cdk.* ...
Most of CDK tutorials escaped (where does org.opensience.cdk.* is located
and how should it be called in Jython) from this part and started from
coding since seems this part should be obvious ! (not that much for some),
so I would be appreciate if someone make this step a bit more clear!

BR

Alireza


On Tue, Feb 22, 2011 at 4:09 PM, Egon Willighagen <
[email protected]> wrote:

> On Tue, Feb 22, 2011 at 3:50 PM, Alireza Kashani
> <[email protected]> wrote:
> > I can't see any test folder in "src". Thats one of the thing, my "ant"
> > complains when I ask for testing the library !!
>
> Ah, right. You got the source distribution, not the source from the
> repository. Sorry about that.
>
> You can find the folder online too, at:
>
> https://github.com/cdk/cdk/tree/master/src/test/org/openscience/cdk
>
> Let me know if you need further pointers,
>
> Egon
>
> --
> Dr E.L. Willighagen
> Postdoctoral Researcher
> Institutet för miljömedicin
> Karolinska Institutet
> Homepage: http://egonw.github.com/
> LinkedIn: http://se.linkedin.com/in/egonw
> Blog: http://chem-bla-ics.blogspot.com/
> PubList: http://www.citeulike.org/user/egonw/tag/papers
>
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Cdk-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cdk-user

Reply via email to