[Tutor] Any one got any idea

2009-10-18 Thread nitin chandra
Hello Everyone,

i am compiling Python 2.6.2 from source and have successfully been
able to cross  at least that is what i am thinking .
./configure and make  but i am facing a peculiar problem in
installing it this time. (This is the second time i am installing on
the same system with as much as similar structure like before 
this was required as i had to install Tcl / Tk 8.5 + Tix 8.4.3
--with-threads... on FC10 ... which does not have Tcl/Tk 8.5 with
threads enabled in the default install.)

Compiling /opt/python262/lib/python2.6/xmllib.py ...
Compiling /opt/python262/lib/python2.6/xmlrpclib.py ...
Compiling /opt/python262/lib/python2.6/zipfile.py ...
[17894 refs]
make: *** [libinstall] Error 1
[r...@mi Python-2.6.2]#

This is enabled in Modules/Setup

# Andrew Kuchling's zlib module.
# This require zlib 1.1.3 (or later).
# See http://www.gzip.org/zlib/
zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz


'zipfile.py' also exist in in the source dir .../Python-2.6.2/Lib/


Thanks

Nitin
___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Any one got any idea

2009-10-18 Thread nitin chandra
On Mon, Oct 19, 2009 at 1:58 AM, nitin chandra nitinchand...@gmail.com wrote:
 Hello Everyone,

 i am compiling Python 2.6.2 from source and have successfully been
 able to cross  at least that is what i am thinking .
 ./configure and make  but i am facing a peculiar problem in
 installing it this time. (This is the second time i am installing on
 the same system with as much as similar structure like before 
 this was required as i had to install Tcl / Tk 8.5 + Tix 8.4.3
 --with-threads... on FC10 ... which does not have Tcl/Tk 8.5 with
 threads enabled in the default install.)
 On running 'make install' i am getting the following error :-

 Compiling /opt/python262/lib/python2.6/xmllib.py ...
 Compiling /opt/python262/lib/python2.6/xmlrpclib.py ...
 Compiling /opt/python262/lib/python2.6/zipfile.py ...
 [17894 refs]
 make: *** [libinstall] Error 1
 [r...@mi Python-2.6.2]#

 This is enabled in Modules/Setup

 # Andrew Kuchling's zlib module.
 # This require zlib 1.1.3 (or later).
 # See http://www.gzip.org/zlib/
 zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz


 'zipfile.py' also exist in in the source dir .../Python-2.6.2/Lib/


 Thanks

 Nitin

___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor


Re: [Tutor] Any one got any idea

2009-10-18 Thread David

nitin chandra wrote:

On Mon, Oct 19, 2009 at 1:58 AM, nitin chandra nitinchand...@gmail.com wrote:

Hello Everyone,

i am compiling Python 2.6.2 from source and have successfully been
able to cross  at least that is what i am thinking .
./configure and make  but i am facing a peculiar problem in
installing it this time. (This is the second time i am installing on
the same system with as much as similar structure like before 
this was required as i had to install Tcl / Tk 8.5 + Tix 8.4.3
--with-threads... on FC10 ... which does not have Tcl/Tk 8.5 with
threads enabled in the default install.)
On running 'make install' i am getting the following error :-


You are on the wrong list, try the Fedora mail list [1] or irc [2]
[1] https://www.redhat.com/mailman/listinfo/fedora-list
[2] http://fedoraproject.org/wiki/Communicate#IRC
--
David Abbott (dabbott)


___
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor