[Kde-games-devel] moved Kajongg from playground to kdereview

Pedro Lopez-Cabanillas pedro.lopez.cabanillas at gmail.com
Mon Feb 22 12:41:50 GMT 2010


On Monday, February 22, 2010, Wolfgang Rohdewald wrote:
> On Monday 22 February 2010, you (Pedro Lopez-Cabanillas) wrote:
> > Hi,
> >
> > Another issue: src/common.py is not installed, so it fails at
> > runtime.
>
> 3 new files were missing. Already fixed with r1094261
>
> > I have another runtime error:
> > $ kajongg
> > Traceback (most recent call last):
> >   File "/usr/bin/kajongg", line 55, in <module>
> >     import util
> >   File "/usr/share/kde4/apps/kajongg/util.py", line 34, in
> > <module> SYSLOGPREFIX =
> > os.path.splitext(os.path.basename(sys.argv[0]))[0]
> > IndexError: list index out of range
>
> I do not see why. Could you please apply the attached patch and
> mail me the output?

Sure. here it is

$ kajongg
args: []
arg0:
Traceback (most recent call last):
  File "/usr/bin/kajongg", line 55, in <module>
    import util
  File "/usr/share/kde4/apps/kajongg/util.py", line 35, in <module>
    print 'arg0:', sys.argv[0]
IndexError: list index out of range

Regards,
Pedro




More information about the kde-core-devel mailing list