To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=90220





------- Additional comments from [EMAIL PROTECTED] Fri Jul 11 19:47:38 +0000 
2008 -------
Hi,

imho the issue should be assigned to the zotero implementer (or marked as 
invalid) . Just downloaded the extension from 

http://www.zotero.org/documentation/openoffice_integration

there are just 15 lines of python code, the relevant three lines are

        h1=httplib.HTTPConnection("127.0.0.1:50001")
        h1.request("POST","",q,headers)
        response=h1.getresponse()

, so the extension does a RPC call to some server, the RPC Call does not return 
for whatever reason and thus blocks the office. 

Bye,

Joerg


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to