[Pydev-users] [Users] Unresolved import: select with virtualenv
Brought to you by:
fabioz
|
From: SourceForge.net <no...@so...> - 2011-07-13 22:26:39
|
The following forum message was posted by piotr_dobrogost at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4606092: I get 'Unresolved import: select' error in Problems view for project using virtualenv. This virtualenv is configured as Python interpreter in PyDev and set for this project. All other imports of standard modules are ok. I guess this problem might be due to the fact that select is kind of special because with a few other standard modules it's placed not in the Lib folder but in the DLLs folder. However virtualenv doesn't create DLLs folder the same way it creates Lib and Scripts ones. I asked about this here http://stackoverflow.com/questions/6657541/why-doesnt-virtualenv-create-dlls-fol der Could someone reproduce this? Any ideas? |