I'm having trouble resolving a
scope problem. I have a module, called from another script, with this
structure:
def parseFile(file, myLocation,
defaults):
#
initialisation.
ccyMappings = {}
def
getCcyMappings()
global
ccyMappings
# read values into
Thanks Fredrik, that's fixed it. Apologies for the lazy typing - should
have cut and pasted the whole thing.
-Original Message-
From: Fredrik Lundh [mailto:[EMAIL PROTECTED]
Sent: 13 October 2005 08:55
To: python-list@python.org
Subject: Re: Scope problem with nested functions.
<[EMAIL P