public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Tkinter, where ?
@ 2007-07-22  8:55 alain.didierjean
  2007-07-22  9:27 ` Dale
  2007-07-22 11:22 ` Daniel Pielmeier
  0 siblings, 2 replies; 9+ messages in thread
From: alain.didierjean @ 2007-07-22  8:55 UTC (permalink / raw
  To: gentoo-user

I just installed Scribus and plays with it. Some of its scrips need tkinter to
execute.
Tkinter seems ignored by portage. Quite surprising. Is there a gentoo way to
install it ?

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Tkinter, where ?
  2007-07-22  8:55 [gentoo-user] Tkinter, where ? alain.didierjean
@ 2007-07-22  9:27 ` Dale
  2007-07-22 16:35   ` alain.didierjean
  2007-07-22 11:22 ` Daniel Pielmeier
  1 sibling, 1 reply; 9+ messages in thread
From: Dale @ 2007-07-22  9:27 UTC (permalink / raw
  To: gentoo-user

alain.didierjean@free.fr wrote:
> I just installed Scribus and plays with it. Some of its scrips need tkinter to
> execute.
> Tkinter seems ignored by portage. Quite surprising. Is there a gentoo way to
> install it ?
>
>   

Put tk in your USE line in make.conf and then re-emerge python.

> [ebuild   R   ] dev-lang/python-2.4.4-r4  USE="berkdb doc gdbm ipv6
> ncurses readline ssl tk -bootstrap -build -examples -nocxx -nothreads
> -ucs2"

Note, you may have to re-emerge Scribus, not real sure on that one.  You
could always try it first I guess and if it doesn't work, re-emerge it then.

Hope that helps.

Dale

:-)  :-)

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Tkinter, where ?
  2007-07-22  8:55 [gentoo-user] Tkinter, where ? alain.didierjean
  2007-07-22  9:27 ` Dale
@ 2007-07-22 11:22 ` Daniel Pielmeier
  1 sibling, 0 replies; 9+ messages in thread
From: Daniel Pielmeier @ 2007-07-22 11:22 UTC (permalink / raw
  To: gentoo-user

alain.didierjean@free.fr schrieb:
> I just installed Scribus and plays with it. Some of its scrips need tkinter to
> execute.
> Tkinter seems ignored by portage. Quite surprising. Is there a gentoo way to
> install it ?
> 

It is ignored by portage as the scribus ebuild has no tk use flag which
should probably implemented. With this use flag portage will complain
about missing tkinter and advises you to reinstall python with tkinter
support.

I had this kind of problem with another package before.

Time to fill a bug!

Regards,

Daniel
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Tkinter, where ?
  2007-07-22  9:27 ` Dale
@ 2007-07-22 16:35   ` alain.didierjean
  2007-07-22 17:34     ` Dale
  0 siblings, 1 reply; 9+ messages in thread
From: alain.didierjean @ 2007-07-22 16:35 UTC (permalink / raw
  To: gentoo-user

Selon Dale <dalek1967@bellsouth.net>:

> alain.didierjean@free.fr wrote:
> > I just installed Scribus and plays with it. Some of its scrips need tkinter
> to
> > execute.
> > Tkinter seems ignored by portage. Quite surprising. Is there a gentoo way
> to
> > install it ?
> >
> >
>
> Put tk in your USE line in make.conf and then re-emerge python.
>
Bingo ! that does it. Thanks,

--
~adj~

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Tkinter, where ?
  2007-07-22 16:35   ` alain.didierjean
@ 2007-07-22 17:34     ` Dale
  2007-07-22 18:09       ` Daniel Pielmeier
  0 siblings, 1 reply; 9+ messages in thread
From: Dale @ 2007-07-22 17:34 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1155 bytes --]

alain.didierjean@free.fr wrote:
> Selon Dale <dalek1967@bellsouth.net>:
>
>   
>> alain.didierjean@free.fr wrote:
>>     
>>> I just installed Scribus and plays with it. Some of its scrips need tkinter
>>>       
>> to
>>     
>>> execute.
>>> Tkinter seems ignored by portage. Quite surprising. Is there a gentoo way
>>>       
>> to
>>     
>>> install it ?
>>>
>>>
>>>       
>> Put tk in your USE line in make.conf and then re-emerge python.
>>
>>     
> Bingo ! that does it. Thanks,
>
> --
> ~adj~
>
>   

Glad to have helped.  This is something I have ran into before. 

>From another reply:

> It is ignored by portage as the scribus ebuild has no tk use flag which
> should probably implemented. With this use flag portage will complain
> about missing tkinter and advises you to reinstall python with tkinter
> support.
>
> I had this kind of problem with another package before.
>
> Time to fill a bug!
>
> Regards,
>
> Daniel

Same here.  Do you plan to file this bug?  I don't have the error, I
suspect you don't either and I would imagine the OP doesn't either now
that it is working.

It does need to be fixed though.

Dale

:-)  :-)  :-)


[-- Attachment #2: Type: text/html, Size: 2149 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Tkinter, where ?
  2007-07-22 17:34     ` Dale
@ 2007-07-22 18:09       ` Daniel Pielmeier
  2007-07-22 18:22         ` Dale
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Pielmeier @ 2007-07-22 18:09 UTC (permalink / raw
  To: gentoo-user

>> It is ignored by portage as the scribus ebuild has no tk use flag which
>> should probably implemented. With this use flag portage will complain
>> about missing tkinter and advises you to reinstall python with tkinter
>> support.
>>
>> I had this kind of problem with another package before.
>>
>> Time to fill a bug!
>>
>> Regards,
>>
>> Daniel
> 
> Same here.  Do you plan to file this bug?  I don't have the error, I
> suspect you don't either and I would imagine the OP doesn't either now
> that it is working.
> 
> It does need to be fixed though.
> 
> Dale
> 
> :-)  :-)  :-)
> 
> 

This only affects users who don`t have the tk use flag set for python
and want to use the scribus font sampler script. As such things should
automatically treated by portage, there should be filed a bug.

I don't use scribus myself, but i can file the bug. I don`t think it is
a big thing to fix, just introduce the tk use flag in the ebuild and and
add a check whether python is built with the tk use flag.

There are also other things in the ebuild which i think they should be
fixed. I will report here when the bug is ready.

Regards,

Daniel
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Tkinter, where ?
  2007-07-22 18:09       ` Daniel Pielmeier
@ 2007-07-22 18:22         ` Dale
  2007-07-22 18:38           ` Daniel Pielmeier
  0 siblings, 1 reply; 9+ messages in thread
From: Dale @ 2007-07-22 18:22 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1530 bytes --]

Daniel Pielmeier wrote:
>>> It is ignored by portage as the scribus ebuild has no tk use flag which
>>> should probably implemented. With this use flag portage will complain
>>> about missing tkinter and advises you to reinstall python with tkinter
>>> support.
>>>
>>> I had this kind of problem with another package before.
>>>
>>> Time to fill a bug!
>>>
>>> Regards,
>>>
>>> Daniel
>>>       
>> Same here.  Do you plan to file this bug?  I don't have the error, I
>> suspect you don't either and I would imagine the OP doesn't either now
>> that it is working.
>>
>> It does need to be fixed though.
>>
>> Dale
>>
>> :-)  :-)  :-)
>>
>>
>>     
>
> This only affects users who don`t have the tk use flag set for python
> and want to use the scribus font sampler script. As such things should
> automatically treated by portage, there should be filed a bug.
>
> I don't use scribus myself, but i can file the bug. I don`t think it is
> a big thing to fix, just introduce the tk use flag in the ebuild and and
> add a check whether python is built with the tk use flag.
>
> There are also other things in the ebuild which i think they should be
> fixed. I will report here when the bug is ready.
>
> Regards,
>
> Daniel
>   

It doesn't matter to me who files the bug.  I just think it needs to be
filed so that it can be fixed before it causes more trouble and is
harder to fix.  I just didn't want to search, then file one, us both
file it at about the same time and end up with a duplicate bug.

Thanks

Dale

:-)  :-)  :-)

[-- Attachment #2: Type: text/html, Size: 1940 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Tkinter, where ?
  2007-07-22 18:22         ` Dale
@ 2007-07-22 18:38           ` Daniel Pielmeier
  2007-07-22 19:12             ` Dale
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Pielmeier @ 2007-07-22 18:38 UTC (permalink / raw
  To: gentoo-user

> It doesn't matter to me who files the bug.  I just think it needs to be
> filed so that it can be fixed before it causes more trouble and is
> harder to fix.  I just didn't want to search, then file one, us both
> file it at about the same time and end up with a duplicate bug.
> 
> Thanks
> 
> Dale
> 
> :-)  :-)  :-)
> 

I have reported it already! Take a look here:
http://bugs.gentoo.org/show_bug.cgi?id=186255
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [gentoo-user] Tkinter, where ?
  2007-07-22 18:38           ` Daniel Pielmeier
@ 2007-07-22 19:12             ` Dale
  0 siblings, 0 replies; 9+ messages in thread
From: Dale @ 2007-07-22 19:12 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 539 bytes --]

Daniel Pielmeier wrote:
>> It doesn't matter to me who files the bug.  I just think it needs to be
>> filed so that it can be fixed before it causes more trouble and is
>> harder to fix.  I just didn't want to search, then file one, us both
>> file it at about the same time and end up with a duplicate bug.
>>
>> Thanks
>>
>> Dale
>>
>> :-)  :-)  :-)
>>
>>     
>
> I have reported it already! Take a look here:
> http://bugs.gentoo.org/show_bug.cgi?id=186255
>   

Thanks much.  Looks like something else got fixed too. 

Dale

:-)  :-)

[-- Attachment #2: Type: text/html, Size: 1022 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-07-22 19:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-22  8:55 [gentoo-user] Tkinter, where ? alain.didierjean
2007-07-22  9:27 ` Dale
2007-07-22 16:35   ` alain.didierjean
2007-07-22 17:34     ` Dale
2007-07-22 18:09       ` Daniel Pielmeier
2007-07-22 18:22         ` Dale
2007-07-22 18:38           ` Daniel Pielmeier
2007-07-22 19:12             ` Dale
2007-07-22 11:22 ` Daniel Pielmeier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox