-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
So, to keep it simple. Ubuntu 12.10 has python 3.2 pre installed and it is linked to "python3". I downloaded python 3.3 and it's command is "python3.3". However, I downloaded pySide for python3 from synaptic. Using "from PySide.QtCore import *" fails on python3.3. BUT, when I ran just "python3" (aka…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I was trying to install python3-setuptools, and when i run
$ sudo apt-get install python3-setuptools
I get this error:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
1 not fully installed…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I'm trying to install pip or setup tools form python 3.2 in debian 6.
First case:
apt-get install python3-pip...OK
python3 easy_install.py webob
Searching for webob
Reading http://pypi.python.org/simple/webob/
Reading http://webob.org/
Reading http://pythonpaste.org/webob/
Best match: WebOb 1…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
After very few issues only I moved my application from Python2 to Python3 making sure it will still run with Python 2.7, and hence has python = 2.7 as dependency only.
This was mainly done because Python3, and some dependencies are not installed in a default 12.04 LTS, and I do not want my users…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
The following was reported after I attempted to report the problem back to Ubuntu:
The problem cannot be reported:
You have some obsolete package versions installed. Please upgrade the
following packages and check if the problem still occurs:
ubuntu-release-upgrader-gtk, apport, apport-gtk…
>>> More