473,569 Members | 2,789 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Tricks to install/run Python on Windows ?

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.:

1./ The PythonWin IDE is not stable at all. Sometimes it exit without
reason, or don't stop on breakpoint, etc... Are some of you aware of
bugs in the last PyhtonWin IDE release ? I've to open the TaskManager.
AT some point, i'm not able to (p.e.) open a file under it !!!

2./ I've try to download Komode (he 3.1 personnal). I've also prob.
with it ! Also, the breakpoint seems to not always work...

3./ So, i've try to use the command line, but i've to manualy change the
code page od my dos box from 437 to 1252 (i'm live in belgium). And
i've not try how to do that permanently !

4./ Before, I had Python23 and it seems that when unstalling it, all the
keys in the registry are not removed at all. When i've install the 2.4,
I had a mismatch which force me to complety re-install the machine (I'm
not an expert of the registry)...

5./ Installing komodo seems to "block" pythonwinIDE completly...

What's wrong ? Python seems terific, but the tools...

So... maybe i've to try BlackAdder ?
Jul 18 '05 #1
5 1701
On Sun, 26 Dec 2004 19:43:24 +0100, StepH
<st************ ***@teledisnet. be> wrote:
What's wrong ? Python seems terific, but the tools...


You could uninstall both Python and PyWin32 a.k.a. PythonWin, and
install ActiveState Python which includes both in one tool. Then,
check if the PythonWin IDE works fine.

Luke.
Jul 18 '05 #2
On Sun, 26 Dec 2004 19:43:24 +0100, StepH
<st************ ***@teledisnet. be> wrote:
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).
Doesn't IDLE come with Python2.4??? Its pretty good if you haven't tried it ;-)
If you haven't searched for it yet, try looking in
C:\Python24\lib \idlelib for "idle.py".
To start it simply do "python idle.py" in the prompt. You should also
probably have a batch script named idle.bat which wraps the idle.py.
I'll try to summerize my prob.:

1./ The PythonWin IDE is not stable at all. Sometimes it exit without
reason, or don't stop on breakpoint, etc... Are some of you aware of
bugs in the last PyhtonWin IDE release ? I've to open the TaskManager.
AT some point, i'm not able to (p.e.) open a file under it !!!

2./ I've try to download Komode (he 3.1 personnal). I've also prob.
with it ! Also, the breakpoint seems to not always work...

3./ So, i've try to use the command line, but i've to manualy change the
code page od my dos box from 437 to 1252 (i'm live in belgium). And
i've not try how to do that permanently !

4./ Before, I had Python23 and it seems that when unstalling it, all the
keys in the registry are not removed at all. When i've install the 2.4,
I had a mismatch which force me to complety re-install the machine (I'm
not an expert of the registry)...

5./ Installing komodo seems to "block" pythonwinIDE completly...

What's wrong ? Python seems terific, but the tools...
I have no clue what the *tools* are doing for you and i feel sorry for
that but as i said if you try IDLE its pretty good.
the link http://www.python.org/idle/ should be able to provide you with info.
So... maybe i've to try BlackAdder ?
--
http://mail.python.org/mailman/listinfo/python-list

--
cheers,
Ishwor Gurung
Jul 18 '05 #3
While I don't have any solutions for your problems outlined above, you
certainly don't need to limit yourself to the "tools" you've been
exposed to (nor should you make a generalization based on them).

If PythonWin is giving you that much trouble, you could optionally use
a different editor. I use DrPython[1] from time to time.

Also, when you say that you had to reinstall your "machine", surely
you didn't mean your operating system? I don't think it would be too
difficult to find a list of registry keys that Python uses, (or,
indeed, inquiring towards the values of those that 2.4 uses and
manually adding them) but I seriously doubt it involves any that your
system's stability balances on.

Daniel Bickett

NOTES:
[1] http://drpython.sf.net/
On Sun, 26 Dec 2004 19:43:24 +0100, StepH
<st************ ***@teledisnet. be> wrote:
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.:

1./ The PythonWin IDE is not stable at all. Sometimes it exit without
reason, or don't stop on breakpoint, etc... Are some of you aware of
bugs in the last PyhtonWin IDE release ? I've to open the TaskManager.
AT some point, i'm not able to (p.e.) open a file under it !!!

2./ I've try to download Komode (he 3.1 personnal). I've also prob.
with it ! Also, the breakpoint seems to not always work...

3./ So, i've try to use the command line, but i've to manualy change the
code page od my dos box from 437 to 1252 (i'm live in belgium). And
i've not try how to do that permanently !

4./ Before, I had Python23 and it seems that when unstalling it, all the
keys in the registry are not removed at all. When i've install the 2.4,
I had a mismatch which force me to complety re-install the machine (I'm
not an expert of the registry)...

5./ Installing komodo seems to "block" pythonwinIDE completly...

What's wrong ? Python seems terific, but the tools...

So... maybe i've to try BlackAdder ?
--
http://mail.python.org/mailman/listinfo/python-list

Jul 18 '05 #4
Try running with the latest version of Python 2.3 instead of 2.4. May be
you would have better luck.

I've found similar stability problems with some of the tools (eventhough
they have 2.4 releases) as well.

I switched back to 2.3 and so far I have no complains.

"StepH" <st************ ***@teledisnet. be> wrote in message
news:41******** *************** @read.news.be.u u.net...
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.:

1./ The PythonWin IDE is not stable at all. Sometimes it exit without
reason, or don't stop on breakpoint, etc... Are some of you aware of
bugs in the last PyhtonWin IDE release ? I've to open the TaskManager.
AT some point, i'm not able to (p.e.) open a file under it !!!

2./ I've try to download Komode (he 3.1 personnal). I've also prob.
with it ! Also, the breakpoint seems to not always work...

3./ So, i've try to use the command line, but i've to manualy change the
code page od my dos box from 437 to 1252 (i'm live in belgium). And
i've not try how to do that permanently !

4./ Before, I had Python23 and it seems that when unstalling it, all the
keys in the registry are not removed at all. When i've install the 2.4,
I had a mismatch which force me to complety re-install the machine (I'm
not an expert of the registry)...

5./ Installing komodo seems to "block" pythonwinIDE completly...

What's wrong ? Python seems terific, but the tools...

So... maybe i've to try BlackAdder ?

Jul 18 '05 #5
It's me a écrit :
Try running with the latest version of Python 2.3 instead of 2.4. May be
you would have better luck.

I've found similar stability problems with some of the tools (eventhough
they have 2.4 releases) as well.

I switched back to 2.3 and so far I have no complains.


So far i remember, I'll have no prob. using Python 2.3 (and the
PythonWin distro for 2.3), yes.

For now, I'm trying WingIDE, and all seems good. A little slow, but for
now, it works without "surprise".

Thanks a lot to all of you.

PS:I'll also have a look at DrPython later.

"StepH" <st************ ***@teledisnet. be> wrote in message
news:41******** *************** @read.news.be.u u.net...
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.:

1./ The PythonWin IDE is not stable at all. Sometimes it exit without
reason, or don't stop on breakpoint, etc... Are some of you aware of
bugs in the last PyhtonWin IDE release ? I've to open the TaskManager.
AT some point, i'm not able to (p.e.) open a file under it !!!

2./ I've try to download Komode (he 3.1 personnal). I've also prob.
with it ! Also, the breakpoint seems to not always work...

3./ So, i've try to use the command line, but i've to manualy change the
code page od my dos box from 437 to 1252 (i'm live in belgium). And
i've not try how to do that permanently !

4./ Before, I had Python23 and it seems that when unstalling it, all the
keys in the registry are not removed at all. When i've install the 2.4,
I had a mismatch which force me to complety re-install the machine (I'm
not an expert of the registry)...

5./ Installing komodo seems to "block" pythonwinIDE completly...

What's wrong ? Python seems terific, but the tools...

So... maybe i've to try BlackAdder ?


Jul 18 '05 #6

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

Similar topics

12
2748
by: Richard Hanson | last post by:
Over the last few days, I reinstalled Win2kSP2 to a spare harddrive I had just swapped into my Fujitsu LifeBook P1120 (long story <wink>). Subsequently, I DL'ed the newest Python alpha (2.4a2), and when trying to install it, I immediately got this error: This installation package cannot be installed by the Windows Installer service. You...
0
1437
by: Craig D | last post by:
I got really tired of unpacking a distutils package, installing then cleaning up. So I wrote distinstall.py - it reads a zip file, unpacks it, installs the bits and cleans up. I've only used it on windows and Linux and for pure Python packages. Windows: distinstall.py Photronics.zip Linux: python distinstall.py Photronics.zip Hopefully...
5
1779
by: David C. Ullrich | last post by:
Would there be issues (registry settings, environment variables, whatever) if a person tried to install versions 1.x and 2.x simultaneously on one Windows system? Windows 98, if it matters. (I can handle the file associations with no problem.) Thanks. **************************
2
2138
by: djoefish | last post by:
sequel to the topic "install patch on windows"..... I am currently running Python2.3 with Enthought on a windows PC. I have been running into a memory problem (see http://evanjones.ca/python-memory-part3.html), and would like to install a patch. I have read a lot about it online, but can't seem to find out how to do so on windows. I have...
2
1787
by: stef | last post by:
hello, I'm still in the transition of going from MatLab to Scipy, and installed previous week a SciPy on a PC twice, through the new "Enstaller". It's a pitty that there will be no old installer versions anymore (although I can understand why). Although I succeeded, the behavior of the Enstaller was different both times, and you can ...
6
5736
by: globalrev | last post by:
type "python setup.py install" that is used in most "addons" for python. well using windows vista, where the h*** am i supposed to type this? if it is not doable in windows, what do i have to do instead? just clicking the setup.py-file never works.
4
3964
by: Mudcat | last post by:
So I haven't programmed much in Python the past couple of years and have been catching up the last few days by reading the boards. I'll be making commercial Python applications again and wanted to see what's new in the Gui department. I started using Tkinter several years ago and have a lot of stuff written in it. As a result, it's hard to...
0
1500
by: v1p3r | last post by:
I'm attempting to install Python 2.5.2 (python-2.5.2.amd64.msi) on my Vista SP1 x64 system, but the installer always crashes with a "Windows Installer has stopped working" error after clicking Next on the initial screen. I've tried the following so far: 1. x86 and x64 versions 2. Manually reinstalling Windows Installer 4.5 3. Forcing...
4
3264
by: Tilman Kispersky | last post by:
I am trying to install sqlite for use with python on cygwin. I have installed the sqlite packages from cygwin (that is libsqlite3-devel and libsqlite3_0). When attempting to easy_install pysqlite I get: $ easy_install pysqlite Searching for pysqlite Reading http://pypi.python.org/simple/pysqlite/ Reading http://pysqlite.org/ Reading...
0
7697
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7924
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. ...
1
7672
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...
0
7968
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...
0
5219
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...
0
3653
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...
0
3640
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1212
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.