Re: collective.twitter.accounts auth problem
dieter <[email protected]>
| Newsgroups | gmane.comp.web.zope.plone.user |
|---|---|
| Message-ID | <[email protected]> |
Peter Fraterdeus <[email protected]> writes: > I'm unable to get twitter accounts to authenticate. > > It has been working fine on my other sites (different server), but testing it today had the same problem. > > I get errors when requesting the token, using the PloneTweet "app" on the control panel (builtin). > I also tried setting up my own custom "app" at dev.twitter.com, got all the various secret info, tokens and so forth, but still no joy. > > Plone 4.3.2 UI > > Traceback (innermost last): > Module ZPublisher.Publish, line 138, in publish > Module ZPublisher.mapply, line 77, in mapply > Module ZPublisher.Publish, line 48, in call_object > Module collective.twitter.accounts.browser.token, line 94, in __call__ > AttributeError: 'module' object has no attribute 'SignatureMethod_HMAC_SHA1' > > Is anyone else using this package? Check line 94 of "collective.twitter.accounts.browser.token" to find out which module lacks "SignatureMethod_HMAC_SHA1". If this is a general module (one that comes with Python rather than "collective.twitter"), you may see a local problem (missing header files, two old system library, ...). ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net