Re: Curious: 2134 2004-10-06 08:55:20Z fredrik

2008-09-05 Thread Akathorn Greyhat
the package "core" contains "import data", but that module doesn't exist, so it raises this strange error -- Akathorn Greyhat -- http://mail.python.org/mailman/listinfo/python-list

Curious: 2134 2004-10-06 08:55:20Z fredrik

2008-09-04 Thread Akathorn Greyhat
06 08:55:20Z fredrik $ ImportError: No module named data I've already fix it, but I don't know what the hell does this line means: # $Id: __init__.py 2134 2004-10-06 08:55:20Z fredrik $ It seens curious, isn't it? -- Akathorn Greyhat -- http://mail.python.org/mailman/listinfo/python-list

Re: Dictionary bidirectional

2008-07-14 Thread Akathorn Greyhat
item) + '"' return keys Feel free to change anything you want or need Regards, Akathorn Greyhat 2008/7/14 Kless <[EMAIL PROTECTED]>: > I need a dictionary where get the result from a 'key' (on left), but > also from a 'value' (o

Re: Dictionary bidirectional

2008-07-13 Thread Akathorn Greyhat
-- Forwarded message -- From: Akathorn Greyhat <[EMAIL PROTECTED]> Date: 2008/7/14 Subject: Re: Dictionary bidirectional To: Kless <[EMAIL PROTECTED]> 2008/7/14 Kless <[EMAIL PROTECTED]>: I need a dictionary where get the result from a 'key' (on lef

how can I use exec with main module globals?

2008-07-12 Thread Akathorn Greyhat
exec statement access the main globals? Thanks, Akathorn Greyhat -- http://mail.python.org/mailman/listinfo/python-list