-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160
On 09/06/2013 12:12 AM, Hans Schmidt wrote: > Am 06.09.2013 15:47, schrieb Bradley D. Thornton: >> >> >> Yes, absolutely! This is not a problem at all, and in fact the way I >> think you will find that most people do. I do this with Eric, Geany, >> Netbeans, Eclipse, and many other applications. >> >> Kindest regards, >> > > Hello Bradley, > > oh, thanks for the quick help! :) > > But I think this is slightly different of what I had in mind. With your > solution, Eric runs on box2, right? (and only the GUI gets shown on my > PC) Yes, that is exactly the case. All RAM/CPU, and diskwrites occur on box2 and only video/keyboard/mouse functions occur on box1 (your local PC). I'm sorry if that's not the optimum solution for you, but having said that you might try running a local instance of Eric on your PC (box1), and performing diskwrites to/from a mounted NFS or SAMBA share, and I'm not sure, but I think you can also configure Eric to use SFTP (I do this w/Bluefish) or just SCP up you files whenever you write, followed by running/debugging in the Python shell (SSH'd into box2) on box2. I realize this alternative doesn't allow for what you were really looking for in terms of using Eric as the all encompassing IDE to edit/debug in one place, but perhaps someone else here can offer a solution that I too would be interested in checking out. You have a great day and do let us know what solution you come up with, as I'm sure others here would be quite interested :) > But then I would need a X-Server on box2, it may not be as fast as > box1 (especially if there is a slow internet connection) and it would > look quite different from what I have on my desktop PC. Also, it may not > be installed there (ok, I could do that, but this is inconvenient). > > I rather thought about running Eric completely on box1 (also saving the > program which I am writing there), but when I press “run program” or > “debug program”, it will then get transfered to box2 and running there. > The actual responses etc. are in the shell window of Eric on box1. So > basically Eric itself is still on box1, but only the program which is > debugged runs on box2. > > I am actually thinking of this because I want to buy a Raspberry Pi but > do not have any screen here which I can attach it to. I can of course > connect to its terminal with SSH and share files with Samba or NFS, but > whenever I write a program, I would have to switch back to the SSH > terminal and start it there (which would then leave me without a > debugger). I cannot really debug the application on my desktop PC > because it does not have the GPIO ports (which I want to use). On the > other hand, I cannot use the Raspberry to run Eric because it does not > have a screen (Also, it would not be so convenient because you always > have to change between normal desktop and Raspberry) and presumably is a > bit slower. If I used the Raspberry for something more specific (home > automation), I would perhaps not install an X-Server to make it more > stable. Therefore your solution may not work. > > Also, my web server, to which I can connect with SSH, does not have a > X-Server. I tried your solution but it doesn't work :( > > Hans > _______________________________________________ > Eric mailing list > [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/eric - -- Bradley D. Thornton Manager Network Services NorthTech Computer TEL: +1.310.388.9469 (US) TEL: +44.203.318.2755 (UK) TEL: +41.43.508.05.10 (CH) http://NorthTech.US -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Find this cert at x-hkp://pool.sks-keyservers.net iQEcBAEBAwAGBQJSKowwAAoJEE1wgkIhr9j3UdsH/jvzuWMSIQ6SsyuVu23J63LW tgYBSk+N3fhg8EEQlqyKQMmLJsRpM9erooEW+OlVQzMSDfRvwHwobF84COBETxaZ HLzEMFZ9+yXhS5Vd3wXeDzOEP7CL3Cz+qTDfdibN81+KPuVynrt9fA2LAdVKPO0q b/HXht3aBKq+tXleH0Hs0UbGcpc9YDlx22IacOC368/5DIyuXYIYL3Exu37O///N IFPcJ0H986xSg+rpECJ/1G8gB6eKro4OwUTwe1ft6xHiysS8zhwPA8EvjWOuU4mo dHTIwObYb5fPdT+xdNxXD/DBePpkCdn+NVL8m1XktGB+fUEQY3h//2ll1BUWkvQ= =jhhP -----END PGP SIGNATURE----- _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
