python niko
Verfasst: Donnerstag 25. November 2004, 17:26
hallo,
wir arbeiten in der schule mit python/niko und pythonwin, klappt auch alles ganz gut.
ich hab jetzt python/ pythonwin und niko auf meinem pc installiert, wenn ich damit arbeiten will kommt folgende meldung:
Traceback (most recent call last):
File "D:\Python23\lib\site-packages\Pythonwin\pywin\framework\scriptutils.py", line 310, in RunScript
exec codeObject in __main__.__dict__
File "D:\Python23\niko\pypath\nikoti.py", line 214, in ?
MeinBildschirm=BenutzerInterface(MeineWelt)
File "D:\Python23\niko\pypath\nikoti.py", line 26, in __init__
self.image.append(Tkinter.PhotoImage(file=self.bilder+"/robi.gif0"))
File "D:\Python23\lib\lib-tk\Tkinter.py", line 3176, in __init__
Image.__init__(self, 'photo', name, cnf, master, **kw)
File "D:\Python23\lib\lib-tk\Tkinter.py", line 3132, in __init__
self.tk.call(('image', 'create', imgtype, name,) + options)
TclError: couldn't open "set niko_inst=d:\python23\niko\inst/robi.gif0": no such file or directory
ich habe es auf zwei rechnern probiert, win XP
die umgebungsvariablen hab ich auch gesetzt
wir arbeiten in der schule mit python/niko und pythonwin, klappt auch alles ganz gut.
ich hab jetzt python/ pythonwin und niko auf meinem pc installiert, wenn ich damit arbeiten will kommt folgende meldung:
Traceback (most recent call last):
File "D:\Python23\lib\site-packages\Pythonwin\pywin\framework\scriptutils.py", line 310, in RunScript
exec codeObject in __main__.__dict__
File "D:\Python23\niko\pypath\nikoti.py", line 214, in ?
MeinBildschirm=BenutzerInterface(MeineWelt)
File "D:\Python23\niko\pypath\nikoti.py", line 26, in __init__
self.image.append(Tkinter.PhotoImage(file=self.bilder+"/robi.gif0"))
File "D:\Python23\lib\lib-tk\Tkinter.py", line 3176, in __init__
Image.__init__(self, 'photo', name, cnf, master, **kw)
File "D:\Python23\lib\lib-tk\Tkinter.py", line 3132, in __init__
self.tk.call(('image', 'create', imgtype, name,) + options)
TclError: couldn't open "set niko_inst=d:\python23\niko\inst/robi.gif0": no such file or directory
ich habe es auf zwei rechnern probiert, win XP
die umgebungsvariablen hab ich auch gesetzt