473,398 Members | 2,389 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,398 software developers and data experts.

Help installing Python 2.3 on Win2K

I have installed python 2.3 on my Windows 2K laptop and I can run python
from the command prompt.

I have tried various ways to set PYTHONPATH with the various directories
where I have python programs (i.e. xxxxxx.py) but no matter how I set
PYTHONPATH I keep getting a message that python can't open the python
file. If I try to specify the full pathname by typing: python
c:\Documents and Settings\-rest of path- I get an error message that
python can't open c:\Documents.

The ways I have set PYTHONPATH are by directly changing the registry
entry for Python 2.3, by setting the environment variable by
right-clicking on My Computer and by adding set PYTHONPATH=-various
pathnames-.

I'd be grateful for any guidance on how to organize my system.
Sep 23 '05 #1
1 1194

D.S. Hein wrote:
I have installed python 2.3 on my Windows 2K laptop and I can run python
from the command prompt.

I have tried various ways to set PYTHONPATH with the various directories
where I have python programs (i.e. xxxxxx.py) but no matter how I set
PYTHONPATH I keep getting a message that python can't open the python
file. If I try to specify the full pathname by typing: python
c:\Documents and Settings\-rest of path- I get an error message that
python can't open c:\Documents.
Put the path inside quotation marks just as you would any other
command.

C:\>dir C:\documents and settings\a*
The system cannot find the file specified.

C:\>dir "C:\documents and settings\a*"
Volume in drive C is XXXXPXXABA
Volume Serial Number is 90C0-740E

Directory of C:\documents and settings

07/16/2001 08:40a <DIR> Administrator
07/29/2005 08:20a <DIR> All Users
0 File(s) 0 bytes
2 Dir(s) 772,973,568 bytes free

The ways I have set PYTHONPATH are by directly changing the registry
entry for Python 2.3, by setting the environment variable by
right-clicking on My Computer and by adding set PYTHONPATH=-various
pathnames-.

I'd be grateful for any guidance on how to organize my system.


Sep 23 '05 #2

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

Similar topics

3
by: Marco Aschwanden | last post by:
Hi I would like to install Python on a fileserver. All the machines (all Win2K) should afterwards use this Python installation. The (Python) apps I am developing will be as well placed on the...
13
by: Peter Maas | last post by:
Recently I replaced Win2k with Linux on my desktop computer. Using mostly multi-platform software I thought this would be easy. It was not as easy as expected getting wxPython to work. There seemed...
1
by: Steven O. | last post by:
I am considering installing the .Net IDE and Compiler on my Win2K system. However, a friend tells me that since I have Win2K SP3, the ..Net installation software will, in essence, insist on first...
2
by: DD | last post by:
I have developed a a nice little software package(Packaged with Wise and SageKey) My product works great in a clean enviroment on Win98 and Win2k and XP As soon as i introduce Office 2000 Pro onto...
6
by: gregory_may | last post by:
I am dying trying to get the GinaStub example to work at: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcsample98/html/vcsmpginastubsample.asp Any help is greatly...
7
by: Adam | last post by:
Im trying to add an httphandler for all *.sgf file extensions. I have developed the handler, 1. installed it into the gac 2. added it to the machine.config: <httpHandlers> <add verb="*"...
3
by: stuart_white_ | last post by:
I've just upgraded from Python 2.3.3 to Python 2.4.2, and, although the new version of Python seems to be running correctly, I can't seem access the help from the interpreter. On Python 2.3.3...
1
by: hazz | last post by:
I tried using the Visual Studio setup and deployment wizard to create an msi to install the .exe, config and .dll resource files from my winxp deve box onto a Windows 2003 server. I don't have...
0
by: Jack Wu | last post by:
Hi I've spent a good majority of my day trying to figure out how to have PIL 1.1.5 working on my OSX 10.3.9_PPC machine. I'm still stuck and I have not gotten anywhere. Could somebody please...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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: 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...
0
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,...
0
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,...
0
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...
0
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...

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.