For PyDev - PYTHONPATH I have my project (root folder) in the
Project Source Folder, and in the External Source Folders I have /
zope/Products. For those unfamiliar, with Zope, products that can be
installed are in this folder. So one of the folders under Products is
Archetypes. My class extends one of the classes in Archetypes.
class MyClass(OrderedBaseFolder):
PyDev can not find OrderedBaseFolder. I have tried to add /zope/
Products/Archetypes to the ESF's but to no avail.
Any ideas? Thanks!
|