473,770 Members | 2,082 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Just Getting Started with Python on MS XP Pro

What do I download to use Python with MX XP Pro on an ASUS 4 year old
motherboard? I would guess a good book source for starters would be the
O'Reilly book.

Wayne T. Watson (Watson Adventures, Prop., Nevada City, CA)
(121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet

""I do not fear death. I had been dead for billions
and billions of years before I was born, and had
not suffered the slightest inconvenience from it."
-- Mark Twain (a nod to evolution)
--
Web Page: <home.earthlink .net/~mtnviews>
Jan 5 '07
18 2036
W. Watson kirjoitti:
Thomas Ploch wrote:
<snip>
>https://sourceforge.net/projects/pywin32/

I think this is the place to go

Thomas

That gets me the python program (pywin), which I got from a URL in a
post above (python-win.msi). I guess these are the same or at least just
the interpreter, and do not provide the IDE-debugger. I can't get
pythonwin, the debugger and IDE. The link was broken last night when I
tried it. Well, let me try now. Nope, it still reports "Error 404: File
Not Found"

I don't understand your difficulties. If you've got Python installed and
want to install the "Python for Windows extensions" aka pywin32, the
above link is the way to go.

Clicking it gets you to a Sourceforge page, where you can click
"download" which gets you to ap page where you can choose which version
of pywin32 build 210 you want. Choose the exe that was built for the
Python version (e.g. 2.5) you are using, download and run it to install
pywin32.

HTH,
Jussi
Jan 7 '07 #11
Jussi Salmela wrote:
W. Watson kirjoitti:
>Thomas Ploch wrote:
<snip>
>>https://sourceforge.net/projects/pywin32/

I think this is the place to go

Thomas

That gets me the python program (pywin), which I got from a URL in a
post above (python-win.msi). I guess these are the same or at least
just the interpreter, and do not provide the IDE-debugger. I can't get
pythonwin, the debugger and IDE. The link was broken last night when I
tried it. Well, let me try now. Nope, it still reports "Error 404:
File Not Found"


I don't understand your difficulties. If you've got Python installed and
want to install the "Python for Windows extensions" aka pywin32, the
above link is the way to go.

Clicking it gets you to a Sourceforge page, where you can click
"download" which gets you to ap page where you can choose which version
of pywin32 build 210 you want. Choose the exe that was built for the
Python version (e.g. 2.5) you are using, download and run it to install
pywin32.

HTH,
Jussi
As I understand it, there are two files I'm after: 1. python interpreter,
and 2. a python editor. It's #2 that I'm having trouble downloading. The
link is broken.
Wayne T. Watson (Watson Adventures, Prop., Nevada City, CA)
(121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet

""I do not fear death. I had been dead for billions
and billions of years before I was born, and had
not suffered the slightest inconvenience from it."
-- Mark Twain (a nod to evolution)
--
Web Page: <home.earthlink .net/~mtnviews>
Jan 7 '07 #12
W. Watson schrieb:
As I understand it, there are two files I'm after: 1. python interpreter,
and 2. a python editor. It's #2 that I'm having trouble downloading. The
link is broken.
This is the python interpreter for windows:

http://www.python.org/ftp/python/2.5/python-2.5.msi
Here you can check for editors:

http://wiki.python.org/moin/PythonEditors
Here you will get the pywin32 package (also including the Win32 API, COM
support, and Pythonwin):

http://sourceforge.net/projects/pywin32/

I am not sure if you actually read any of our posts, because there is no
404 whatsoever. On none of the posted links in the whole thread.

Thomas
Jan 7 '07 #13
On 7 ene, 13:22, "W. Watson" <wolf_tra...@in valid.comwrote:
>>https://sourceforge.net/projects/pywin32/
As I understand it, there are two files I'm after: 1. python interpreter,
and 2. a python editor. It's #2 that I'm having trouble downloading. The
link is broken.
The above link should work. Follow the instructions in a previous post.
Note that in the last step, you have to choose a mirror for
downloading; that mirrow might be down or out-of-sync so you might get
an error there. Choose another mirrorr...

Note that you dont *need* PythonWin in order to use Python on Windows.
The standard Python distribution works fine. Even includes a Python
editor (IDLE) but you can use whichever editor you like to write your
code (even Notepad...)

--
Gabriel Genellina

Jan 7 '07 #14
Gabriel Genellina wrote:
On 7 ene, 13:22, "W. Watson" <wolf_tra...@in valid.comwrote:
>>>>https://sourceforge.net/projects/pywin32/
>As I understand it, there are two files I'm after: 1. python interpreter,
and 2. a python editor. It's #2 that I'm having trouble downloading. The
link is broken.

The above link should work. Follow the instructions in a previous post.
Note that in the last step, you have to choose a mirror for
downloading; that mirrow might be down or out-of-sync so you might get
an error there. Choose another mirrorr...

Note that you dont *need* PythonWin in order to use Python on Windows.
The standard Python distribution works fine. Even includes a Python
editor (IDLE) but you can use whichever editor you like to write your
code (even Notepad...)
We seem to be looping. I have the Python interpreter. I would like the
pythonwin editor. The download link doesn't work on SourceForge. Where can I
get it? If not there, where? If it can't be obtained, then I'll go to the
default editor built into python-2.5.msi.
Wayne T. Watson (Watson Adventures, Prop., Nevada City, CA)
(121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet

""I do not fear death. I had been dead for billions
and billions of years before I was born, and had
not suffered the slightest inconvenience from it."
-- Mark Twain (a nod to evolution)
--
Web Page: <home.earthlink .net/~mtnviews>
Jan 7 '07 #15
On 7 ene, 16:20, "W. Watson" <wolf_tra...@in valid.comwrote:
We seem to be looping. I have the Python interpreter. I would like the
pythonwin editor. The download link doesn't work on SourceForge. Where can I
get it? If not there, where? If it can't be obtained, then I'll go to the
default editor built into python-2.5.msi.
It *does* work for me. Try
https://sourceforge.net/project/show...ckage_id=79063

--
Gabriel Genellina

Jan 7 '07 #16
W. Watson kirjoitti:
Gabriel Genellina wrote:
>On 7 ene, 13:22, "W. Watson" <wolf_tra...@in valid.comwrote:
>>>>>https://sourceforge.net/projects/pywin32/
>>As I understand it, there are two files I'm after: 1. python
interpreter ,
and 2. a python editor. It's #2 that I'm having trouble downloading. The
link is broken.

The above link should work. Follow the instructions in a previous post.
Note that in the last step, you have to choose a mirror for
downloading; that mirrow might be down or out-of-sync so you might get
an error there. Choose another mirrorr...

Note that you dont *need* PythonWin in order to use Python on Windows.
The standard Python distribution works fine. Even includes a Python
editor (IDLE) but you can use whichever editor you like to write your
code (even Notepad...)
We seem to be looping. I have the Python interpreter. I would like the
pythonwin editor. The download link doesn't work on SourceForge. Where
can I get it? If not there, where? If it can't be obtained, then I'll go
to the default editor built into python-2.5.msi.
Wayne T. Watson (Watson Adventures, Prop., Nevada City, CA)
(121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet

""I do not fear death. I had been dead for billions
and billions of years before I was born, and had
not suffered the slightest inconvenience from it."
-- Mark Twain (a nod to evolution)
Trying to break the loop:

The above link works for me. I've tried it numerous times during this
looping. Clicking the link pops up a security warning informing that the
browser is going to enter "https mode". Do you get that pop-up?

When I accept the pop-up, I get a page containing a green rectangle
"button". When I click it, I get another page in which I have to click
download to go to the actual download page.

If this doesn't work for you there must be something wrong with your
configuration.

HTH,
Jussi
Jan 7 '07 #17
Gabriel Genellina wrote:
On 7 ene, 16:20, "W. Watson" <wolf_tra...@in valid.comwrote:
>We seem to be looping. I have the Python interpreter. I would like the
pythonwin editor. The download link doesn't work on SourceForge. Where can I
get it? If not there, where? If it can't be obtained, then I'll go to the
default editor built into python-2.5.msi.

It *does* work for me. Try
https://sourceforge.net/project/show...ckage_id=79063
I can easily see the page you refer to, but where's the pythonwin editor?
Wayne T. Watson (Watson Adventures, Prop., Nevada City, CA)
(121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet

A road sign along many highways reads, "$1000
fine for littering" I have yet to find any
$1000 bills. WTW
--
Web Page: <home.earthlink .net/~mtnviews>
Jan 8 '07 #18
W. Watson kirjoitti:
Gabriel Genellina wrote:
>On 7 ene, 16:20, "W. Watson" <wolf_tra...@in valid.comwrote:
>>We seem to be looping. I have the Python interpreter. I would like the
pythonwin editor. The download link doesn't work on SourceForge.
Where can I
get it? If not there, where? If it can't be obtained, then I'll go to
the
default editor built into python-2.5.msi.

It *does* work for me. Try
https://sourceforge.net/project/show...ckage_id=79063

I can easily see the page you refer to, but where's the pythonwin editor?
Wayne T. Watson (Watson Adventures, Prop., Nevada City, CA)
(121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet

A road sign along many highways reads, "$1000
fine for littering" I have yet to find any
$1000 bills. WTW
The editor is only a part of pywin32, which is a handy package to do all
kinds of Windows only stuff with Python. So download and install pywin32
to get the editor and all that other nice stuff.

HTH,
Jussi
Jan 8 '07 #19

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

Similar topics

5
1289
by: Eduardo Elgueta | last post by:
Hi All, Would anyone be so kind to explain this? -- begin -- >>> (176L,) > 300 True --end-- (Python2.3)
7
1695
by: Miguel Manso | last post by:
Hi, list. I'm into a psicological doubt that I would like to share with you (you'll know why later on this mail). I'm a programmer with 5 year of experience into Perl. I'm on that point where you resolve problems without thinking on HOW you'll do it with that language but only on the problem itself. Since Perl 6 started I've been following it. The conclusion I have is
80
5283
by: Bibby | last post by:
Hi, I'm interested in getting started in the programming world. I've dabbled in C, C++ and VB6. Which would be the best language to focus my attention to regarding the following considerations: Hireability Portability Flexibility The likely candidates seem to be Java, VB.Net, C, C++, C#.
30
2795
by: Stuart Turner | last post by:
Hi Everyone, I'm working hard trying to get Python 'accepted' in the organisation I work for. I'm making some good in-roads. One chap sent me the text below on his views of Python. I wondered if anyone from the group could give me some advice on how to respond / if they had been in a similar position. Any help appreciated, Thanks in advance,
4
1547
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
15054
by: Mudcat | last post by:
I am not that familiar with Crystal Reports, but having read some other posts I know that the way to integrate the API with Python is through the COM interface provide by win32all. However, I have been unable to find any other information on how to get started. I've used the COM interface before in integrating Excel and a couple of other things. So I am familiar with how that works. But there are at least 40 options dealing with Crystal...
7
1617
by: Mark Carter | last post by:
One thing I really liked about Ubuntu was that Nautilus allowed you to add scripts to a directory which could be accessed via the RMB. It was a very simple thing to do. I've recently switched to Leopard, and I'm trying to do the same thing. I'm fairly experienced with Python, but new to OS X. I have installed FinderPop, which lets me add scripts and make them accessible via Contextual Menus, but it is not as easy as the Nautilus way. ...
5
7737
by: Peter Pearson | last post by:
I'm trying to get started with pyvtk, the Python interface to the Visualization Toolkit, but there's obviously something important that I haven't figured out after an embarrassingly long morning of googling around. When I run sample pyvtk code (example1.py, from http://cens.ioc.ee/cgi-bin/viewcvs.cgi/python/pyvtk/examples/example1.py), nothing graphical happens, but some text files appear named example1.vtk and example1b.vtk. Guessing...
1
2822
by: srinivasan srinivas | last post by:
HI, I am using Solaris and subprocess.Popen to spawn a process on a remote machine. Thanks, Srini ----- Original Message ---- From:Diez B. Roggisch <deets@nospam.web.de> To: python-list@python.org
0
9595
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
10008
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
8891
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...
1
7420
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6682
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
5313
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
3974
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
3578
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2822
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.