473,715 Members | 6,043 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Python IDLE GUI


Hello. I downloaded and installed Windows Python-2.3.exe.
The install appears to be successful. There is a Start menu
item showing "Python 2.3" --> "IDLE (Python GUI)".

When I select this, nothing appears on my Windows 2000 screen.

However, if I look at the task manager, I see "pythonw.ex e",
which I assume applies that the process is indeed running.

I expect some sort of GUI to open.

I checked the INSTALL.LOG file. The only thing that possibly looks
fishy is:

Date/Time: Following file not copied.
File Overwrite: C:\WINNT\system 32\msvcirt.dll | 05-08-2001 | 06:00:00 |
6.1.8637.0 | 77878 | 571d0e6
Date/Time: Following file not copied.
File Overwrite: C:\WINNT\system 32\msvcrt.dll | 06-19-2003 | 12:05:04 |
6.1.9844.0 | 295000 | 770c8856

Any ideas on what I should try next?

Thanks,

Paul D.
Jul 18 '05 #1
1 2785
Paul Dankoski wrote:
I checked the INSTALL.LOG file. The only thing that possibly looks
fishy is:

Date/Time: Following file not copied.
File Overwrite: C:\WINNT\system 32\msvcirt.dll | 05-08-2001 | 06:00:00
| 6.1.8637.0 | 77878 | 571d0e6
File Overwrite: C:\WINNT\system 32\msvcrt.dll | 06-19-2003 | 12:05:04 |
6.1.9844.0 |
Those would be visual c runtime files (well, afaik msvcrt is), which is
probably not the problem - see below.

If you have a curious nature, and must know whether replacing those dlls
would help, you could drop the required copies of the correct dlls(ie
the ones that weren't installed above) in the application folder with
idle, and leave the system32 directory alone, since iirc win 2000 allows
for keeping app-relevant copies of the library in the application
directory, and it will look there first for dlls the app wants. Backing
up and replacing them in the system32 dir would only have the same
effect on IDLE but also might mess up other applications by replacing
them with a probably older version.
Hello. I downloaded and installed Windows Python-2.3.exe.
The install appears to be successful. There is a Start menu
item showing "Python 2.3" --> "IDLE (Python GUI)".

When I select this, nothing appears on my Windows 2000 screen.


I shouldn't take it personally if the dll's (or other possible issues
you might notice) aren't the problem, there seem to be quirks with
Python2.3/Tkinter apps on the NT-type windowses, often amounting to an
inexplicable failure to do anything at all even on a simple
blah=Tkinter.Tk ().

That's even outside of IDLE, which can also stuff up use of Tkinter
itsself - it certainly clashes with other Tkinter apps on win32, if
anybody knows of the reason/s for the problems with
win32/Python23/Tkinter, I'd be interested to know.

Incidentally, a quiet hello to the list, please forgive my antisocial
lurking/uninvited posting :)

Arca.

PS: All this is ignoring redundant statements of the obvious re: the
shortcut being correct, or closing other TK apps before running IDLE.
Jul 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2628
by: Vin Jovanovic | last post by:
Trying to start Python IDLE through Start>Programs>Python 2.3> IDLE doesn't work From DOS ... I get this .... C:\>python C:\Python23\Lib\idlelib\idle.py Traceback (most recent call last): File "C:\Python23\Lib\idlelib\idle.py", line 23, in ? idlelib.PyShell.main() File "C:\Python23\lib\idlelib\PyShell.py", line 1264, in main
6
2245
by: Aubrey Hutchison | last post by:
Using Python 2,3,2 with idle for developing programs about 200 lines long. - Problem is not common to any specific program. Program are rather simple with no trick programming. Usually no classes but a few functions using math module with long integers. Usually for the first few tryout everything works fine and then idle locks "out" windows xp pro.. I can run other programs, but clicking on idle icon gets me an hour glass for a few...
5
1707
by: StepH | last post by:
Hi, I'm new to Python. I'm working under XP, and I've alot of prob. (not with the langage itself, but with the tools): I've install Pyhton 2.4 in C:\Python24, using the .msi windows installer. Then, I've install "PythonWin" (the last build-203). I'll try to summerize my prob.:
8
2744
by: DavidHolt | last post by:
I have a problem that I see on two different machines, one running XP SP1 and one XP SP 2. On both I installed Python 2.4. I can't seem to start IDLE. When I try to start it, I get an hourglass cursor for a short time then nothing more happens. This happens whether I click the IDLE shortcut or click the pythonw.exe directly, or attempt to launch pythonw from a command line.
4
9412
by: tony.ha | last post by:
Hello, I have open a Python program in the IDLE, but when I select the "run module" under "run" menu, it does not allow me to pass an argument to my Python program! How do you pass an argument to a Python program under the IDLE? Thanks for you help!
0
262
by: Kurt B. Kaiser | last post by:
Patch / Bug Summary ___________________ Patches : 416 open (-14) / 3463 closed (+16) / 3879 total ( +2) Bugs : 930 open ( +8) / 6333 closed (+17) / 7263 total (+25) RFE : 244 open ( -1) / 244 closed ( +3) / 488 total ( +2) New / Reopened Patches ______________________
4
1545
by: renguy | last post by:
I am interested in making some changes and additions to the Python environment (Python and IDLE). I have the source code and can build the source, but what I want to know is what are the "main" functions or source code for Python and IDLE. Specifically I would like to know what in Python and IDLE would be analogous to void main () in a standard C program. This will help me to work out the structure of the interpreter and the environment....
3
3948
by: mmm | last post by:
I am looking for advice on Python Editors and IDEs I have read other posts and threads on the subject and my two questions at this time are mainly about the IDLE-like F5-run facilities. While I am fairly happy using IDLE, the debugger is unintuitive to me and I wanted a project manager and a better variable/ class browser and also the potential to edit/run other languages such as R and Tex/Latex. Windows and LINUX compatibility is...
0
1480
by: Rajanikanth Jammalamadaka | last post by:
There seems to be a bug with idle on Mac OS X. http://bugs.python.org/issue4017 It has to do something with reinstalling the TCL and TK. If you want to see detailed error messages, open a terminal and type idle at the command prompt. Cheers,
0
9340
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9196
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9103
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9047
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7973
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5967
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4477
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3175
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2539
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.