Re: [gentoo-user] emerge does not update

2008-06-14 Thread Edward Hades
I don't know what the underlying cause is, I've asked multiple times
of it, but got no reply. The portage does miss some of the updatable
packages.

I can only recommend something like 'eix -u --only-names | xargs
emerge -u', or less automated 'emerge -pev world | grep  U ', then
emerge listed packages.

On Sat, Jun 14, 2008 at 7:17 PM, Peter Wood [EMAIL PROTECTED] wrote:
 Hi,
 I just ran eix-sync and it informs me that there are updates available for 2
 packages (Archiv-Tar and Archive-Zip). Both packages are pulled in by othe
 packages that are either in world or system. The current versions are not
 locked anywhere, nor are the new ones masked  as far as I can tell. Still,
 emerge --update --deep world
 and
 emerge --update --deep system
 tell me that there are no updates to install.
 I did emerge --metadata and emerge --regen, but the result is the same.
 Does anybody have any idea what I might be doing wrong?
 Thanks,
 Peter
 --
 gentoo-user@lists.gentoo.org mailing list





-- 
Henny Youngman  - When I told my doctor I couldn't afford an
operation, he offered to touch-up my X-rays.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] python Tkinter

2008-06-13 Thread Edward Hades
On Fri, Jun 13, 2008 at 3:38 PM, Daniel Heemann [EMAIL PROTECTED] wrote:
 On Fri June 13 2008, David Harel wrote:
 In /etc/portage/package.use I added:
 dev-lang/python (-nocxx) (-nothreads) tk

 Afaik you need to build python with the 'tk' USE flag enabled.

That he did. David, you sure you have recompiled python _after_ adding tk flag?


-- 
Henny Youngman  - When I told my doctor I couldn't afford an
operation, he offered to touch-up my X-rays.
-- 
gentoo-user@lists.gentoo.org mailing list



Re: [gentoo-user] python Tkinter

2008-06-13 Thread Edward Hades
On Fri, Jun 13, 2008 at 6:13 PM, Kenneth Prugh [EMAIL PROTECTED] wrote:
 Uh, the module is called Tkinter, so: import Tkinter

 http://docs.python.org/lib/module-Tkinter.html

 --
 Ken69267


Tkinter is a high-level interface, _tkinter is a low-level one.

http://docs.python.org/lib/node685.html


-- 
Bill Watterson  - There is not enough time to do all the nothing we
want to do.
-- 
gentoo-user@lists.gentoo.org mailing list