From: SourceForge.net <no...@so...> - 2006-06-23 01:36:46
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3792389 By: nickbower Just to make the example perfectly clear; In PyDev/Eclipse, bswb is the "source folder" linked to the filesystem, and Products will be a python module that we use (from Products.ATContentTypes import ...): BSWBProject | `-bswb (folder linked to filesystem) | `--Products |---BSWBSkins `---ATContentTypes On Disk we have; bswb (linked to eclipse) | |--Products | |---BSWBSkins | `---ATContentTypes -> ../Plone/ATContentTypes `--Plone `---ATContentTypes As you can see, it is the *subdirectory* "ATContentTypes" of a python module (Products) which does not resolve for "from Products.ATContentTypes...". However "from Products.BSWBSkins..." works fine. I suspect that this is slightly different to the current understanding no? Thanks, Nick ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |