Guten Abend ich hab eben ein Root server installiert und alles klappt komme sauber rein dies das
wenn ich aber jetzt python installieren will kommt das
*** Error code 1
Stop in /usr/ports/lang/python27.
*** Error code 1
Stop in /usr/ports/lang/python27.
*** Error code 1
Hier:
===> Found saved configuration for python27-2.7.6_1
===> Fetching all distfiles required by python27-2.7.6_1 for building
===> Extracting for python27-2.7.6_1
=> SHA256 Checksum OK for python/Python-2.7.6.tar.xz.
tar: Unrecognized archive format: Inappropriate file type or format
tar: Error exit delayed from previous errors.
*** Error code 1
Stop in /usr/ports/lang/python27.
*** Error code 1
Stop in /usr/ports/lang/python27.
*** Error code 1
Hier:
===> Found saved configuration for python27-2.7.6_1
===> Fetching all distfiles required by python27-2.7.6_1 for building
===> Extracting for python27-2.7.6_1
=> SHA256 Checksum OK for python/Python-2.7.6.tar.xz.
tar: Unrecognized archive format: Inappropriate file type or format
tar: Error exit delayed from previous errors.
*** Error code 1
Stop in /usr/ports/lang/python27.
*** Error code 1
Stop in /usr/ports/lang/python27.
*** Error code 1
zitat aus freebsd...
"On recent versions of FreeBSD, the tar binary has been replaced by bsdtar util. On old FreeBSD’s (8.2, 7.2 and more), the classic tar util is used. The problem that tar doesn't recognise lzma archives. So to resolve this problem we should install libarchive port and tell FreeBSD port tree to use bsdtar instead tar:"
ein lösung gibt es auch
# cd /usr/ports/archivers/libarchive
# make install clean
und dann schreibt man in diese datei
ee /etc/make.conf
Python FTP Problem... 04/13/2013 - General Coding - 2 Replies Hey Leute ich habe in Python ein FTP Programm geschrieben und hatte Hilfe von einigen Leuten (die nicht auf dieser Plattform vertretten sind!)
ich habe immer noch Probleme und deswegen würde ich gerne euch Fragen!
import ftplib
print '╔═══╗── ───╔╗──& #9472;─╔═══╦ 9559;──╔╗'
print '║╔═╗║── ───║║──& #9472;─║╔═╗║ 9562;╗╔╝║'
print '║║─║╠══ ╦══╣║╔═& #9552;╗║╚═╝╠ 9559;╚╝╔╝'
print '║╚═╝║╔╗ ║╔╗║║║║& #9552;╣║╔══╝ 9562;╗╔╝'
print '║╔═╗║╚╝ ║╚╝║╚╣║& #9552;╣║║─── 9472;║║'
Python Problem!!! 08/22/2012 - Metin2 - 2 Replies HeyHo ich bins mal wieder mit einem Python Problem xD undzwar wollte ich einfach mal wissen wie man VID's über eine gnaze map scannen kann =) ich kriege es nur so hin das ich alle VID's in sichtweite gefasst kriege bitte um hilfe!!!:handsdown::handsdown:
Python Problem 08/09/2012 - Metin2 - 2 Replies Wollte mal eine frage an die Python kenne stellen ich habe ein Problem wollte mal mit Python in metin2 anfangen und wollte etwas ganz leichtes machen aber pustekuchen es funzt nicht.....
import chat
chat.AppendChat(chat.CHAT_TYPE_NOTICE, "Metin2 ")
Python Problem :S 07/12/2012 - Metin2 Private Server - 8 Replies Haillo, wie euch schon mein Thread "vorraussagt" habe ich einen Python Problem.
Das Problem ist folgendes, ich habe einen neuen Button eingebaut wenn ich jedoch auf dem Button drücke (Funktion eingebunden) passiert rein garnichts.
Die Syserr sagt lediglich folgendes aus:
0709 16:40:40787 :: Traceback (most recent call last):
0709 16:40:40788 :: File "ui.py", line 1006, in CallEvent
0709 16:40:40788 :: File "ui.py", line 87, in __call__
[PROBLEM]Python Uhr 03/18/2012 - General Coding - 3 Replies Hallo, Ich habe solch ein Script
lt = time.localtime()
jahr,monat,tag,stunde,minute,sekunde = lt
zeit = "%02i:%02i:%02i" % (stunde, minute, sekunde)
Nun mache ich z.b.
"text" : zeit,