Using Python to extract IPED case data #875
-
Hello everyone! When I try to get the name of any item using My code is something like this, and it is working fine:
Which classes should I instantiate to extract basic item information? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Actually it does, it extends IItemBase class. I think you've put iped.jar in the CLASSPATH env var (right?), otherwise a similar error would be thrown before. Maybe there is something wrong with your classpath, wrong or different versions of iped.jar in it? Or maybe something misconfigured with jnius installation, not sure... |
Beta Was this translation helpful? Give feedback.
Actually it does, it extends IItemBase class. I think you've put iped.jar in the CLASSPATH env var (right?), otherwise a similar error would be thrown before. Maybe there is something wrong with your classpath, wrong or different versions of iped.jar in it? Or maybe something misconfigured with jnius installation, not sure...