Changes between Version 138 and Version 139 of Faq


Ignore:
Timestamp:
05/26/2011 04:57:55 PM (13 years ago)
Author:
Cas
Comment:

add libtorrent version

Legend:

Unmodified
Added
Removed
Modified
  • Faq

    v138 v139  
    360360You need to install [http://www.rasterbar.com/products/libtorrent/ libtorrent-rasterbar] 
    361361 
     362== How do I find what libtorrent version I am using == 
     363 
     364The quick way is to use python to import and query libtorrent, this also ensures that libtorrent is installed properly.  
     365 
     366{{{ 
     367python -c "import libtorrent as lt; print lt.version" 
     368}}} 
     369 
     370 
    362371== Deluge won't start with a “gobject.GError: Unrecognised image file format” error. == 
    363372