Re: [Pydev-users] Issue with undefined variables

2008-03-07 Thread Fabio Zadrozny
Hi Lee, > While using pylint I can tell pylint to ignore undefined variables per line > with #IGNORE:E1101. I only seen something about @DynamicAttr in the class > comment which applies to the entire class, is there a way to ignore single > lines using pydev extensions code analysis? Yes: pr

Re: [Pydev-users] Issue with undefined variables

2008-03-07 Thread Lee Connell
Fabio, I will send in a bug report with the information you requested. I have another quick question on this topic. While using pylint I can tell pylint to ignore undefined variables per line with #IGNORE:E1101. I only seen something about @DynamicAttr in the class comment which applies to

[Pydev-users] [pydev - Users] RE: Portable PyDev

2008-03-07 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4823399 By: fabioz Hi Eric, I've been thinking a bit about that, and the problem is not actually pydev, but putting your workspace there (that's where the interpreter config is stored). If you want to have th

Re: [Pydev-users] Issue with undefined variables

2008-03-07 Thread Fabio Zadrozny
Hi Lee, Can you give the structure you're accessing? (The Poll and the objects attributes). If you can create a bug-report with that explaining the complete structure (with some code example to reproduce it), it would make my life much easier -- and I'd probably be able to fix it sooner too ;-)