Message1095
Logged In: YES
user_id=1379331
It seems that in 2.1 builtin modules do take precedence and
thus this is not so big a problem there. Anyway, since you
are not working only with builtins this behaviour can pretty
easily bite you even in that case.
Consider for example that you are building a tool called
'robot' (we are) and in your code do things like 'import
robot' (we do that too). Now if your user creates a
directory 'robot' where she places something related to the
framework (our user did) and runs the framework so that this
directory is in PYTHONPATH before your framework module
(yes, she did that too) you are going to get some pretty
weird and hard to debug error messages (as we did). |
|
Date |
User |
Action |
Args |
2008-02-20 17:17:27 | admin | link | issue1421812 messages |
2008-02-20 17:17:27 | admin | create | |
|