Molly Stuart
Molly Stuart
I have another fix in for this. It's the same old add_library bug that I've been chasing around for a while now. There's probably a better way to do this....
The short answer is yes, it needs to be tested on ARM. So here's the deal with the library bugs. The current solution for adding libraries modifies the java.library.path in...
Lol. add_library will be the death of me, I swear. I'll take a look at it when I get a chance, but it'll probably take a while. My life got...
I've been looking at this and it is non-trivial. It's getting caught in dll hell looking for dependencies. I'm still looking for either a work-around or a fix, but this...
Does this work in java mode? Java is looking for LBPhysics, which isn't in the bRigid/library directory. It looks like it's in the src/bRigid/ directory. If you copied it into...
Can you post an example?
The problem seems to be coming from some test classes included in the bRigid.jar file: ``` LibraryImporter: from bRigid import BBox LibraryImporter: from bRigid import BCompound LibraryImporter: from bRigid import...