Fedora :: Using Yum To Reinstall Python And Zlib?
Jan 9, 2010
I've recently installed fedora 12 and I'm trying to install setuptools using the following commands:
Code:
wget http://peak.telecommunity.com/dist/ez_setup.py
python ez_setup.py
However, I get the following error:
Quote:
zipimport.ZipImportError: can't decompress data; zlib not available
I've tried using yum to reinstall python and zlib to no avail.
View 2 Replies
ADVERTISEMENT
Apr 9, 2010
I'm trying to run a backup script in an application which reports the following error message:
Quote:
** An error occurred while performing the backup process. **
Exception -> ['Traceback (most recent call last):
', ' File "backupdb.py", line 402, in main
', ' File "wtbackup.py", line 2665, in main
[Code]....
View 6 Replies
View Related
Jun 28, 2011
I am wanting to compile Firefox 5, which requires GTK+ 2.10, which requires glib 2.28, which requires zlib 1.2.5.When I install zlib 1.2.5, Ubuntu 10.04 brakes and I have to remove the zlib files for it to work again.Anyone got an idea why is this happening?Try it in a virtual machine and watch Ubuntu 10.04 fail.
View 3 Replies
View Related
Aug 2, 2010
m using fedora 13 gnome while installing glib m getting error
configure: error: *** Working zlib library and headers not found ***
View 3 Replies
View Related
Nov 13, 2010
I am a bioinformatician i am trying to install one of my software named MAQ, on ubuntu biolinux when i try to configure, it can't locate zlib.h. But zlib.h file is present in /usr/src/linux-headres-2.6.32-21-generic/include/linux. Why it is not detecting this file? I am pasting result after applying ./configure.
[Code]....
View 3 Replies
View Related
Aug 24, 2010
I need to ensure that PHP is compiled with zlib as I would like to use the zip functionality provided with net2ftp. which option would I use with the php configure script
<php-x-x-dir>/configure --with-zlib
or
<php-x-x-dir>/configure --with-zlib-dir=/usr
or both
<php-x-x-dir>/configure --with-zlib --with-zlib-dir=/usr
before compiling, what apt-get install commands do I need to perform to ensure I have zlib on my system as I am not to sure as to which library to use I was thinking of using the following please confirm if this is correct.
apt-get install zlib1g-dbg zlib1g zlib1g-dev
View 1 Replies
View Related
Jan 27, 2010
I am trying to install Tracon Ubuntu Karmic Koala. In order to install Trac, setup tools needs to be installed.I have followed the instructions on this page;setuptools but when I run the 'python ez_setup.py' command I get the following error message
'Traceback (most recent call last):
File "ez_setup.py", line 278, in <module>
main(sys.argv[1:])
[code]....
View 9 Replies
View Related
Aug 28, 2010
I'm trying to install .tar.bz2 app. When I run cmake I get this error message:
Code:
-- Found KDE 4.4 include dir: /usr/include
-- Found KDE 4.4 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
CMake Error at /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:70 (MESSAGE):
Could NOT find ZLIB (missing: ZLIB_LIBRARIES ZLIB_INCLUDE_DIRS)
Call Stack (most recent call first):
/usr/share/cmake-2.8/Modules/FindZLIB.cmake:39 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:15 (find_package)
Configuring incomplete, errors occurred!
View 2 Replies
View Related
Mar 3, 2010
I'm trying to run yum update and I'm seeing the following
error:--> Finished Dependency Resolution
perl-IO-Compress-2.024-1.el5.rf.noarch from rpmforge has depsolving problems Missing Dependency: perl(Compress::Raw::Zlib) = 2.024 is needed by package perl-IO-Compress-2.024-1.el5.rf.noarch (rpmforge)
Error: Missing Dependency: perl(Compress::Raw::Zlib) = 2.024 is needed by package perl-IO-Compress-2.024-1.el5.rf.noarch (rpmforge)
You could try using --skip-broken to work around the problem
[Code]...
View 10 Replies
View Related
Nov 30, 2009
Fedora 12 officially uses Python 2.6, good. But the Google AppEngine still goes by Python 2.5 and is showing import errors while i try to start the SDK. Here is the stack trace.
[URL]
View 3 Replies
View Related
Mar 22, 2009
I want to be able to do
sudo ./program.py
instead of always having to do
sudo python program.py
What do I need to change?
View 5 Replies
View Related
Nov 30, 2009
I've already used line split stuff to transform my data into something like this in a text file:
Code:
['1', '1', '3', '20.7505207']
['2', '1', '3', '23.0488319']
['3', '1', '3', '-1.5768747']
['4', '1', '3', '-26.4772491']
[code]....
How can I get this on a python program so I can manipulate it as an array?
View 3 Replies
View Related
Apr 29, 2010
I recently installed opensuse 11.2 on my laptop which also had windows vista and windows 7, i created a new partition and the installation went smoothly, after i went to boot back into windows 7 i got a blue screen of death, strangely vista boots perfectly.I could just reinstall windows 7 but its a pain to reinstall all my programs and such
View 6 Replies
View Related
May 2, 2010
So I was messing around trying to uninstall Nibbles and reinstall since I have an issue starting that game and something happened and removed the submenu under Games called "Logic", which had another whole list of games.
Is it possible to reinstall the games package or reinstall the update?I'm thinking more of the lines of a system restore or something so back 2 days from today.
View 2 Replies
View Related
Oct 27, 2010
in ubuntu 10.10, I have installed python 2.7. I would like to use apt-get to install packages to this version of python but I haven't been able to figure out howThings I have tried without success:changing the symlink at /usr/bin/python to point to /usr/bin/python2.7 - even after doing this apt-get still installs stuff to python2.6.Set up python2.7 as the primary alternative using update-alternatives - doesn't work
View 3 Replies
View Related
Feb 4, 2011
how do I retrieve/reinstall Grub without having to reinstall Ubuntu?
View 1 Replies
View Related
Jul 17, 2010
Python 3 want situation for python 2?Python 2 become stop?
View 1 Replies
View Related
Jan 7, 2011
yum dependency problem please? I am running Centos 5.5. I need to install python-devel, but when I do so I get:
[Code]....
View 2 Replies
View Related
Jul 10, 2010
I have to install zlib for running ./configure.I typed "sudo apt-get install zlib" but it doesn't work...Quote:configure: error: zlib library not found or incompatible, please specify the correct path with --with-zlib=DIR... stopping
View 8 Replies
View Related
Mar 4, 2010
I have a function definition in a Python 2.x script which take a tuple as one of its arguments, but 2to3 has no answers nor any of my searching on how to represent the same in Python 3.x
Code:
def blah(self, (string1, string2))
View 4 Replies
View Related
Mar 30, 2011
How can I upgrade python-2.4.3 to python-2.5?
View 1 Replies
View Related
Dec 6, 2010
i have ubuntu 10.04 64 bit installed and configured and working sweet. I have reinstalled windows 7 and now i can't boot ubuntu i've tried easybcd to add ubuntu to win boot loader which failed and tried to follow the instructions to reinstall grub through a live cd which i am in at the moment. i go to a terminal and type sudo grub and it brings up the grub prompt. i have mounted all discs and entered the command find /boot/grub/stage1 and it keeps spitting this back at me Error 15: File not found
my hd is a 80gb with partions like this
/dev/sda1 105mb ntfs system reserved
/dev/sda2 45gb ntfs win 7 home premium 64 bit
/dev/sda3 34gb ext4 ubuntu 10.04 64 bit
/dev/sda4 1.5gb linux swap
View 9 Replies
View Related
Feb 15, 2010
I've got Fedora 12 and I need to install python 2.5. Without trhis version of python, very important program to me will not work - is it possible?
View 6 Replies
View Related
Jul 29, 2011
i want IDLE on my Fedora 15, is this possible?
View 2 Replies
View Related
Aug 13, 2011
I can't install Python 2.6 on Fedora 15 - I have only Python 2.7. Also I can't add EPEL repository to try to install: yum install python26 I didn't find any info about how can I solve this problem.
View 12 Replies
View Related
Apr 2, 2010
I used the Windows form of Python's IDLE for a long time and now that i have fedora, I only can get into the command line interactive. I have TKinter and a bunch of packages for it, so I don't think thats the problem, I just cant get into idle.
View 8 Replies
View Related
Feb 18, 2009
I reinstalled winXP and lost grub loader. I have LiveCD with Fedora 10. How can I reinstall GRUB using this CD ?
View 14 Replies
View Related
Jun 20, 2009
I've restored a Clonezilla image of my Fedora 11 ext4 installation but realised that I hadn't backed up the ext3 /boot partition. I decided to create a Clonezilla image of the ext3 /boot partition from my laptop, as that has exactly the same partition scheme. I've restored that. I realise it may not work but it might save me reinstalling F11 from scratch. How does one reinstall grub in Fedora 11 given that /boot is on a separate partition? Booting from the F11 DVD in rescue mode, running chroot /mnt/sysimage and grub-install /dev/sda doesn't work.
View 4 Replies
View Related
Oct 10, 2009
I have just reinstalled my fedora, because I messed up with the unsuccessful installation f the Beta Nvidia driver. The problem I am having is that when I try to update KDE to 4.3 (currently is 4.1) I get this
Code:
I understand I need KDE 4.2 at least, but can I exclude somehow this update, because I dont need marble anyway. Or at least how do I update first to 4,2 and then to 4.3.1.
View 9 Replies
View Related
Mar 5, 2011
For backwards testing reasons I had to uninstall my php package. Now that I've done I need to reinstall php 5.3.x. What is the full package name to reference as I'm coming up blank looking for a reference. I normally use yum or apt-get to install things.
View 2 Replies
View Related