473,385 Members | 1,347 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Use of Break point option in PythonWin IDE

440 256MB
Hi ,

We have a break point option in PythonWin IDE.Is it possible to use this break point option in debugging the code at that location?.

Still I am not comfortable in using the PythonWin IDE.

When to use IDLE - Python GUI and PythonWin IDE ?.

Whether the same Python file can be used in both the editors for execution.


Thanks in advance
PSB
Mar 7 '07 #1
2 3015
bartonc
6,596 Expert 4TB
Hi ,

We have a break point option in PythonWin IDE.Is it possible to use this break point option in debugging the code at that location?.

Still I am not comfortable in using the PythonWin IDE.

When to use IDLE - Python GUI and PythonWin IDE ?.

Whether the same Python file can be used in both the editors for execution.


Thanks in advance
PSB
In my opinion: Never. PythonWin debugger works but is a little clunky. IDLE debugger works but doesn't have good namespace navigation.
My favorite IDE is Stani's Python Editor, because it has great namespace navigation. But I use Boa Constructor because it creates all my GUI stuff for me.
All these and more are discussed here.

You can use any text editor to create an executable .py file. They are pure text. All colorizing, etc. is done on the fly.
Mar 7 '07 #2
bartonc
6,596 Expert 4TB
In my opinion: Never. PythonWin debugger works but is a little clunky. IDLE debugger works but doesn't have good namespace navigation.
My favorite IDE is Stani's Python Editor, because it has great namespace navigation. But I use Boa Constructor because it creates all my GUI stuff for me.
All these and more are discussed here.

You can use any text editor to create an executable .py file. They are pure text. All colorizing, etc. is done on the fly.
Also see this thread.
Mar 7 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: stephan | last post by:
Hi, I have python 2.2.3 + pythonwin 156 on win2k. The problem is that german chars like äöüÄÖÜß are not handled correctly. Just create a test.py file with the content äöüÄÖÜß and edit it with...
7
by: Martin Bless | last post by:
IMHO PythonWin is great help in developing. How can I do something like: if detect("running on PythonWin"): pass # fake arguments ... else: "proceed normal"
14
by: Jive | last post by:
I've un-installed Python 2.4, re-installed Python 2.3 and PythonWin for 2.3, but it's still broke. When I start PythonWin, sometimes it looks like it is going to be okay. But as soon as I open...
7
by: Job Lot | last post by:
have a main form with menu control on it. I am opening various forms on click of different menu items. Below is one the procedure I am using. I am running my app in Debug mode. Private Sub...
2
by: accolades | last post by:
Does anyone else have a problem with Pythonwin crashing after running a python script with graphics libraries? Whenever I use Pythonwin to run a PyGame or PyOgre script, Pythonwin crashes when the...
0
by: tim | last post by:
Very often this doesn't work and I am forced to do ctrl+alt+del to quit pythonwin from the task manager. Is there a better way to interrupt my testruns when they hang ? thank you, Tim
4
by: Phil Latio | last post by:
I'm kind of looking for some guidance in respect of this obstacle I'm up against - please let me expand; I have an option group with three options (AND, OR, & NONE) and a text box which will...
4
by: siggi | last post by:
Hi all, newbie question: I'd like to try speech synthesis with PythonWin 2.5. Problem ****** according to several instructions, such as found on...
3
by: archaegeo | last post by:
I am getting started in Python, and I have looked on both the stackless page and python.org and cannot find the answer to what I think is a simple problem. If I start the python command line or...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.