You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why not embed *rpc.Client ?
Should Add not be (p *plug) instead of (p plug) ?
No error checking on StartProviderCoded, which is a bad example to give.
Especially the last note, considering the example does not run on my windows machine: Create error: fork/exec ./plugin.py %i is not a valid Win32 application.
The text was updated successfully, but these errors were encountered:
Im a little confused about the python example.
Why not embed *rpc.Client ?
Should
Add
not be(p *plug)
instead of(p plug)
?No error checking on StartProviderCoded, which is a bad example to give.
Especially the last note, considering the example does not run on my windows machine:
Create error: fork/exec ./plugin.py %i is not a valid Win32 application.
The text was updated successfully, but these errors were encountered: