Red Hat / Fedora :: Installing Python On 13 - 32 Bit OS, 64 Bit Computer
Jul 4, 2011
I'M trying to install python on Fedora 13, 32 bit OS, 64 bit computer. Here are the instructions. On Unix, Linux, BSD, OSX, and Cygwin:
./congigure
make
make test
sudo make install
[Code]....
View 3 Replies
ADVERTISEMENT
May 15, 2010
I'm having problems installing visual python on Fedora 12 (64-bit). Here are the steps I've taken:
- downloaded visual python 5.32
- ran ./configure without problems
- ran make and got this error: Compiling ./core/util/atomic_queue.cpp make[1]: *** [atomic_queue.lo] Error 1
(From src/build.log): libtool: compile: unable to infer tagged configuration libtool: compile: specify a tag with '--tag'
View 4 Replies
View Related
Mar 12, 2010
A substantial proportion of the packages on my computer (yum list installed) are labelled as coming from the unstable rawhide repository. The rawhide repository is not currently enabled and never has been enabled as far as I can recall. How has this situation arisen and what can I do to ensure that packages are only installed from relatively stable repositories?
View 4 Replies
View Related
Mar 13, 2011
I am having trouble with my computer. I accidentally deleted my python and turned off my computer. Right now I am using an old version of ubuntu (ubuntu 8.4) and would like to know how I can restore the python for my ubuntu 10.10 so that I will not lose the things that I have installed on it if this is possible.
View 2 Replies
View Related
Apr 1, 2010
I recently updated my software (on Fedora 13) and after the updates had finished installing, it said that the computer required a restart. I noticed that I could no longer type anything into the search bar on Firefox without an error message appearing. So I thought it best to restart the computer then. When restarting, the loading screens took much longer than usual. The guitar pick shape that fills with white was stalling around the top. (I know, I love my complete comprehension of the problem too.) I pressed escape, and was given this message on a black screen.
Welcome to Fedora
Press 'I' to enter interactive startup.
starting udev:udevd-work[517]: '/sbin/modprobe-b pci: v000014E4d0000170Csv00001028sd000001F1bc02sc00i00' unexpected exit with status 0x0009
[OK]
[OK]
setting hostname (my computers name):
This is as far as I can get. I press Esc again, and I see the completed fedora logo, but nothing else happens. I press Esc again, and I come back to the previous screen, and this time there are two of the above messages. My computer is fairly old (four years), so I understand if the hard drive is deteriorating. I would like to have use of my computer back, but at the very least I would like to recover some files that I have not backed up.
View 3 Replies
View Related
Jan 22, 2011
I recently switched my primary desktop over from Windows 7 to Fedora 14. I successfully installed the OS on to my hard drive and booted up, following which I installed all of the updates and rebooted. After my first reboot I downloaded the 10.11 Radeon driver and installed it (because the 10.12 was having an md5 hash issue), the install was (supposedly) successful, but when I restarted my computer it first progresses to this screen (copied from softpedia) and then goes black for a second, and then returns to that screen and halts at the end of the progess bar and does nothing. I am looking for help to get back into my system.
View 3 Replies
View Related
Jun 19, 2011
I wish to write a python code so that I can access a file on a windows computer on the network. I know the IP, Computer Name, Workgroup, username,password and any other neccesary detail of the computer. I also have the access to the computer to intall any software I may need to install on the said windows computer.
Kindly guide me so that I may access the files. The files are in a folder shared over the network but not on the windows drive of the computer.
I am able to access the files using gui (ubuntu 11.04).
View 1 Replies
View Related
Sep 21, 2010
i just updated my version of python 2.6 to python 2.7 and when i just tried to run itwhats the problem here do i need to downgrade it or something
View 5 Replies
View Related
Mar 10, 2011
So I have patched the 3.2 sources similar to the 3.1.3 sources. I used the slackbuild from 3.1.3 as well. I get to the install of the script and I get this:
Code:
...
running install_egg_info
Writing //tmp/SBo/package-python3/usr/lib64/python3.2/lib-dynload/Python-3.2-py3.2.egg-info
Creating directory /usr/man
Creating directory /usr/man/man1
/bin/ginstall -c -m 644 ./Misc/python.man
/tmp/SBo/package-python3/usr/man/man1/python3.2.1
cp: cannot stat `Demo': No such file or directory
I can't build Blender anymore without this update.
View 7 Replies
View Related
Jul 1, 2010
For example, I want to install a texteditor called Editra, i done it like the following
First, I install the Editra
sudo apt-get install Editra - success ,its version is 0.5.30
Second, I run it in Terminal
Editra - it can work,but with the error infos "(python:1682): Gtk-CRITICAL **: gtk_widget_add_accelerator: assertion `GTK_IS_WIDGET (widget)' failed"
Third, I used command line "dpkg -L Editra", and found that the Editra is installed under /usr/share/pyshared/Editra,so i created the .desktop like this
sudo gedit /usr/share/applications/Editra.desktop
[Desktop Entry]
Encoding=UTF-8
Name=Editra
Comment=the Best TextEditor
Exec=/usr/share/pyshared/Editra
Icon=/usr/share/pyshared/Editra/pixmaps/editra.png
Terminal=false
Type=Application
Catergories=Development
It showed, and I clicked it for running, but it told me error infos
Could not launch 'Editra'
Failed to execute child process "/usr/share/pyshared/Editra" (Permission denied)
Not just Editra, so many software that written in python have the same question, such as tortoisehg...
View 2 Replies
View Related
Oct 15, 2010
I tried installing System-->Administration-->Synaptics Package Manager and I got following error
Code:
gnochm: Depends: python-gtkhtml2 but it is not installable I am using Lucid 64 bit and in my sources.list multiverse ,partner ,universe ,restricted and backports are enabled.
View 2 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
Apr 9, 2010
while installing ... Installing python2.4-2.4-1pydotorg.src.rpm
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
warning: user jafo does not exist - using root
warning: group jafo does not exist - using root
error: Legacy syntax is unsupported: copyright
error: line 55: Unknown tag: Copyright: Modified CNRI Open Source License
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
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 1, 2011
I'm having trouble installing visual python, I've downloaded the source package from [URL] as I couldn't find it on yast. On calling ./configure most tests are passed but I get an error which says I need gtkglextmm 1.2 checking in Yast I see this is already installed. Looking in the install.txt it talks about this error and suggests renaming some files, I'm not keen to do this for fear of breaking something else but as it turns out they are already named what they need to be anyway.? Now I'm truly stumped.
View 4 Replies
View Related
Apr 19, 2010
I get this error when I run "sudo apt-get install python-software-properties"
Preconfiguring packages ...
dpkg: unrecoverable fatal error, aborting:
fork failed: Cannot allocate memory
E: Sub-process /usr/bin/dpkg returned an error code (2)
I'm trying to install deluge via ssh and my vps has 512mb ram and is only using 11% of it prior to running the code.
View 2 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
Oct 1, 2010
I live in northern Canada. I am not in a high speed internet zone but use an alternative method which I pay lots of money to get high speed. However I am restricted to 5 GB of traffic per month.
Now I have to computers running Ubuntu. So for example, if I want to install TuxPaint on my first PC then I would go to the software center and it would download then install the software for me. Now if I wanted to install the same program on my second computer it would download it again. The problem is that this would download twice as much from the internet. Is there any way that I can save internet bandwidth by using the download files from my first computer to install the program on my second computer? Similarly, can I only download updates once but install them on both computers?
View 3 Replies
View Related
Jun 22, 2011
My only interest in Ubuntu is that I want a reliable trouble free as nearly as possible computer. I know absolutely nothing about the inner workings of one and have no interest in learning about them. I am a 77 year old retired seismologist on a fixed income so you can understand my reasons for want of a trouble free computer. The current system I have is a Dell Studio XPS with Windows 7 64bit. It is a little more then a year old and has had two crashes. The first ended with having to change the hard drive which Dell did with no charge to me. The second crash resulted in having to reinstall windows. I had the disk so that wasn't much of a problem, but without the disk I would have had a very expensive paper weight. My chief concern is about malware, spyware, viruses and what have you. I want something that not everyone is taking shots at. If I were to install Ubuntu I would want it to be able to do what I currently do and do it without fear of it crashing or having to update it every week or reinstall it every year. It would have to work with the printer and scanner that I had to buy because drivers weren't available for the older printer and scanner I have.
View 9 Replies
View Related
Feb 13, 2011
I want to install ubuntu on my internal harddrive. The reson is that my laptops screen is broken, and im not able to switch to external screen in windows.
Is there some kind of shortcut in linux which switches to vga output? If not, all this will be time wasted...
If there is:
I tried to boot from both USB and cd, but apperantly its set to boot from harddrive. Again, my screen dont work so i cant change the boot order.
So, is it posible to take my laptops internal drive, hook it up to another computer using sata-->usb adapter, and then install ubuntu on it. Put it back into the computer. And then just boot it as normal?
View 5 Replies
View Related
Feb 7, 2010
My computer:
Pentium Dual-Core CPU
E6300 @ 2.80GHz
2GB RAM
XP SP3
2 X 500GB SATA HDD's
Motherboard: ASUS P5Q-EM DO
I would like to install Linux Ubuntu 9.10 on my new computer, on a separate hard drive, and create a dual boot Linux and XP.
I already own another 500GB HDD but this one is IDE. I would like to install Ubuntu on this one. The other two are SATA. The second one is used only to mirror the first one and protect me from a single drive failure.
I hooked up my IDE drive to IDE controller and connected the power cable. However, BIOS doesn't show recognize this drive; it is not visible in Windows explorer, or in disk management either. The jumper is on cable select (so I thought motherboard will decided on boot order, and as the first drive is SATA, it will boot first which is fine).
I double checked all cable connections and tried again, and there was no change. The drive (WD Caviar Blue PATA 500GB) is not registered.
View 4 Replies
View Related
May 23, 2011
I have an old computer running Windows ME. I am currently trying to install Linux on it. It has an Asus A7v600-x motherboard. When I try to boot off a flash drive it just says boot error. How do I get Linux on this machine?
View 10 Replies
View Related
Aug 7, 2010
Ubuntu
Installing 'Mediawiki' and using the instructions found at this website. [URL]
I get this error during installation.
Quote:
dave@dave:~$ sudo apt-get install mediawiki
(Reading database ... 321919 files and directories currently installed.)
Unpacking mediawiki (from .../mediawiki_1%3a1.15.1-1ubuntu2.1_all.deb) ...
Setting up mediawiki (1:1.15.1-1ubuntu2.1) ...
* Reloading web server config apache2
[Code].....
View 1 Replies
View Related
Jun 20, 2011
I have two computers in my home running ferora . I want to copy a file from my 2nd computer to my local computer. Local PC:- 192.168.1.10
Remote PC:- 192.168.1.20
[root@localhost root]#scp 192.168.1.20:/home file1.txt
root@192.168.1.20s password:
scp: /home not a regular file
[root@localhost root]
View 3 Replies
View Related
Mar 26, 2010
I'm now up and running on slackware 13 x64. I have noticed that the version of Python installed was 2.6.2 but there were a lot of bug fixes between this and 2.6.5. What is the best way to get 2.6.5 running on my machine. Do I have to install from source or is anybody aware of any packages that have been released?
Again, I'm not too familiar with package management systems on Slackware as I have always installed from source but this became a bit of a bind recently as updating software to newer versions involved a lot of hard work. Can anybody give me an ideas on the packaging systems available, the best ones to use, and where I can find information about the packages related to the package managers?
View 9 Replies
View Related
Dec 14, 2010
I'm running 10.10 and I have an ATI HD5470 and I was trying to add VAAPI support. I was told to compile and install a newer version of ffmpeg from SVN, which I did. I had to uninstall all the current/medibuntu libav* codecs to do so. I want to uninstall it but whenever I try to do anything in Synaptic it tries to reinstall the standard codecs before it can remove ffmpeg so it says
Code:
I can't uninstall this broken version and I can't get all the applications that had to be uninstalled back!
View 2 Replies
View Related
Mar 29, 2010
I have a WinXP computer with two internal hard drives that are partitioned. I would like to setup a dualbooting system. I first attempted to install PC-BSD 8.0 from a DVD onto an external 640 GB USB hard drive. Everything looked it was going to work (including the boot loader program) until after the installation. PC-BSD took out the NTFS of the hard drive (with over 500 GB of Window files). And the bootloader never loaded on startup. It took two days to get everything back. The files created on this external hard drive could not be read by another linux operating system (Slax 6.1.1). I would like to load PC-BSD on one of my empty partitions (from my second hard drive). The manual for PC-BSD states PC-BSD has to be installed on a primary drive and not a logical drive. If you attempt a logical drive installation, PC-BSD will wipe out the entire hard drive on installation. Would it help if I format a logical partition to the linux file system and then attempt to install PC-BSD to it? I can use Slax 6.1.1 from a CD to format the logical partition.
View 1 Replies
View Related