IRC logs of #tryton.de for Sunday, 2010-01-31

chat.freenode.net #tryton.de log beginning Sun Jan 31 00:00:01 CET 2010
-!- ChanServ(ChanServ@services.) has joined #tryton.de00:05
-!- yangoon(~mathiasb@p549F74E5.dip.t-dialin.net) has joined #tryton.de05:18
-!- FWiesing(~FWiesing@194-208-185-012.tele.net) has joined #tryton.de10:17
FWiesingHallo!13:27
FWiesingWas muss ich tun, damit ich das modul mit dem SKR 07 in dei Version 1.4 wieder implementieren kann13:28
FWiesingin das module-verzeichnis und anschließend den trytond-daemon neu starten (wie früher) bringt nichts mehr.13:28
yangoonFWiesing: Was geht denn schief?13:29
FWiesingnaja - ich kann das "Spezia-Modul für den österr. Kontenrahmen nicht installieren.13:29
FWiesing.. ich seh ihn in der Liste nicht mehr13:29
FWiesingdie gesamte Installation von Tryton hat unter Ubuntu 9.10 eigentlich richt gut funktioniert13:30
yangoonFWiesing: sag mal bißchen genauer, was du bisher gemacht hast13:30
yangoonFWiesing: dann liegst wohl nicht im richtigen Modulverzeichnis13:30
FWiesingich hab - wie bisher immer - das Modul, das Timitos mir vor ca 3/4 Jahr erstellt hat in das Moduleverzeichnis kopiert13:30
FWiesingdann den Deamon neu gestartet - und dann konnte ich den Kontenrahmen in der Modulliste für das Installieren auswählen13:31
yangoonFWiesing: du hast exakt eine Trytoninstallation auf dem Rechner?13:31
FWiesingich bin in /usr/share/pyshared/trytond/modules13:31
FWiesing... wo auch die anderen liegen13:31
FWiesingja - aus dem Repository von debian-maintainers13:32
yangoonFWiesing: du musst unterscheiden zwischen installation per setup.py und einer 'dev' installation13:32
-!- Timitos(~timitos@88.217.184.172) has joined #tryton.de13:32
yangoonFWiesing: nimm das modul dort wieder raus13:33
FWiesingjy13:33
FWiesingäh ja13:33
FWiesinggeschehen13:33
yangoonFWiesing: moment, ich muss gerade noch was kontrollieren13:34
yangoonFWiesing: normalerweise müsste das funktionieren, wenn du das modul dann per setup.py installierst13:37
yangoonFWiesing: Nachteil: es ist an der Paketverwaltung vorbei13:37
FWiesingalso mit ./...py ?13:38
yangoonaber da es kein debian paket für _at gibt, bleibt dir nichts anderes übrig13:38
FWiesingmuss ich das in ein bestimmtes Verzeichnis geben, bevor ich die setup.py ausführe?13:38
yangoonFWiesing: ist das eine virtuelle maschine?13:38
FWiesingja13:38
TimitosFWiesing: stop. bitte keine setup.py13:39
FWiesingOK13:39
TimitosFWiesing: normalerweise sollte es reichen, wenn Du das Modul in das Modulverzeichnis kopierst. Wenn das nicht reicht, dann stimmt was mit dem Modul nicht13:39
yangoonTimitos: nein, er hat doch den rest über debian pakete installiert13:40
Timitosyangoon: und warum sollte es nicht reichen, das modul ins modulverzeichnis zu kopieren?13:40
yangoondie liegen dann im PYTHONPATH13:40
FWiesinges geht um das Modul account_at_skr07 - hab ich von Dir vo ca 3/4 Jahr bekommen13:40
Timitosyangoon: wir hatten mit der setup.py letztens eine schlechte erfahrung. ich will vermeiden, dass da was schief geht13:41
FWiesingich seh die Module im /usr/shared/pyshared/trytond/modules/13:41
Timitosyangoon: warum sollte es mit kopieren nicht gehen?13:42
yangoonTimitos: stimmt schon, aber wenn er das modul nach restart nicht sieht, muss irgendwas mit dem pfad schief sein13:42
Timitosich seh schon, ich muss mal ein debian aufsetzen, bei dem ich tryton mit den paketen installiere13:43
yangoonTimitos: FWiesing moment, ich probier das bei mir im chroot mal aus13:44
yangoonfwise14:13
yangoonFWiesing: noch da?14:13
FWiesingja14:15
FWiesing... hab ich nicht gleich gesehen - sorry14:15
yangoonFWiesing: wo hast du das modul momentan liegen, in deinem home?14:15
FWiesingDesktop14:15
yangoonFWiesing: dann kopier es mal nach /usr/local/tryton/modules14:17
FWiesingDas Verzeichnis gibt's bei mir nicht14:18
FWiesingkann ich aber erzeugen14:18
yangoonFWiesing: so wars gemeint14:18
FWiesingok14:19
yangoondanach bitte ein ls /usr/lib/pymodules hierher posten14:19
FWiesingls: Zugriff auf /usr/lib/pymodules nicht möglich: No such file or directory14:21
yangoonshit, immer dieses ubuntu;)14:22
FWiesingsorry tippfehler - python2.614:22
FWiesingist das ergebnis14:22
yangoonaha, also doch14:22
yangoonok, dann 'ln -s /usr/local/tryton/modules/account_at_skr07 /usr/lib/pymodules/python2.6/trytond/modules'14:24
yangoonFWiesing: sorry14:24
yangoon 'ln -s /usr/local/tryton/modules/account_at_skr07 /usr/lib/pymodules/python2.6/trytond/modules/account_at_akr07' natürlich14:25
yangoonogottogott:  'ln -s /usr/local/tryton/modules/account_at_skr07 /usr/lib/pymodules/python2.6/trytond/modules/account_at_skr07'14:25
yangoondas sollte es jetzt aber gewesen sein14:25
yangoonFWiesing: danach  /etc/init.d/tryton-server restart14:26
yangoondann sollte das modul verfügbar sein14:26
yangoonFWiesing: wie stehts?14:31
FWiesingnein - bekomm ihn nicht14:31
FWiesingist in der Modulliste nicht sichtbar14:31
FWiesingDen Link hab ich grad gecheckt14:32
FWiesingder stimmt14:32
FWiesingServer hab ich auch schon 2x neu gestartet14:32
yangoonFWiesing: bist du sicher, das du nur python 2.6 auf der maschine hast?14:32
FWiesingja - mehr ist ja nicht da -moment14:32
yangoonFWiesing: was sagt python -V ?14:33
FWiesingja - ich seh keine andere Version14:33
FWiesingPython2.6.414:34
yangoonFWiesing: was sagt '/usr/lib/pymodules/python2.6/trytond/modules/' ?14:34
yangoon 'ls /usr/lib/pymodules/python2.6/trytond/modules/'14:35
FWiesingda kommt die ganze Liste mit den Modulen14:35
FWiesingaccount_at_skr07 ist auch dabei - als Link14:36
yangoonund du hast dich neu eingeloggt mit dem client?14:36
FWiesingja14:36
yangoonFWiesing: na dann noch ein anderer versuch14:37
yangoon'rm /usr/lib/pymodules/python2.6/trytond/modules/account_at_skr07'14:37
yangoon'cp /usr/local/tryton/modules/account_at_skr07 /usr/lib/pymodules/python2.6/trytond/modules/account_at_skr07'14:38
yangoon'/etc/init.d/tryton-server restart'14:38
yangoonund im Client das Modulfenster neu öffnen oder Ctlr-R machen14:39
yangoonbei mir läufts jedenfalls, ich hab den kontenrahmen ohne probleme installiert14:40
FWiesingich seh in nicht in der Modul-Liste14:46
FWiesingich hab z. b. bei den installierten Modulen im Verzeichnis /usre/share/pyshared einen Ordner trytond_modulName-1.4.x.egg-info14:51
yangoones geht um /usr/lib/pymodules/python2.6/trytond/modules/ , dort muss das modul stehen und dort sollte es auch erkannt werden14:53
yangoonwie gesagt, bei mir unter debian mit python 2.5 klappt das14:53
FWiesingja - ist mir schon klar14:53
FWiesingunter debian und python2.5 hat's bei mir auch geklappt14:58
FWiesing... muss jetzt mal weg - Schneeschippen :-)15:10
FWiesingwie ich gestern zurückgekommen bin (Spätabends) lag der einfach da.15:10
yangoonFWiesing: dann läufts jetzt?15:11
FWiesingnein - ich bekomm's nicht gebacken16:43
-!- udono(~udono@dynamic-unidsl-85-197-19-178.westend.de) has joined #tryton.de23:28

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!