Am 21.08.2010 14:09 schrieb Janosch Peters:
> I suggest adding sqlalchemy to the default "forced builtins". PyDev
> could not resolve all methods, before I added it to the forced builtins.
> ...
> Whenever I used the "session" variable in a module of this package,
> PyDev couldnt resolve its method
Hi,
I suggest adding sqlalchemy to the default "forced builtins". PyDev
could not resolve all methods, before I added it to the forced builtins.
Im not sure why I had to do this, sqlalchemy does some metaclasses magic
(which I barely understand). I had this in my __init__.py of my package
---