Made a new Rhino Plugin but it can only run on my computer (Help)

(attachments removed)

When I use it on my computer it works but when I install it on another computer it does not. What is wrong?

Would like any help on this problem.

What error do you run into, on others’ computers?

basically there is no command line

  1. Have you bundled your plugin with all the third-party libraries? Rhino will show some error messages in the command history windows if something fails to load.

image

  1. You have Amazon S3 secret key in the attached file. It’s dangerous. Don’t upload such a file and revoke that key. As for a general advice, encrypt the key and store it locally. Never hard-code it.