[Grok-dev] 1.0a1 won't start up on Windows XP

Jeroen Michiel jmichiel at yahoo.com
Fri Jan 9 08:22:33 EST 2009


After creating my project with grokproject, I run bin\<app>-ctl, but I get
this error:
Traceback (most recent call last):
  File "D:\groktest\poc1\bin\poc1-ctl-script.py", line 127, in ?
    poc1.startup.zdaemon_controller()
  File "d:\groktest\poc1\src\poc1\startup.py", line 35, in
zdaemon_controller
    zdaemon.zdctl.main(args, options=None, cmdclass=ControllerCommands)
  File
"d:\\groktest\\buildout-eggs\zdaemon-2.0.2-py2.4.egg\zdaemon\zdctl.py", line
629, in main
    c = cmdclass(options)
  File
"d:\\groktest\\buildout-eggs\zdaemon-2.0.2-py2.4.egg\zdaemon\zdctl.py", line
125, in __init__
    self.get_status()
  File
"d:\\groktest\\buildout-eggs\zdaemon-2.0.2-py2.4.egg\zdaemon\zdctl.py", line
188, in get_status
    resp = self.send_action("status")
  File
"d:\\groktest\\buildout-eggs\zdaemon-2.0.2-py2.4.egg\zdaemon\zdctl.py", line
168, in send_action
    sock = socket.socket(socket.AF_UNIX, socket.SOCK_STREAM)
AttributeError: 'module' object has no attribute 'AF_UNIX'

Which seems logical as I'm on Windows...
What I find strange, is that this is the same module that's used in 0.14.1,
but there it seems not to complain (or the function is never called).
-- 
View this message in context: http://www.nabble.com/1.0a1-won%27t-start-up-on-Windows-XP-tp21372207p21372207.html
Sent from the Grok mailing list archive at Nabble.com.



More information about the Grok-dev mailing list