PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Python Script starten??



liquid
04.07.02, 12:05
HAllo Leute,

Habe mir einen Kazaa Client herrunter geladen. Das ist ein Pyhon script.
Im REDME steht nur:

--- Installation ---
Just run this script in Python, and make sure that it can find kazlib.py
(which means, put them in the same directory, or in some directory Python
knows about).
Or you can use the supplied install.py script. Run it in Python, and it will
hopefully find the correct directories and copy the files there.


Aber wie starte ich das Dingen jetzt??
Es gibt dort die Datein:
install.py kazlib.py tkaz.py

anda_skoa
04.07.02, 14:49
Wenn in den Scripten sowas wie
#!/usr/bin/python
in der ersten Zeile steht, brauchst du es nur executable zu machen und kannst es direkt aufrufen.

Sonst
#> python script.py

Ciao,
_

liquid
04.07.02, 15:23
HAbe das Dingen mitlerrweile zum laufen bekommen.
Wenn ich einen Suchbegrif eingebe kommt nur:

Some kind of error occured while parsing results.

Keine Ahnung was der von mir will. Ich habe hier noch nicht einmal die moeglichkeit eine shared Directory anzugeben. Komisch!

Hat einer von Euch ne Idee??