472,353 Members | 1,550 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,353 software developers and data experts.

Python 2.3.3 compilation problem

Hi, i have RH9 and i need python 2.3. I executed tgz file and typed ./configue.
Then i type make. It is without problem. When I type make install ...
....
....
Compiling /usr/local/lib/python2.3/xml/sax/handler.py ...
Compiling /usr/local/lib/python2.3/xml/sax/saxutils.py ...
Compiling /usr/local/lib/python2.3/xml/sax/xmlreader.py ...
Compiling /usr/local/lib/python2.3/xmllib.py ...
Compiling /usr/local/lib/python2.3/xmlrpclib.py ...
Compiling /usr/local/lib/python2.3/zipfile.py ...
make: *** [libinstall] Error 1

Have somebody any idea where is error?
Thanks
Jul 18 '05 #1
3 2298
Zdenda wrote:
Compiling /usr/local/lib/python2.3/xml/sax/handler.py ...
Compiling /usr/local/lib/python2.3/xml/sax/saxutils.py ...
Compiling /usr/local/lib/python2.3/xml/sax/xmlreader.py ...
Compiling /usr/local/lib/python2.3/xmllib.py ...
Compiling /usr/local/lib/python2.3/xmlrpclib.py ...
Compiling /usr/local/lib/python2.3/zipfile.py ...
make: *** [libinstall] Error 1

Have somebody any idea where is error?


It's an error further up in the output, probably caused
by some erroneous file in /usr/local/lib/python2.3.

Regards,
Martin

Jul 18 '05 #2
Zdenda wrote:
Hi, i have RH9 and i need python 2.3. I executed tgz file and typed
./configue. Then i type make. It is without problem. When I type make
install ... ...
...
Compiling /usr/local/lib/python2.3/xml/sax/handler.py ...
Compiling /usr/local/lib/python2.3/xml/sax/saxutils.py ...
Compiling /usr/local/lib/python2.3/xml/sax/xmlreader.py ...
Compiling /usr/local/lib/python2.3/xmllib.py ...
Compiling /usr/local/lib/python2.3/xmlrpclib.py ...
Compiling /usr/local/lib/python2.3/zipfile.py ...
make: *** [libinstall] Error 1

Have somebody any idea where is error?
Thanks

I had the same problem on Mandrake. There seem to be some minor syntax
incompatibilities in zipfile.py, and others. Try make -i install, and all
should be fine.

Mike
Jul 18 '05 #3
There may be a conflict with the lib's directory with a previous
installation of Python 2.3 already installed. For the configure try
running:

../configure --prefix=/usr/local instead of ./configure
Zdenda wrote:
Hi, i have RH9 and i need python 2.3. I executed tgz file and typed
./configue. Then i type make. It is without problem. When I type make
install ... ...
...
Compiling /usr/local/lib/python2.3/xml/sax/handler.py ...
Compiling /usr/local/lib/python2.3/xml/sax/saxutils.py ...
Compiling /usr/local/lib/python2.3/xml/sax/xmlreader.py ...
Compiling /usr/local/lib/python2.3/xmllib.py ...
Compiling /usr/local/lib/python2.3/xmlrpclib.py ...
Compiling /usr/local/lib/python2.3/zipfile.py ...
make: *** [libinstall] Error 1

Have somebody any idea where is error?
Thanks

I had the same problem on Mandrake. There seem to be some minor syntax
incompatibilities in zipfile.py, and others. Try make -i install, and all
should be fine.

Mike
--
http://mail.python.org/mailman/listinfo/python-list

Jul 18 '05 #4

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

Similar topics

22
by: Max M | last post by:
There is a story today on Slashdot Open Source Project Management Lessons ======================================...
2
by: gaool | last post by:
Hello, I try to launch a Python script on SunOS system but I have this error: """Traceback (most recent call last): File "ihm1_1.py", line 3,...
3
by: codecraig | last post by:
Hi, I have a question about Python. I know that it is an interpreted language, meaning a python program is converted to binary on the fly each...
53
by: Stelios Xanthakis | last post by:
Hi. pyvm is a program which can run python 2.4 bytecode (the .pyc files). A demo pre-release is available at:...
118
by: 63q2o4i02 | last post by:
Hi, I've been thinking about Python vs. Lisp. I've been learning Python the past few months and like it very much. A few years ago I had an AI...
3
by: Steve Holden | last post by:
I know there are quite a few hosting companies now who represent themselves as Python-friendly. Rather than trawl through the Wiki pages, however,...
0
by: Kurt B. Kaiser | last post by:
Patch / Bug Summary ___________________ Patches : 385 open (+21) / 3790 closed (+21) / 4175 total (+42) Bugs : 1029 open (+43) / 6744...
71
by: Jack | last post by:
I understand that the standard Python distribution is considered the C-Python. Howerver, the current C-Python is really a combination of C and...
145
by: Dave Parker | last post by:
I've read that one of the design goals of Python was to create an easy- to-use English-like language. That's also one of the design goals of...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
2
by: Matthew3360 | last post by:
Hi, I have a python app that i want to be able to get variables from a php page on my webserver. My python app is on my computer. How would I make it...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
by: Arjunsri | last post by:
I have a Redshift database that I need to use as an import data source. I have configured the DSN connection using the server, port, database, and...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python...

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.