The following forum message was posted by hjwp at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3711968:

another theory on why it\'s not working:  the dll has a number of dependencies, 
on other dlls and on parts of the windows api (system.data, 
system.drawing...)...  so before i can import it, i have to:

[quote]clr.AddReference(\'Library\') 
clr.AddReference(\'Utils\') #another dll
clr.AddReference(\'System.Data\')
clr.AddReference(\'System.Drawing\')
from Library.Workbook import Workbook
[/quote]

could it be that it\'s these dependencies that are tripping over the 
autocomplete-interpreter?  Is there any way of forcing them to be loaded?  
I\'ve tried putting them in forced builtins, but no cigar...

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to