Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7581592
By: thomasmm
That is a good idea, but I find that it doesn't work. I guess pydev doesn't
parse the 'isinstance' statement?
I hope it will be supported in the future as it is a good solution to the
pr
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7581559
By: fnrd
I'm a beginning Python developer, just learning my way around. I'm also new
to Eclipse, although I support developers in it all day long at work, I've not
done much development with it myse
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7581510
By: rbleasdale
At the Command Prompt:
C:\eclipseWorkspacesPy\TADzJy\src\tools>jython exam2.py
C:\eclipseWorkspacesPy\TADzJy\src\tools
C:\jython2.5.0\Lib
__classpath__
__pyclasspath__/
C:\jython2.5.0\Li
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7581302
By: fabioz
Can you add:
import sys
for p in sys.path: print p
>From both the command prompt and from eclipse and paste the results for each
one?
Cheers,
Fabio
__
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7581325
By: fabioz
This is something eclipse itself has no good support (see:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=46297 )
So, what you can do is right click the file and choose "Open with pydev".
Ch
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7581285
By: fabioz
Please enter that as a feature request (this is actually something I had in
mind already).
Cheers,
Fabio
__
You are rece
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7581314
By: fabioz
Hi, you can raise the 'max simultaneous processes for pylint' in the pylint
preferences.
Cheers,
Fabio
__
You are receiv
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7580220
By: owillebo
How do I make that pydev recognizes SConstruct as a Python file?
__
You are receiving this email because you elected t
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7580096
By: skitibor
Many times the best reference when using a library is it's source code. (in
python especially.) So many times i find myself jumping with F3 into installed
libraries which works very fine. T