Re: Problem building kde-workspace

2012-02-17 Thread Simon Kaczor
On 02/17/2012 09:00 AM, Simon Kaczor wrote: Luiz Romário Santana Rios gmail.com> writes: Got that same problem and a simple ln -s /usr/bin/python2 $KDE_INST_DIR/bin/python solved it for me. Kind of a workaround, but I don't see any problem, as I don't think any of KDE uses python3 yet. I

Re: Problem building kde-workspace

2012-02-17 Thread Simon Kaczor
Luiz Romário Santana Rios gmail.com> writes: > > Got that same problem and a simple ln -s /usr/bin/python2 > $KDE_INST_DIR/bin/python solved it for me. Kind of a workaround, but I > don't see any problem, as I don't think any of KDE uses python3 yet. > > 2011/10/17 Tomaz Canabrava kde.org>: >

Re: Problem building kde-workspace

2011-10-17 Thread Andreas Pakulat
On 17.10.11 16:26:42, Scott Kitterman wrote: > > On 17.10.11 16:06:01, Tomaz Canabrava wrote: > >> probably has something to do with my python version, but ... > >> > >> Generating singleview.moc > >> File > >> "/kde/kde-workspace/plasma/generic/scriptengines/python//plasma_importer.py", > >> lin

Re: Problem building kde-workspace

2011-10-17 Thread Scott Kitterman
There is a draft PEP that's been circulated for consideration, but /usr/bin/python2 is also (at least for now) a distro specific change from Python upstream. Scott K > Got that same problem and a simple ln -s /usr/bin/python2 > $KDE_INST_DIR/bin/python solved it for me. Kind of a workaround, but

Re: Problem building kde-workspace

2011-10-17 Thread Luiz Romário Santana Rios
Got that same problem and a simple ln -s /usr/bin/python2 $KDE_INST_DIR/bin/python solved it for me. Kind of a workaround, but I don't see any problem, as I don't think any of KDE uses python3 yet. 2011/10/17 Tomaz Canabrava : > probably has something to do with my python version, but ... > > Gene

Re: Problem building kde-workspace

2011-10-17 Thread Scott Kitterman
> On 17.10.11 16:06:01, Tomaz Canabrava wrote: >> probably has something to do with my python version, but ... >> >> Generating singleview.moc >> File >> "/kde/kde-workspace/plasma/generic/scriptengines/python//plasma_importer.py", >> line 107 >> exec code in mod.__dict__ >> ^ >>

Re: Problem building kde-workspace

2011-10-17 Thread Andreas Pakulat
On 17.10.11 16:06:01, Tomaz Canabrava wrote: > probably has something to do with my python version, but ... > > Generating singleview.moc > File > "/kde/kde-workspace/plasma/generic/scriptengines/python//plasma_importer.py", > line 107 > exec code in mod.__dict__ > ^ > SyntaxErr

Problem building kde-workspace

2011-10-17 Thread Tomaz Canabrava
probably has something to do with my python version, but ... Generating singleview.moc File "/kde/kde-workspace/plasma/generic/scriptengines/python//plasma_importer.py", line 107 exec code in mod.__dict__ ^ SyntaxError: invalid syntax make[2]: *** [compile_python_files] Error 1