[Pydev-users] [pydev - Users] RE: Pydev pythonpath with conflicting packages

2009-02-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6392777 By: obearn Thank you fabio, I knew I could be wrong on package usage. However, using the interpreter it seems package are merged depending on pythonpath order. Anyway for now I am using different roo

[Pydev-users] [pydev - Users] RE: Pydev pythonpath with conflicting packages

2009-02-10 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6391820 By: fabioz In Python that's really not the way to go. Packages should not have the same name... (Python just checks the 1st one that'll succeed in the import and won't go to other paths making a 'merge'