Beiträge von Sönke

    Zitat von "BugMeNot"

    Hallo Leute,


    Code
    ipkg install python26 py26-trac py26-genshi py26-setuptools svn-py


    Damit wird Trac 0.12.1 installiert. Die ist zwar auch nicht aktuell (aktuell ist 1.0), allerdings aktueller als die hier beschriebene Version :D


    Da mittlerweile Subversion 1.7.x stark verbreitet ist, müssen auch aktuelle setuptools nachgeladen werden, um plugins wie z.B. das MasterTicketsPlugin installieren zu können.


    Dazu zuerst die Quelle runterladen und das .zip Archiv entpacken:


    Code
    wget --no-check-certificate https://pypi.python.org/packages/source/s/setuptools/setupto>--2014-08-28 22:35:12--  https://pypi.python.org/packages/source/s/setuptools/setuptools-5.7.zipResolving pypi.python.org... 23.235.43.175Connecting to pypi.python.org|23.235.43.175|:443... connected.WARNING: cannot verify pypi.python.org's certificate, issued by `/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance CA-3':  Unable to locally verify the issuer's authority.WARNING: certificate common name `*.c.ssl.fastly.net' doesn't match requested host name `pypi.python.org'.HTTP request sent, awaiting response... 200 OKLength: 1114918 (1.1M) [application/zip]Saving to: `setuptools-5.7.zip'100%[=============================================================================>] 1,114,918    171K/s   in 5.4s2014-08-28 22:35:18 (201 KB/s) - `setuptools-5.7.zip' saved [1114918/1114918]


    Manuell die Installation starten. Aufpassen, der Aufruf von Python erfolgt über

    Code
    python2.6

    !