[Gelistirici] hicolor dosyalarını atmak için

fethi fethi at linux-sevenler.org
6 Tem 2006 Per 12:47:49 EEST


Perşembe 6 Temmuz 2006 12:28 tarihinde, Fatih Aşıcı şunları yazmıştı: 
> 06.07.2006 tarihinde fethi <fethi at linux-sevenler.org> yazmış:
> > >  for res in ("128x128", "64x64", "48x48", "32x32", "16x16"):
> > >     pisitools.insinto("/usr/share/icons/hicolor/%s/apps/",
> > > "share/vlc%s.png", " vlc.png" %
> > >  res, res)
> > >
> > > olarak deneyebilirmisiniz?
> >
> > yine olmadı :(
> >
> > Program sonlandırıldı.
> > pisi.build.Error: Action betiğinde sözdizimi hatası
> > (/home/pardox/playground/applications/multimedia/vlc/actions.py): invalid
> > syntax (error, line 30)
>
>  for res in ("128x128", "64x64", "48x48", "32x32", "16x16"):
>      pisitools.insinto("/usr/share/icons/hicolor/%s/apps/" % res,
> "share/vlc%s.png" % res, "vlc.png")
>
> şeklinde çalışması lazım

Bu şekilde de hata verdi
---------------------
def install():
    autotools.rawInstall("DESTDIR=%s" % get.installDIR())

#   icons
    for res in ("128x128", "64x64", "48x48", "32x32", "16x16"):
         pisitools.insinto("/usr/share/icons/hicolor/%s/apps/" % 
res, "share/vlc%s.png" % res, " vlc.png")
---------------------

Program sonlandırıldı.
pisi.build.Error: Action betiğinde sözdizimi hatası 
(/home/pardox/playground/applications/multimedia/vlc/actions.py): unindent 
does not match any outer indentation level (error, line 26)



Gelistirici mesaj listesiyle ilgili daha fazla bilgi