-
It would be useful to have an ability to analyze error traceback from a clipboard. When one recevies a bug report with an error traceback extracted from logs, one needs to manually navigate the source code from the traceback to find out what had happened. However, PyDev is able to navigate the traceback if it is already in the Eclipse Console window (for example when my application being...
2009-11-13 16:29:08 UTC by trubeko
-
It seems to be something with the DocumentCommand handling...still working on it.
2009-11-13 14:28:42 UTC by josandres
-
Appengine related operations are very well handled by pydev extension, and I love its integration to google services.
I know that JS files are totally out of pydev scope, but once pydev is already uploading a complete set of files to appspot (gae). I would like to suggest the addition of a small parameter to its uploading interface: It could include a "Optimize js before uploading?"
When...
2009-11-13 11:42:54 UTC by https://www.google.com/accounts
-
Forgot to include this question:
1. Is there any way to turn off code analysis on a per project basis. I didn't see one (but my batting record isn't too good on this issue ;-) .
2009-11-12 21:16:49 UTC by kennethevans
-
Fabio,
Thanks. Knowing they are part of PyDev extensions helped and learning how to turn them off was "priceless". I didn't find that information after considerable searching. So where is this documented? Things like Ctrl-1,c, etc. plus some explanation of what it is doing and what are the pitfalls?
I eventually fixed most of the problems in one workspace by just adding numpy and Image...
2009-11-12 21:10:46 UTC by kennethevans
-
I also get this bug, I've added a comment to the bug report.
2009-11-12 16:56:51 UTC by acidd_uk
-
I also get this error on:
Red Hat Enterprise Linux 4.6
Python 2.3.4 (the version included in RH above)
Eclipse 3.5
Pydev 1.5.0
From the command line if I run python and import sys, then sys.builtin_module_names has the same output as reported in the original bug report.
2009-11-12 16:55:59 UTC by acidd_uk
-
I tried what suggested and I think things got worse. Now I have in Error Log:
eclipse.buildId=M20090917-0800
java.version=1.6.0_15
java.vendor=Apple Inc.
BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_GB
Framework arguments: -product org.eclipse.epp.package.java.product -keyring /Users/alan/.eclipse_keyring -showlocation
Command-line arguments: -os macosx -ws cocoa -arch...
2009-11-12 12:11:49 UTC by alanwilter
-
My file has the following lines in the beginning
#!/usr/bin/python
# -*- coding: windows-1251 -*-
It has that encoding indeed (windows-1251).
I use Ubuntu 9.10, Eclipse Galileo (3.5) with all updates and Pydev 1.5.0.1251989166
When I copy a string with cyrillic characters and paste it to the same file, these characters are converted to something, which eclipse represents as squares...
2009-11-12 10:39:34 UTC by https://www.google.com/accounts
-
Have you tried adding 'matplotlib' to the forced builtins? See: http://pydev.org/manual_101_interpreter.html.
2009-11-11 22:13:51 UTC by fabioz