I am using ipython shell through tramp through multi-hop ssh. It works very well (thank you developers!)
I am missing the py-execute-region functionality. When I mark a region and do C-c |, a temporary local file of the region is created that is passed on to the running python interpreter and executed. Through tramp, a local file is created rather than a remote file and the remote python shell complains for example: IOError: [Errno 2] No such file or directory: '/var/folders/0l/rbzbq01d1yz3ysh8dbhgrl5h0000gn/T/python-35908Jta.py' I was wondering if this functionality could be added somehow. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
