Re: [Pydev-users] [Users] PyDev configuration questions
Brought to you by:
fabioz
From: Daniel S. <dan...@kl...> - 2012-01-09 14:41:25
|
In my experience a number of plugins honor the context menu CTRL + F1 in eclipse.. Go over the underlined error word and press CTRL + F1; PyDev will give you an option to ignore it. For (b) issue it appears to me that you must add 'apps.components.analytics.models' to your project PYTHONPATH. See window menu 'Project' > 'Properties' > 'PyDev - PYTHONPATH' > 'Source Folders' or 'External Libraries' Daniel On Sat, Jan 7, 2012 at 12:12 PM, SourceForge.net <no...@so...>wrote: > The following forum message was posted by philipmjohnson at > http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4932737: > > Greetings, I am brand new to PyDev and trying to import a preexisting > Django > app without getting errors. At the moment, I have two types of errors > which > I assume are trivial but cannot figure out how to fix. > > (a) mail.outbox is flagged as undefined, which is true,but the test > documentation > says that this object is only defined at runtime. > > http://python.6.n6.nabble.com/Django-9670-django-core-mail-outbox-doesn-t-exist- > anymore-remove-from-documentation-td386645.html > > So, how do I tell PyDev to not flag this kind of reference as an error in > my > code? > > (b) An import is not understood, even though it is clearly ok. > > To see both of these errors, here is a screenshot: > > https://docs.google.com/open?id=0B39ynmXUoikYOTdkZDY2Y2UtODkyNi00NDc4LWIyZWUtNDk > yMmQzNzA3MWE3 > > Any help would be appreciated. > > Philip Johnson > > > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > Pydev-users mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-users > |