Thanks for your help,
the second tip did do the trick!
Cheers,
Moritz
Am 18.09.2011 20:12, schrieb Fabio Zadrozny:
> 2 things:
>
> 1. The current pydev has a problem dealing with zipped files (updating
> to the latest nightly should fix that -- you may need to reconfigure
> your pythonpath).
>
2 things:
1. The current pydev has a problem dealing with zipped files (updating
to the latest nightly should fix that -- you may need to reconfigure
your pythonpath).
2. Try adding 'pysmbc' to the forced builtins: this will force pydev
to analyze it dynamically (through a spawned python interpre
Hi!
I'm using PyDev 2.2.2.20 in Eclipse 3.7.0 and my code imports pysmbc
(libsmbclient bindings for python - http://pypi.python.org/pypi/pysmbc -
C module). Everything works finde, but PyDev marks the line
import smbc as Unresolved Import, although I've added ít to the
PYTHONPATH in project settin