Solved. Found a solution here: http://plone.org/products/atphoto/issues/15
Solution care of Clayton Parkeron: If you do this in the python interpreter: >>> import socket >>> socket.gethostname() >>> socket.gethostbyname(socket.gethostname()) And you get this: socket.gaierror: (7, 'No address associated with nodename') Then Dieter Maurer has a solution for this problem: http://mail.zope.org/pipermail/zope/2005-July/160585.html Basically you need to add a entry in /etc/hosts for the result of socket.gethostname() like: 127.0.0.1 ComputerHostName Thanks for the help On Apr 6, 9:25 pm, Ed <[email protected]> wrote: > Changed it to debug, not really any more useful info: > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
