how can I modify an imported variable ?
Carsten Haese
carsten at uniqsys.com
Wed Dec 27 13:33:55 EST 2006
More information about the Python-list mailing list
Wed Dec 27 13:33:55 EST 2006
- Previous message (by thread): how can I modify an imported variable ?
- Next message (by thread): urllib.urlopen unwanted password prompts - documentation problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, 2006-12-27 at 18:10 +0000, yomgui wrote: > actually, it is not linked to threading but to the scope. > the second attempt to access MyPackage.aVariable > is inside the __init__ of a class > and this seems to be the problem. > > I believe it is a genuine python bug. Please post a minimal but complete (runnable) example that demonstrates your problem. That way, we'll have a chance to actually figure out what you're doing wrong. -Carsten
- Previous message (by thread): how can I modify an imported variable ?
- Next message (by thread): urllib.urlopen unwanted password prompts - documentation problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list