you can find an example in the tests: https://github.com/tomerfiliba/rpyc/blob/master/tests/test_teleportation.py#L53
-tomer ----------------------------------------------------------------- *Tomer Filiba* tomerfiliba.com <http://www.facebook.com/tomerfiliba> <http://il.linkedin.com/in/tomerfiliba> On Mon, May 12, 2014 at 7:56 PM, Jude Vais <[email protected]> wrote: > indeed! thanks for the quick reply. quick followup. how is the function > exposed once its over? i can't seem to access it, and the api guide is a > little vague on how to use the function once its over there. thanks for the > help. > > > On Friday, May 9, 2014 3:57:02 PM UTC-7, Tomer Filiba wrote: > >> you're most probably using the 3.2.2 -- the last "official" release. >> teleporation is only available on the master branch on github. you can >> tell pip to install directly from the repo >> >> >> -tomer >> >> ----------------------------------------------------------------- >> >> *Tomer Filiba* >> tomerfiliba.com <http://www.facebook.com/tomerfiliba> >> <http://il.linkedin.com/in/tomerfiliba> >> >> >> On Sat, May 10, 2014 at 1:50 AM, Jude Vais <[email protected]> wrote: >> >>> i'm new to rpyc, and i'm trying to get a module onto a bunch of servers >>> for an automation rig. looking at the api, the teleport_function is exactly >>> what i need, but it looks like its been removed. Is it somewhere new i just >>> haven't found? or gone completely? If so, I can upload it via upload >>> module, but i haven't been able to brain out how to get it imported after >>> that. >>> >>> Thanks >>> j >>> >>> -- >>> >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "rpyc" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- > > --- > You received this message because you are subscribed to the Google Groups > "rpyc" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- You received this message because you are subscribed to the Google Groups "rpyc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
