On Mon, Aug 16, 2010 at 10:33 AM, Ben Sunshine-Hill <snef...@gmail.com> wrote:
> On Mon, Aug 16, 2010 at 7:37 AM, Fabio Zadrozny <fabi...@gmail.com> wrote:
>>
>> In the 'project properties' there's a 'project references' item in the
>> tree, that's where you should put the referenced projects (so that one
>> project 'inherits' the pythonpath of another project).
>>
>> See: http://pydev.org/manual_101_project_conf2.html
>>
>> Cheers,
>>
>> Fabio
>>
>
> Yes, I apologize for the hasty description -- the issue I'm having isn't
> with the two python projects, but with a C++ project also in the workspace,
> whose .pyd they should both have in their classpath. Adding the C++ project
> as a reference for the Python projects doesn't put its output path into the
> PYTHONPATH.

You have to mark the c++ project as a pydev project and add the
folders you want to be in the pythonpath as source folders (even if
they only contain the .pyd files) -- and make a reference to that
project. To mark a project as a pydev project right click the projects
> pydev > set as pydev project -- or something like that ;-).

Cheers,

Fabio

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to