
promac at gmail
Oct 23, 2010, 2:34 PM
Post #4 of 4
(409 views)
Permalink
|
On Thu, Oct 21, 2010 at 8:17 AM, Paulo Cavalcanti <promac [at] gmail> wrote: > > > On Thu, Oct 21, 2010 at 6:45 AM, Axel Thimm <Axel.Thimm [at] atrpms> wrote: > >> Hi Paulo, >> >> On Mon, 2010-10-11 at 12:29 -0300, Paulo Cavalcanti wrote: >> > Hi, Axel >> > >> > I would like to submit python-mtTkinter. >> > I tried to add it to Fedora a long time ago, but it seems that nobody >> > cares... >> > >> > Fedora is the only distribution I know of, which supplies tcl >> > without threads enabled. As a consequence, tkinter is broken >> > on Fedora, if one tries to access tk ojects from within different >> > python threads. >> > >> > mtTkiter fixes this issue, and it is just a single file package: >> > >> > /usr/lib/python2.6/site-packages/mtTkinter.py >> > /usr/share/doc/python-mtTkinter-0.3 >> > /usr/share/doc/python-mtTkinter-0.3/clock-bezier.py >> >> You forgot to add a URL for the package. :) >> >> > Axel, something went wrong with the build. This is what inside the Atrpms package: /mtTkinter.py /usr/share/doc/python-mtTkinter-0.3 /usr/share/doc/python-mtTkinter-0.3/clock-bezier.py It should be: /usr/lib/python2.6/site-packages/mtTkinter.py /usr/share/doc/python-mtTkinter-0.3 /usr/share/doc/python-mtTkinter-0.3/clock-bezier.py The package does build fine with mock. I have a new version here, http://people.atrpms.net/~pcavalcanti/srpms/python-mtTkinter-0.3-2.fc12.src.rpm but you will have to check in the spec why does global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()") is not working for you ... Thanks. -- Paulo Roma Cavalcanti LCG - UFRJ
|