Search found 5 matches

by VAntico
Thu Nov 15, 2018 3:46 pm
Forum: Bug Reports
Topic: Scrip Python - module socket not found in ver 3.2.5867
Replies: 2
Views: 1414

Scrip Python - module socket not found in ver 3.2.5867

Hi. In python script environment, the following call does not work: -------------------------------------------------------------------------------------------- >>> import Pyro4 Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:\Program Files (x86)\SharpCa...
by VAntico
Thu Sep 07, 2017 7:46 am
Forum: Scripting
Topic: List and Select 'Capture Profiles'
Replies: 2
Views: 2023

List and Select 'Capture Profiles'

Hi Robin.

Is there a method to get the 'Capture Profiles' list, and run the selected from Python?

Thanks
Vito
by VAntico
Wed Aug 23, 2017 3:45 pm
Forum: Scripting
Topic: Pyro - remote connection and execute command
Replies: 7
Views: 4416

Re: Pyro - remote connection and execute command

OK thanks!
Scripts now work, and lets you exit from the program.
The URI connection works.

Obviously, every time you restart the script/program, the URI changes :)

Cheers,
Vito
by VAntico
Tue Aug 22, 2017 9:07 pm
Forum: Scripting
Topic: Pyro - remote connection and execute command
Replies: 7
Views: 4416

Re: Pyro - remote connection and execute command

Hi Robin. Thanks for the quick support. I was referring to the same code segment, thinking about expanding the SharpCap methods I needed ;) . import Pyro4 @Pyro4.expose class ext_SharpCap(object): def get_test(self, name): return "Test, {0}.".format(name) daemon = Pyro4.Daemon() # make a P...
by VAntico
Mon Aug 21, 2017 10:47 pm
Forum: Scripting
Topic: Pyro - remote connection and execute command
Replies: 7
Views: 4416

Pyro - remote connection and execute command

I'm looking for an example of remote connection to ShapCap script with Pyro.

My application is a client .net, I thought I was using Pyrolite.

Thanks,
Vito