ignamv
ignamv
The script you're looking for is cmd_line.py under rfid_calculator, I'll update the README. Thanks for letting me know.
Meanwhile, you can use the online version: http://ignamv2.linkpc.net/spiral/
Don't count on it, it's running on my home PC which is on its death throes :P
That'd be great! IIRC it only needs flask installed, and a fasthenry binary in the directory with calculate.py .
I compiled it from the source at http://www.fastfieldsolvers.com .
Sure, if you trust me use this binary https://drive.google.com/file/d/0B_Fw8F853i9ZNEJuNzBaN1lvckE/view?usp=sharing
There, it should hopefully work now.
Great! I just committed the javascript, if you want to check it out.
I don't have a Windows machine at hand, but have you tried adding the directory where the DLL is to `sys.path`? ``` sys.path.append('C:/path/to/DLL/directory') ```
In principle we could do that, but it feels dirty to package `ngspice`: * users are going to be running our outdated `ngspice` unless we keep up with their releases....