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

2008-09-05 Thread Akathorn Greyhat
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
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
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' (on right), how to get it? I know that dictionaries aren't bidirectional, but is there any

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 left), but also from a 'value

how can I use exec with main module globals?

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