- Run p2pool:
- ...
- Source: python run_p2pool.py USER PASS
(Ubuntu 11.04)
Must run_p2pool.py be run with its distributed directory the current directory -- does it depend on other files in the distribution? Or can run_p2pool.py be copied to somewhere else?
run_p2pool.py can't be copied anywhere else and used alone. Take a look inside the file. It's two lines of code

.
You don't have to cd to the directory in order to run it. Just execute run_p2pool.py from anywhere.