Thanks for the response, unfortunately I can't see any processes specific to python or paster. I have changed my ini file to use port 5001 and it works again, but it would be nice to work out what is causing the problem.
Can I tell which processes are using which ports? I thought netstat would show me something using port 5000 but it doesn't seem to list any. Dave On May 27, 7:01 pm, Anil <[EMAIL PROTECTED]> wrote: > There must be other python/paster processes running somewhere. Do a > "ps -aux | grep python" and kill them, as appropriate. > > On 5/27/07, Dave <[EMAIL PROTECTED]> wrote: > > > > > I've been developing a pylons app for a while now locally under OS X > > and all seems fine, but recently I've started getting this error when > > I try to start the server: > > > File "/Library/Frameworks/Python.framework/Versions/2.4//lib/ > > python2.4/SocketServer.py", line 341, in server_bind > > self.socket.bind(self.server_address ) > > File "<string>", line 1, in bind > > socket.error: (48, 'Address already in use') > > > I had this error a while back and after a restart of my machine it > > went away, but now it is there permanently. > > > Can anyone help me understand what this is? My searches so far have > > proved fruitless. > > > Thanks, > > Dave --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
