Changes between Version 19 and Version 20 of Installing/Source


Ignore:
Timestamp:
11/19/2011 07:08:47 PM (12 years ago)
Author:
Cas
Comment:

simplify Win32 deps install

Legend:

Unmodified
Added
Removed
Modified
  • Installing/Source

    v19 v20  
    4040The following packages do not have Windows installers but are straightforward to install.  
    4141 
    42  * '''[http://www.freedesktop.org/wiki/Software/pyxdg PyXDG]''' ([http://www.freedesktop.org/~lanius/pyxdg-0.19.tar.gz pyxdg-0.19.tar.gz]) - Extract pyxdg tar and open console at that location and run: 
     42 * '''[http://www.freedesktop.org/wiki/Software/pyxdg PyXDG]''' 
     43 * '''[http://pypi.python.org/pypi/zope.interface Zope Interface]''' 
     44 * '''[http://pypi.python.org/pypi/Mako Mako]''' 
     45 * '''[http://pypi.python.org/pypi/chardet Chardet]''' 
     46 
     47 After ''Python'' and ''Setuptools'' are installed, open a console and run:  
    4348{{{ 
    44 C:\Python26\python.exe setup.py install 
     49 C:\Python26\Scripts\easy_install.exe zope.interface chardet mako pyxdg 
    4550}}} 
    46  
    47  * '''[http://pypi.python.org/pypi/zope.interface Zope Interface]''' ([http://pypi.python.org/packages/2.6/z/zope.interface/zope.interface-3.8.0-py2.6-win32.egg#md5=b795c95b5729aba304771d19a8496e55 zope.interface-3.8.0-py2.6-win32.egg]) - Open console at the eggs location and run: 
    48 {{{ 
    49  C:\Python26\Scripts\easy_install.exe zope.interface-3.8.0-py2.6-win32.egg 
    50 }}} 
    51  
    52  * '''[http://pypi.python.org/pypi/Mako Mako]''' - Open console and run: 
    53 {{{ 
    54 C:\Python26\Scripts\easy_install.exe mako 
    55 }}} 
    56  * '''[http://pypi.python.org/pypi/chardet Chardet]''' - Open console and run: 
    57 {{{ 
    58 C:\Python26\Scripts\easy_install.exe chardet 
    59 }}} 
    60  
    61 '''Note''': Any setup.py errors that mention 'get_libtorrent.sh' could be a result of missing DLLs for libtorrent. See [http://code.google.com/p/libtorrent/issues/detail?id=257#c1 this issue] for more details. 
    6251 
    6352----