[issue2930] Cannot change variable defined in "__init__.py" after importing

2008-05-21 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: As I said, please consult the newsgroup/mailing list for these questions, it's much better suited for them. __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2930] Cannot change variable defined in "__init__.py" after importing

2008-05-21 Thread Jörg Rebenstorf
Jörg Rebenstorf <[EMAIL PROTECTED]> added the comment: Oh yes, I am sorry, I forgot to tell you that I *cannot* change the import statement as it is part of a framwork by a third-party which I cannot influence. This is a prerequisite of my task. Of course you are right that I am not strictly s

[issue2930] Cannot change variable defined in "__init__.py" after importing

2008-05-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Use import common common.fileList = ... Please ask further question on python-list (comp.lang.python) -- this is not a bug. -- nosy: +georg.brandl resolution: -> invalid status: open -> closed __ Trac

[issue2930] Cannot change variable defined in "__init__.py" after importing

2008-05-20 Thread Jörg Rebenstorf
Changes by Jörg Rebenstorf <[EMAIL PROTECTED]>: -- title: Cannot change variable defined in __init_.py after importing -> Cannot change variable defined in "__init__.py" after importing __ Tracker <[EMAIL PROTECTED]> __