Hi Michael, On Thu, Mar 15, 2012 at 2:07 AM, Michael Havens wrote: > I want to copy a folder from Michaels-Laptop to Michaels-PC across the > network. I am logged in to Michaels-Laptop via ssh on the PC. WHat am I > doing wrong? > > bmike1@Michaels-PC:~$ ssh 192.168.0.4 > > bmike1@192.168.0.4's password: > Welcome to Linux Mint 12 Lisa (GNU/Linux 3.1.4-030104-generic i686) > Welcome to Linux Mint > * Documentation: http://www.linuxmint.com > Last login: Thu Mar 15 01:03:46 2012 from 192.168.0.3 > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named virtualenvwrapper.hook_loader > virtualenvwrapper.sh: There was a problem running the initialization > hooks. If Python could not import the module virtualenvwrapper.hook_loader, > check that virtualenv has been installed for > VIRTUALENVWRAPPER_PYTHON=/usr/bin/python and that PATH is set properly. > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named virtualenvwrapper.hook_loader > virtualenvwrapper.sh: There was a problem running the initialization > hooks. If Python could not import the module virtualenvwrapper.hook_loader, > check that virtualenv has been installed for > VIRTUALENVWRAPPER_PYTHON=/usr/bin/python and that PATH is set properly. > This "ImportError: No module named virtualenvwrapper.hook_loader" looks like a virtualenv python packaging problem: http://farmdev.com/thoughts/76/the-python-packaging-problem/ There is more available here, suggesting that you use pythonbrewand the newer command "venv" to manage your python modules: http://ubuntuforums.org/showthread.php?t=1571347 Here's a quick pythonbrew/venv module how to: http://pypi.python.org/pypi/pythonbrew/ It's a good possibility that it's not setup for system wide users (make sure you change to use the same version numbers for your install). If you get the same errors, this is the packaging problem where virtualenv has broken dependencies. > > bmike1@Michaels-Laptop ~/Pictures $ scp -v 2009-Move.from.Florida > bmike1@Michaels-PC:/home/bmike1/Pictures/ > Executing: program /usr/bin/ssh host Michaels-PC, user bmike1, command scp > -v -t -- /home/bmike1/Pictures/ > OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Applying options for * > debug1: Connecting to Michaels-PC [204.232.231.46] port 22. > debug1: connect to address 204.232.231.46 port 22: Connection timed out > debug1: Connecting to Michaels-PC [66.152.109.24] port 22. > debug1: connect to address 66.152.109.24 port 22: Connection timed out > ssh: connect to host Michaels-PC port 22: Connection timed out > lost connection > This means that port 22 is not open end to end, or you have not installed a SSH daemon/exe binary. # apt-get install nmap # nmap Michaels-PC > > bmike1@Michaels-Laptop ~/Pictures $ scp -v 2009-Move.from.Florida > 192.168.0.3:/home/bmike1/Pictures/ > Executing: program /usr/bin/ssh host 192.168.0.3, user (unspecified), > command scp -v -t -- /home/bmike1/Pictures/ > OpenSSH_5.8p1 Debian-7ubuntu1, OpenSSL 1.0.0e 6 Sep 2011 > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Applying options for * > debug1: Connecting to 192.168.0.3 [192.168.0.3] port 22. > debug1: connect to address 192.168.0.3 port 22: Connection timed out > ssh: connect to host 192.168.0.3 port 22: Connection timed out > lost connection > bmike1@Michaels-Laptop ~/Pictures $ > SSH daemon on Cygwin must be setup: http://www.noah.org/ssh/cygwin-sshd.html > > > -- > :-)~MIKE~(-: > > -- (503) 754-4452 Android (623) 239-3392 Skype (623) 688-3392 Google Voice ** it-clowns.com