[Grok-dev] MS Vista Traceback

Tim Cook timothywayne.cook at gmail.com
Sun Aug 23 10:27:48 EDT 2009


Hi All,

I have a Grok project based application that works fine on various flavors of Linux and I'm trying to get a good Windows install going. 
The instructions (kinda rough looking at this point) seem to work okay until server startup time.  See traceback below.  Debug (bin/oship-debug) mode works fine.
 
The installation instructions are at: https://answers.launchpad.net/oship/+faq/574 

Any help appreciated.  I'm not a Windows user so this is a struggle.  :-)

--Tim

(oshipenv) C:\oshipenv\oship\oship>bin\oship-ctl fg
Traceback (most recent call last):
   File "C:\oshipenv\oship\oship\bin\oship-ctl-script.py", line 132,  
in <module>
     grokcore.startup.zdaemon_controller()
   File  
"c:\oshipenv\oship\oship\eggs\grokcore.startup-0.2-py2.5.egg\grokcore\sta
rtup\startup.py", line 38, in zdaemon_controller
     zdaemon.zdctl.main(args, options=None, cmdclass=ControllerCommands)
   File  
"c:\oshipenv\oship\oship\eggs\zdaemon-2.0.2-py2.5.egg\zdaemon\zdctl.py",
line 629, in main
     c = cmdclass(options)
   File  
"c:\oshipenv\oship\oship\eggs\zdaemon-2.0.2-py2.5.egg\zdaemon\zdctl.py",
line 125, in __init__
     self.get_status()
   File  
"c:\oshipenv\oship\oship\eggs\zdaemon-2.0.2-py2.5.egg\zdaemon\zdctl.py",
line 188, in get_status
     resp = self.send_action("status")
   File  
"c:\oshipenv\oship\oship\eggs\zdaemon-2.0.2-py2.5.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'

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
Url : http://mail.zope.org/pipermail/grok-dev/attachments/20090823/41cca7b5/attachment.bin 


More information about the Grok-dev mailing list