RE: dumb question of the month to start on the list

2002-05-23 Thread Michael C. Urban
The Linux version comes with IDLE (so does ActivePython), but it is written with Tkinter. So if you didn't compile your Linux python distro with Tkinter support, it won't work (if you installed a binary distro, it probably has Tkinter in it). Anyway, look for idle.py. It's a pretty generic IDE, b

Re: Removal/Installation Problems.

2002-12-03 Thread Michael C. Urban
On Tue, Dec 03, 2002 at 11:38:21AM -0800, Fred Allen wrote: > * "Error 1721; There is a problem with this Windows Installer > package. A program required for this install to complete could not be > run. Contact your support personnel or package vendor." > * "Fatal error during installati

Re: Removal/Installation Problems.

2002-12-03 Thread Michael C. Urban
this software are based in part on the work of the > independent JPEG Group [sic]. > > I'm running no virus scanner, but occasionally run Norton Antivirus > 2002, just to see my system's free of pathogens. > > The version of Active Python I am trying to uninstall is th

Re: config for python on win98

2003-01-11 Thread Michael C. Urban
On Sat, Jan 11, 2003 at 03:52:57PM +0100, Christoph Basedau wrote: > > - Is there a way to make *.py-Files executables in an > Win98-Environment (like *.bat or *.com). You can't produce a truely self contained exectuable, but you can produce a package that changes your file to an EXE and wraps