Re: [gentoo-user] Tkinter, where ?

2007-07-22 Thread Dale
[EMAIL PROTECTED] 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

:-)  :-)

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Tkinter, where ?

2007-07-22 Thread Daniel Pielmeier
[EMAIL PROTECTED] 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
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Tkinter, where ?

2007-07-22 Thread alain . didierjean
Selon Dale [EMAIL PROTECTED]:

 [EMAIL PROTECTED] 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~

-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Tkinter, where ?

2007-07-22 Thread Dale
[EMAIL PROTECTED] wrote:
 Selon Dale [EMAIL PROTECTED]:

   
 [EMAIL PROTECTED] 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

:-)  :-)  :-)



Re: [gentoo-user] Tkinter, where ?

2007-07-22 Thread Daniel Pielmeier
 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
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Tkinter, where ?

2007-07-22 Thread Dale
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

:-)  :-)  :-)


Re: [gentoo-user] Tkinter, where ?

2007-07-22 Thread Daniel Pielmeier
 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
-- 
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Tkinter, where ?

2007-07-22 Thread Dale
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

:-)  :-)