Tagged Questions
The wing-ide tag has no wiki summary.
78
votes
51answers
19k views
Is there an IDE that provides code completion for Python
I am quite fond of the Intellisense code completion baked into Microsoft Visual Studio. I find that I only type 2 to 4 characters of any given keyword which drasticaly speeds up my coding. Now that I ...
2
votes
1answer
231 views
Python: wingIDE syntax highlighting customization
I'm using the free version of wingIDE. I am trying to customize individual syntax highlighting colors (comments, strings, constants, normal text, etc). I see the generic color changes for ...
1
vote
1answer
359 views
Google App Engine development server is slow to start up when using WingIDE
I'm developing on Google App Engine. I am using WingIDE (a python IDE) to debug on the development server. I have several thousand entities in my datastore and I can see that when the development ...
1
vote
1answer
78 views
Is there an Eclipse personality settings for Wing IDE?
While PyDev turns out to be a great IDE for python, especially if you are a former Java developer accustomed to all the eclipse ubercool navigation, it still lacks some features that Wing has, like ...
1
vote
3answers
98 views
Making Wing IDE wrap lines on one file
I have one file in my project, (the readme file,) which I would like Wing IDE to display with wrapped lines. Is it possible?
0
votes
1answer
459 views
Comparison: Pycharm vs WingIDE [closed]
Which one do you prefer?
Which features does one have that the other doesn't (in their latest versions, of course)?
Both IDEs have trial versions at their respective websites:
http://wingware.com/
...
0
votes
0answers
44 views
Django - pass exception to debugger
Usually, Django outputs a nice HTML traceback page once something goes wrong. This is fine as long as I run the server directly, but now I'm trying to run Django using a Python debugger (Wing IDE in ...
0
votes
0answers
83 views
WingIDE Debug Message:No debug process
After reading all stack commentary and trial running several other Python IDEs I'd like to use WingIDE for Python but getting stuck on debug process. I want to:
1) test a script of def function ...
0
votes
1answer
153 views
Import module from other directory in Wing Ide
In module MainClass.py which is in c:\MyProject\ModelClasses I'm
trying import module MainHelper.py from c:\MyProject\Helpers
from Helpers.MainHelper import MainHelper
x=MainHelper()
and I get ...
0
votes
1answer
119 views
Getting Wing IDE to stop catching the exceptions that wxPython catches
I started using Wing IDE and it's great. I'm building a wxPython app, and I noticed that Wing IDE catches exceptions that are usually caught by wxPython and not really raised. This is usually useful, ...
0
votes
1answer
113 views
How can I deal with No module named edit.editor?
I am trying to follow the WingIDE tutorial on creating scripts in the IDE.
This following example scripts always throws an error:
import wingapi
def test_script(test_str):
app = ...
0
votes
2answers
422 views
How should I setup the Wing IDE for use with IronPython
Here is a screen where I should point the Wing IDE to my python files. I am using IronPython.
Am I assuming correctly that textbox one gets filled with ipy.exe ? (proper path provided)
What should ...
-1
votes
1answer
264 views
Useful features of WingIDE? [closed]
I'm trying out WingIDE as a Python IDE. What are the most useful features?
-2
votes
0answers
50 views
Django not working on Wing IDE
Platform: Mac OS X Lion 10.7.2
Wing IDE version 4.1.3-1
Created a project using instructions from here.
Tried to add that project by following the instructions here.
Below are the screen shots of ...