pydev
dictionary key-call
im building a test program. its essentially a database of bugs and bug fixes. it may end up being an entire database for all my time working in python.[详细]
2023-03-01 23:54 分类:问答PyDev: Undefined variable from import: __name__
I use regu开发者_C百科larly the __name__ property of classes in my code (which works perfectly in Python) but PyDev is always marking it as an error (Undefined variable from import).[详细]
2023-03-01 08:07 分类:问答How do I redirect Django commands using PyDev?
I would like to run the following Django command (to dump the contents of my database into a text file):[详细]
2023-02-28 20:50 分类:问答Does Django automatically add tests to my application?
I\'m using Django within PyDev. I started creating tests for my application. I wrote a single test (in tests.py) and 开发者_C百科issued python manage.py test my_application. The output was:[详细]
2023-02-28 19:45 分类:问答Running Google App Engine from Eclipse on Ubuntu - Permission Denied in /opt
I have Google App Engine installed under my /opt directory on Ubuntu. After creating a sample Pydev Google App Engine project, I right click the src folder and try to run it.[详细]
2023-02-28 18:03 分类:问答breaking on unhandled exceptions in pydev/gae
i am using pydev to develop a google app engine application. i followed the steps mentioned here to configure pydev debugger to break on unhandled exception. i could get it to work on a sample pydev p[详细]
2023-02-28 00:21 分类:问答pydev does not recognize django installation
I have python 2.6.1 installed with django 1.3 and PyDev 2.0. I am able to import django and print the version from commandline. However, when I try to create a Django project with pydev or even import[详细]
2023-02-27 14:28 分类:问答Pydev Undefined Variable "list"
Every now and then when I try to add a new library using easy_install, my PyDev acts incredibly strange.In fact, I am certain I dealt with this exact issue before, but am unsure how I did it.[详细]
2023-02-27 08:50 分类:问答Install SendKeys from source in Pydev (Windows)
The executable installer at http://www.rutherfurd.net/python/sendkeys/#version-history is blocked by my corporate firewall, so I\'m trying to install from source. Never done it before.[详细]
2023-02-26 16:56 分类:问答IronPython IDE for Ubuntu and Linux
I\'ve been searching for an IDE开发者_C百科 with code completion (intellisence) for IronPython on Linux systems (typically Ubuntu).[详细]
2023-02-26 03:51 分类:问答