Virtual environments usually stop working when you move them around. Can you try recreating the virtualenv? (virtualenv step ... followed by pip install -r ...). You should also check your environment configuration if it contains any paths pointing to the old location.
Anze On Fri, Jul 5, 2013 at 2:31 PM, Hua Xiang <[email protected]> wrote: > Hi! > > I have moved my sqlite directory from /home/user/bhenvironment to > /home/user/bh. > > Then I ran: > $ tracd -r --port=8000 /home/user/bh/sqlite > It gave me: > Error starting Trac server on 0.0.0.0:8000 view at > http://127.0.0.1:8000/ > [Errno 112] Address already in use > > I tried to check if there was anything listening on port 8000: > $ netstat -anp |grep LISTEN |grep :8000\ > I got: > > 1215726126 [main] sh 9016 child_info::sync: wait failed, pid > 7800,.......... > /bin/sh: fork: Resource temporarily unavailable > > What am I missing? > BTW, I have had always run bloodhound from the original directory > successfully. > > Cheers! > > Hua
