[CalendarServer] #352: Missing kerberos module

View: New views
3 Messages — Rating Filter:   Alert me  

[CalendarServer] #352: Missing kerberos module

by CalendarServer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#352: Missing kerberos module
-----------------------------+----------------------------------------------
 Reporter:  cweger@…         |       Owner:  wsanchez@…        
     Type:  Defect           |      Status:  new              
 Priority:  5: Not set       |   Milestone:                    
Component:  Calendar Server  |    Severity:  Crash/data loss  
 Keywords:  kerberos         |  
-----------------------------+----------------------------------------------
 Following the build instructions on the wiki page, I successfully built
 the GUI app. Launching this app results in an immediate error dialog:

 ImportError: No module named kerberos

 I'm not a python person, so it's possible I've done something stupid to
 cause this error.

--
Ticket URL: <http://trac.calendarserver.org/ticket/352>
CalendarServer </>
HTTP/WebDAV/CalDAV Server
_______________________________________________
calendarserver-dev mailing list
calendarserver-dev@...
http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev

Re: [CalendarServer] #352: Missing kerberos module

by CalendarServer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#352: Missing kerberos module
-----------------------------+----------------------------------------------
 Reporter:  cweger@…         |       Owner:  wsanchez@…        
     Type:  Defect           |      Status:  new              
 Priority:  5: Not set       |   Milestone:                    
Component:  Calendar Server  |    Severity:  Crash/data loss  
 Keywords:  kerberos         |  
-----------------------------+----------------------------------------------

Comment(by cweger@…):

 Replying to [ticket:352 cweger@…]:
 > Following the build instructions on the wiki page, I successfully built
 the GUI app. Launching this app results in an immediate error dialog:
 >
 > ImportError: No module named kerberos
 >
 > I'm not a python person, so it's possible I've done something stupid to
 cause this error.

 Fixed by following the instructions to build kerberos at:
    http://www.nabble.com/Kerberos-import-error-with-CalDAVClientLibrary-
 td25465950.html
 Then copying the kerberos.so file from the build directory into the
 WebDAVBrowser.app/Contents/Resources/lib/python2.5/lib-dynload directory
 There's probably a more pythonesque way of doing this, but this seemed to
 work.

--
Ticket URL: <http://trac.calendarserver.org/ticket/352#comment:1>
CalendarServer </>
HTTP/WebDAV/CalDAV Server
_______________________________________________
calendarserver-dev mailing list
calendarserver-dev@...
http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev

Re: [CalendarServer] #352: Missing kerberos module

by CalendarServer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

#352: Missing kerberos module
-------------------------------+--------------------------------------------
  Reporter:  cweger@…          |       Owner:  wsanchez@…        
      Type:  Defect            |      Status:  closed            
  Priority:  5: Not set        |   Milestone:                    
 Component:  Calendar Server   |    Severity:  Crash/data loss  
Resolution:  Software changed  |    Keywords:  kerberos          
-------------------------------+--------------------------------------------
Changes (by cdaboo@…):

  * status:  new => closed
  * resolution:  => Software changed


Comment:

 You need to make sure your PYTHONPATH env variable includes the kerberos
 module.

 Also, in r4665 I have made the kerberos import conditional - i.e. the tool
 won't fail if kerberos is not present - it will run with kerberos
 disabled.

--
Ticket URL: <http://trac.calendarserver.org/ticket/352#comment:2>
CalendarServer </>
HTTP/WebDAV/CalDAV Server
_______________________________________________
calendarserver-dev mailing list
calendarserver-dev@...
http://lists.macosforge.org/mailman/listinfo.cgi/calendarserver-dev