This problem started while I was installing pyswip and needed to run a setup.py file. Using the command \"python setup.py\", I\'m greeted with the following message: \
\
When you run python setup.py that requires the setup.py file to be in the current directory.
python setup.py
setup.py
You can control the current directory with the cd command.
cd
So:
cd /home/acacia/Python-3.3.0/PySwip/pyswip-0.2.3 python setup.py install