Confirmed users
161
edits
(→Notes: added "ERROR: module 'twisted>=8.2' has version conflict") |
|||
Line 55: | Line 55: | ||
==== Notes ==== | ==== Notes ==== | ||
Notes for mac users: | |||
# <tt>ERROR: module 'twisted>=8.2' has version conflict: (Twisted 2.4.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python), Requirement.parse('twisted>=8.2'))</tt> [http://groups.google.com/group/raindrop/browse_thread/thread/2b85b96e0439a41c happens when trying to install twisted to the system python. Install Python 2.6 and make sure you're using it.] | |||
# doing easy_install PyOpenSSL after May 1st, may install | |||
some badly. It may be a PyOppenSSL 0.9 issue. 0.8 is known to work. Try | some badly. It may be a PyOppenSSL 0.9 issue. 0.8 is known to work. Try | ||
the latest code, but if that does not work, switch to 0.8. | the latest code, but if that does not work, switch to 0.8. |