OpenSUSE :: Install The Tkinter MODs Or Any Python MODS?
Jul 5, 2011
I'm trying to install tkinter GUI for Python on my machine. I'm working in the Command Line Shell environment exclusively and I'm trying to get the tkinter Modules installed. I'm not exactly sure how to go about doing this, whether it is through YaST or not, but when I search for the package in YaST there are none found. I am VERY new to Linux and OpenSUSE and other than using YaST or zypper to install packages I'm not too clear on the steps involved. I'm not sure how to install the tkinter MODs or any Python MODS
View 3 Replies
ADVERTISEMENT
Mar 16, 2010
i'm having difficulties with SpringLobby. it's able to connect to a server, but is unable to detect any mods.it doesn't matter if i download them through springlobby or copy them myself to $HOME/.spring/mods
View 7 Replies
View Related
Oct 2, 2010
I have succesfully installed Apache... It works fine with PHP-MySQL support... I love it too...
But the thing is that I have to store all my files in /var/www/html/ which sort of annoys me... I was wondering of there is any method to reconfigure the httpd.conf file to do it...
All the mods I tried crashed the server....
View 3 Replies
View Related
Jun 17, 2011
I was just thinking about installing an operating system like ubuntu or ubuntu server on an external harddrive. this being possible , i would like to know if we can use the external drive to plug into any machine and run my ubuntu by just changing the needed bios mods in that system. and without further having to install the necessary hardware specific devices into my os.
Because each machine would have its own hardware set, how would the os handle it or would it have to install the necessary drivers and so on everytime it comes across a different system from the immediate previous hardware it was used with. and i know this was why laptops were invented even maybe to have that portability to use with but this without a laptop, just an external hard drive that can make up and help us use the hardware at hand with ease without any installations of any kind.
View 5 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
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
Aug 9, 2009
I have logged into root via SSHI followed instructions from here[URL]And here[URL]
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 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
Jun 10, 2010
I tried to downloaded and installed from the Internet directly but it gives me error message. Also I tried to downloaded it from Ubuntu but when I go to the software package and click on python it show me hundreds of python types. I'm a beginner and I need to use Python for my class this summer, I only need to use python GUI. how to install python on Ubuntu and also how to find it after installation.
View 6 Replies
View Related
Jun 19, 2010
I've done command line work in Linux, so I need a refresher.I have downloaded and extracted Python 3.1.2. How do I install? All of the HELP and README files are a little vague for me. but when I type in "./configure" in a terminal session, it says "command not found".
View 2 Replies
View Related
Oct 23, 2010
how to install Python 2.6 on Ubuntu 8.04, I checked and the latest ver. on the ubuntu repository is 2.5 I need 2.6 I just compiled it using the following guide.[URL] I just didn't get how to set my PATH I followed all the steps that were there exactly.
View 2 Replies
View Related
Dec 23, 2010
I am super new to Linux and Ubuntu. I am trying to install python and I downloaded it from the website. I do not know how to actually install it though. I have Ubuntu 10.10.
View 6 Replies
View Related
Sep 3, 2010
Kde 4.5.1 from 03/09/2010 2100h. python-sip is 4.10.xxx and 4.11.xxx is neded to let things work
python-kde4 and python-kdebase4 wont install
nothing provide python-sip - 4.11 needed by python-kde4-4.5.1.168.1-x86_64
View 2 Replies
View Related
Mar 17, 2011
In openSUSE 11.3 when I selected the Python Development pattern for install, it included everything needed for Python development. I installed openSUSE 11.4 yesterday from the full DVD ISO and selected the Python Development pattern, but all it installed is the patterns-openSUSE-devel_python meta package, which apparently doesn't include any other software. It didn't even install the python interpreter.
Of course I can easily install what I need manually, but the pattern is a handy one for quick installs that need Python. Is this pattern broken under 11.4 or am I missing something? I couldn't find anything about this behavior in the release notes, known 11.4 bug list on the forums, Google, etc.
View 7 Replies
View Related
Aug 12, 2011
I am returning to Open suse after a while with Ubuntu ant i al loving it so far but i have one application I Need to be completely so the main page for this IDE states thatI took care of distributing it well on Linux by getting it in the major repositories (Debian, Ubuntu, Fedora, Arch, Suse, ...). however, when Search at software.opensuse.org: Download openSUSE 11.4 I can't locate it Rather i am beating my head against the wall I am hopeing a Member of these forums uses this IDE and can point me to a repo for it
View 5 Replies
View Related
Nov 18, 2009
I am trying to install sqlite-python package in my FC11 machine. I couldn't find an rpm to install.
View 2 Replies
View Related
May 28, 2010
how can i install python 3 and idle in fedora 12? yum search for any plausible variation on python3 (python-3, Python-3.1, etc.) that i could think of yields nothing, same in add/remove software. so i got the tarball from python.org and followed book instructions on it (summerfield's python 3, p. 4), namely unpack it, run './configure', run 'make' and finally run 'make install'
in my add/remove programs window, for idle, it says i have the one for python 2.6 installed, but i can't find where to open the program. but i'd like to use 3.1.2 python anyway. additional note: if i type python -V i get Python 2.6.x (can't remember the last digit, i think it's 2), and if i type python3 -V i get Python 3.1.2. so, how do i get python 3 installed and idle for python 3 running?
View 9 Replies
View Related
Aug 24, 2010
I am fairly new to Linux. I have OpenSuse Desktop 11.3. For a software package I need to install, I have to have Python 2.4 or 2.5 - it will not run with Python 2.6. I cannot find any way in Yast to install the older version of Python. So my question is this: How do I first uninstall Python 2.6 so I don't screw anything up, and then install Python 2.5? Is it as simple as using Yast for the uninstall, then finding the tarball for 2.5, unpacking it, ./configure, sudo make, sudo make install?
View 3 Replies
View Related
May 22, 2011
I want to install python in RHEL 5.0.
View 2 Replies
View Related
Feb 8, 2010
I need to install python-xml on my kubuntu 9.10 but I cant do it with apt-get.I downloaded it from somewhere else but still I cant install it because of python 2.6.
View 1 Replies
View Related
Apr 9, 2010
i got per default python 2.6.2 on my fedora 12. how can i install the newest version python 3.1.2?
View 2 Replies
View Related
May 7, 2010
I get an error when trying to install python-virtualenv package:
Quote:
# yum install python-virtualenv
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Resolving Dependencies
--> Running transaction check
[Code]...
AFAIK, python-virtualenv package does not really require any development packages (at least in ubuntu, debian, opensuse). Is it a bug? I didn't find anything with search engines...
View 6 Replies
View Related
Aug 19, 2011
I'm trying to install python spider monkey. I already have pkgconfig and nspr installed however when I runeasy_install python-spidermonkey it says
Running python-spidermonkey-0.0.10/setup.py -q bdist_egg --dist-dir /tmp/easy_install-hjTAdp/python-spidermonkey-0.0.10/egg-dist-tmp-sbqzO9
Traceback (most recent call last):
[code]....
View 4 Replies
View Related
Aug 5, 2011
How do I install the Python module for Gnash?
But apart from that, what basic concept am I not understanding about installing packages on Linux?
I am used to installing packages using package managers - mostly apt-get and zypper. I have occasionally installed from source, often with no trouble. However I recently installed Gnash and discovered that it has a Python binding that must be compiled from source and this has led down a rabbithole making me feel stupider at each turn.
First, I attempt do a ./configure --enable-python in the gnash source dir. This ends up failing with an error that
package pygtk-codegen-2.0 isn't found
The lead developer, Rob Savoye, was kind enough to point me at packages.debian.org, telling me I just need to locate this package. After many failed searches, I found that the python-gtk2-dev package contains this ... file? script? Great, but I couldn't figure out how to obtain the python-gtk2-dev package. It doesn't exist in any of my openSUSE configured repositories.
So I headed to the GNOME site and searched, found that the PyGTK package contains pygtk-codegen. Download the tarball, cd, ./configure, and this fails because I don't have GLIB. After some more searching I use zypper to install glib2-devel (libglib-2.0 was already installed), and now PyGTK fails to configure because I don't have GObject.
Find that, download tarball, cd, ./configure, fail. I don't have gobject-introspection-1.0, apparently. I DO have gobject-introspection installed, and it's version is ≥ 1.0, but that's what the script says.
So I will readily admit I am new to Linux, but I have to be missing some basic step here. Can anyone give me a clue about any of the above? Is it normal to have to install one dependency after another like this? Is OpenSUSE the wrong distro? What would make this process not so horrible?
View 2 Replies
View Related
Feb 23, 2010
I am trying to install the MySQLdb package for python and the instructions tell me that I need to add mysql_config to my path. This file does not appear to exist in my mysql installation, or anywhere on my machine. I installed mysql-server from the ubuntu package manager, and then did a search of my system for that file.
Code:
sudo find / -name mysql_config
This gave me no results. where I can find this? Is it part of some extra toolkit for mysql?
View 2 Replies
View Related
Mar 12, 2010
I am trying to install the python-matplotlib package but I get E:broken packages. I have tried the apt-get -f install, apt-get update, apt-get clean all in various permutations but it doesnt solve the problem.I also tried uninstalling the dependednt packages and then reinstalling them but that doesnt work either.
root@ubuntu:~# apt-get install python-matplotlib
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
[Code]...
View 3 Replies
View Related