[Pydev-users] [pydev - Users] RE: Assisting pydev with type information.

2009-08-24 Thread SourceForge.net
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

[Pydev-users] [pydev - Users] Pricing

2009-08-24 Thread SourceForge.net
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

[Pydev-users] [pydev - Users] RE: finding a java class using Jython

2009-08-24 Thread SourceForge.net
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

[Pydev-users] [pydev - Users] RE: finding a java class using Jython

2009-08-24 Thread SourceForge.net
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 __

[Pydev-users] [pydev - Users] RE: SConstruct

2009-08-24 Thread SourceForge.net
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

[Pydev-users] [pydev - Users] RE: Package Explorer for PYTHOPATH eggs

2009-08-24 Thread SourceForge.net
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

[Pydev-users] [pydev - Users] RE: Project 'Clean' doesn't pylint all files

2009-08-24 Thread SourceForge.net
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

[Pydev-users] [pydev - Users] SConstruct

2009-08-24 Thread SourceForge.net
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

[Pydev-users] [pydev - Users] Package Explorer for PYTHOPATH eggs

2009-08-24 Thread SourceForge.net
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