Changeset b0d40f5 for skype/README


Ignore:
Timestamp:
2008-04-30T23:57:49Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
e3d0b10
Parents:
4c340e9
Message:

add python-gnutls support and make it default if available

  • this change in general should be ok, since openssl has problems when using it from gpl software which is distributed as a binary.
  • anyway, i hope that this will solve that magic "Fatal Python error: PyEval_RestoreThread: NULL tstate" error. at least it worth a try.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/README

    r4c340e9 rb0d40f5  
    3535* PyGObject >= 2.8.0. Older versions are part of PyGTK. (And you don't want to
    3636  install GTK for nothing, right?)
     37* pyopenssl or python-gnutls.
    3738
    3839`bitlbee-skype` has been tested under Linux and Mac OS X. Skype and Skype4py is
     
    112113NOTE: Maybe you want to adjust the permissions in the `/usr/local/etc/skyped`
    113114dir. For example make it readable by just your user.
     115
     116- If both pyopenssl and python-gnutls are available, then python-gnutls
     117  will be used. This behaviour can be overwritten by:
     118
     119----
     120$ export SKYPED_NO_GNUTLS=1
     121----
    114122
    115123- Start `skyped` (the tcp server):
Note: See TracChangeset for help on using the changeset viewer.