Software :: Tunapie Won't Work After Installing Python 2,7?
Sep 21, 2010i 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 Repliesi 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 Repliesi am using an updated version of Debian GNU/Linux Squeeze and i just downloaded and installed tunapie from the software depositories but it doesn't work i tried to run it from a terminal and this is what it came out with
Code:
Traceback (most recent call last):
File "/usr/share/tunapie/Tunapie.py", line 23, in <module>
import wxversion
ImportError: No module named wxversion
how do i fix this
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]....
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.
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...
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.
I installed (with yum) apache, python and mod_python in FC14. I added following contents to file /etc/httpd/conf.d/python.conf
Code:
<Directory /var/www/html>
AddHandler python-program .py
PythonHandler myscript
</Directory>
I tried to visit 127.0.0.1/myscript.py
[Code]...
gmediafinder does not work any more beacause of python.
View 2 Replies View RelatedI'm trying to install Python and a LaTeX editor and can't really get either to work out. For texlive, I used 'sudo apt-get texlive-full', which didn't generate any errors, but I now can't seem to open the application. For Python, I used 'sudo apt-get update sudo apt-get install python2.6' which generated the error "Unable to lock directory /var/cache/apt/archives." I tried to remove a lock file that I read about on another post and open up SPM, but the error persisted.
View 2 Replies View Relatedwhile 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
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'
one of the coolest features of Fedora imho is sandbox -X, which I used extensively in F12. However, in F13 I yum install /usr/sbin/seunshare prints:
Code:
[...]--> Processing Dependency: policycoreutils-python = 2.0.82-13.fc13 for package: policycoreutils-sandbox-2.0.82-13.fc13.x86_64
--> Finished Dependency Resolution
Error: Package: policycoreutils-sandbox-2.0.82-13.fc13.x86_64 (fedora)
Requires: policycoreutils-python = 2.0.82-13.fc13
[Code]....
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?
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?
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 RelatedI'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 RelatedI 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.
Python 3 want situation for python 2?Python 2 become stop?
View 1 Replies View Relatedyum dependency problem please? I am running Centos 5.5. I need to install python-devel, but when I do so I get:
[Code]....
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?
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))
How can I upgrade python-2.4.3 to python-2.5?
View 1 Replies View RelatedFedora 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]
This problem has to do with Python's interactive help (To get to the interactive help, just type help() at any interactive session). I like to browse all my installed Python modules, to see if I can find something that would be useful for my hobby programming projects. However, recently, typing modules (which is the command to list all installed modules) freezes the interactive session.
View 1 Replies View RelatedI have ununtu 9.04 running on my desktop this question regards printing. I first installed my Hp laserjet p 1006 printer it worked great. Next I installed hp laser jet 2500 l that works great now if I go to use my hp p1006 it does print at all it says it is but nothing happens, the other HP printer works great.
View 3 Replies View RelatedWhat is wrong with the Ubuntu installer? I am trying to install 10.04 Server from either a USB CD-ROM or a USB memory stick and no matter what I try (and I've tried every trick I've been able to find so far). I regularly install other OS's using these methods without any problems or workarounds required. Why is the Ubuntu installer so screwed up?
When I try to install from USB CDROM the installer boots, asks me all those keyboard questions, and dies at "Detect and mount CD-ROM". It askes me if I want to load CD-ROM drivers from removable media I've even tried various things such as using the command prompt to manually copy the iso to /root/ and mount the iso to install from... no dice.
So next I tried using the Universal USB Installer tool as outlined at http://www.ubuntu.com/desktop/get-ubuntu/download The USB stick is created and it will also boot up the installer as expected. This method stops at the same point as the USB CD-CDROM. Other than rip open the server and hack in an ide/sata CDROM drive (there's no room for one), what does one have to do to make this work?
i tried installing protolib-2 to work with ns2.34. i modified the makefile.in ns2. when i typed make ns in terminal, i got error
"make: *** No rule to make target ` protolib/ns/nsProtoAgent.o', needed by `ns'. Stop."
i am trying to install "uBuntu" on a systeam "XP" standard installation but nothing happen, only if i start whit reboot my system. but i what to do so when my system is ruining. Its possible?
View 4 Replies View Related CentOS and RHEL even though I've been using various Debian/Ubuntu Distros for quite some time. However, I always used to install perl modules via apt-get or, if that did not work, via cpan.In CentOS, I tried installing a couple of perl modules via yum but there are only a very few available. When trying to install perl modules via cpan, the install process usually fails during the make process.I'd prefer to install those modules via the distribution's package manger yum as it's easier to resolve dependencies. Are there any repositories I should add to have more perl packages available? (Where to add further repositories, I just know /etc/apt/sources.list in debian based distros)The other option still would be to install perl modules via cpan. For instance, when trying to cpan install Geo::IP, the output is as follows:
CPAN: Storable loaded ok
Going to read /root/.cpan/Metadata
Database was generated on Wed, 02 Mar 2011 02:42:03 GMT
[code]....
I'm having trouble installing it, particularly with installing cl-ppcre and clx under sbcl. The instructions for installing them using either asdf or quicklisp don't seem to work on Fedora. (cl-ppcre complains about missing cl-ppcre-unicode for example)
View 1 Replies View Related