Python 3 is the latest major version of Python, a scripting language used my very many open source developers.
0
votes
3answers
48 views
Running QQ : Can't find Python 3.3.1 in apt-get or synaptic
I'm running QQ : Can't find the repos/packages for Python 3.3.1 with apt-get or synaptic. How do I find them and install Python 3.3.1?
1
vote
2answers
50 views
Gtk.SelectionMode.MULTIPLE allows selection of only one row in Gtk.TreeView
I'm developing an application using Quickly. I have a Gtk.TreeView with a Gtk.ListStore as its model. The selection mode of the Gtk.SelectionMode is set to Gtk.SelectionMode.MULTIPLE.
The problem is ...
0
votes
0answers
35 views
12.04: I installed python 3.3 and now I can install or remove anything
I downloaded the lastest python 3 source, built it and installed it along side 2.7.
These are the commands I used to build and install it:
./configure
make
make test
sudo checkinstall -D make ...
4
votes
0answers
115 views
Problem With Gedit Plugins and Python3 on 13.04
I recently upgraded to Ubuntu 13.04 and I use gedit for a lot of things.
I was trying to install some plugins that I use quite frequently and I came into some issues.
First I installed the plugins ...
0
votes
0answers
91 views
Trouble with python 3.3 in Ubuntu 13.04
I'm consistently getting EOF when reading a line errors on when running:
List0 = []
inputtedStr = input()
while inputtedStr != "#####":
List0.append(inputtedStr)
inputtedStr = input()
print()
...
0
votes
1answer
41 views
Python - NameError: global name 'plus' is not defined
So I am creating a program using shelve and I keep getting this error message. I can not for the life of me figure it out and google hasn't been much help. Is this a problem with Ubuntu/Python working ...
0
votes
3answers
63 views
python 3.3 not showing in /usr/bin
I run linux mint
I downloaded python 3.3.1 and ran:
./configure
make
make test
sudo make altinstall
However python3.3 did not show up in /usr/bin, but there is a python3.3 folder in ...
0
votes
1answer
29 views
uwsgi with python3 how to get the plugin(not from apt)
how to run uwsgi with python 3 instead of python 2? I've compiled the latest version of uwsgi, and i know there are plugins which can be installed by apt-get , but how can I get it(shall i compile ...
-1
votes
0answers
43 views
Is QML-Python a good UI-backend combination? [closed]
I wanted to try out a few desktop applications whose GUI is written in QML alone and the backend in python. Is this a good choice for writing desktop applications? I'l be using PyQt. What are the ...
3
votes
1answer
211 views
How to create a virtualenv with Python3.3?
I'm running Precise Pangolin amd64. I installed Python 3.3 from ppa:fkrull/deadsnakes.
Now I want to actually use this new Python version in a virtualenv. But How can I do this? I get the following ...
3
votes
1answer
98 views
Designing UI using html and css and without webkit?
I want to try out developing desktop applications with the UI designed using html5,css and jquery and the back end code written in python. Is this possible? I have already tried out the WebKit but is ...
0
votes
0answers
38 views
Python application built on Ubuntu 11.10 not running on 11.04 [closed]
Python application built on Ubuntu 11.10 fails to run on 11.04 with following error,
./main: error while loading shared libraries: libssl.so.1.0.0: cannot
open shared object file: No such file or ...
1
vote
2answers
171 views
How to find python installation directory on ubuntu
I have just migrated from Windows environment. I have installed Python 3.2 in a separate directory. How can I get the python installation path on ubuntu shell ?
Is there any way I can let shell ...
2
votes
1answer
150 views
Installing Bluez in Python3
How do I install bluetooth/bluez modules into python3? In Python2 I'm able to import bluetooth and utilize it but in Python3 I have no such luck. How can I import bluetooth modules in python3?
-1
votes
0answers
22 views
Running Python 3.3.0 on Ubuntu 12.10 (print error) [duplicate]
Possible Duplicate:
Python 3 error when running the print command
I installed Python 3.3.0 on Ubuntu 12.10(x64)and when I type print 'hello world' it brings syntax error.
But when I type ...
19
votes
4answers
11k views
How to install Python 3.3?
Downloaded Python 3.3 from the official site but no idea how to install it.
I'm using Ubuntu 12.04
-1
votes
1answer
106 views
Hi, Getting a No entry sign at the top of the desktop
Hi im getting the following message,
The error message was: ror in sitecustomize;set PYTHONVERBOSE for trackbase:EOFError: EOF read where not expected 4;1 This usually means the installed packaged ...
1
vote
1answer
334 views
Are python bindings for OpenCV 2.4.3 available?
I have installed the Libraries and files for OpenCV 2.4.3. However, the Software Center lists just the python bindings for OpenCV2.3. Where do i get the python bindings for 2.4.3 ? How do i install it ...
1
vote
1answer
120 views
Import error when running update manager
It seems like I am getting some error related to Python, but I am not sure why I am getting it. When I ran Software Updater (in 12.10) from unity, it didn't even fire up.
When I did this from the ...
5
votes
3answers
2k views
Making python 3.3 default python 3 interpreter instead of 3.2
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 ...
1
vote
1answer
269 views
Python Global Hotkey
I'm looking to create a global hotkey in Python 3.2 for Ubuntu 12.10. That is, my script will run in the background and whenever I press Shift+F4 (for example), no matter what the active window is, ...
0
votes
1answer
365 views
How to install pycrypto 2.6 in python 3.2 in ubuntu
how do i find and install Pycrypto 2.6 to python 3.2 in Ubuntu 12.04, i have looked everywhere for a package, i managed to get it installed on python 2.7 just fine, but i want be able to use the lib ...
2
votes
2answers
225 views
Problems upgrading to Python 3.3 and setting up Django
I'm new to Linux and am trying to set up Python / Django on my machine! I installed Python 3.3 from the source file and it was compiled into /usr/local/bin. Then I created a symbolic link between ...
2
votes
2answers
100 views
Reference counting on exported DBus objects?
I'm working on a DBus service that needs to export objects on demand when requested by 3rd party applications. That part seems fairly strait-forward.
But I also need to "garbage collect" these ...
3
votes
2answers
367 views
how to load python3 to eric IDE?
Installed Eric IDE for python 3 Learning by using Ubuntu 12.04 LTS .
But Eric showing Python2.7.3 , not showing python 3 even its installed . so how can i configure Eric to show the python as ...
5
votes
1answer
312 views
What is python3mu?
I'm setting up PyDev for Eclipse, and I have to choose a version of Python for the interpretor. I want to use Python3, and I've been using python3 as my interpretor, so I thought /usr/bin/python3 ...
4
votes
2answers
643 views
Changing Python default in 12.04 LTS
I have downloaded and installed python 3.2.3 for Ubuntu/Debian. Also IDLE IDE for 3.2.3.
If I execute IDLE for 3.2.3 explicitely, 3.2.3 runs under IDLE and all is well.
But if I go to a terminal ...
2
votes
2answers
363 views
Python3.2 error; Unable to install or remove anything
I searched around as much as I could, but I couldn't seem to find a solution to fix my problem.
Whether I install anything, remove anything, run sudo apt-get update or sudo apt-get upgrade, I still ...
5
votes
2answers
4k views
12.10 has Python 3.2.3 default, does this impact existing python tools?
Ubuntu 12.10 has Python 3.2.3 default, so does this impact existing python tools, designed to be used with older python 2.x? There was a discussion in HackerNews on the same. I'm a bit apprehensive ...
1
vote
1answer
75 views
What is wrong with this python script?
I have this code:
from sys import argv
import os
bold = "\033[1m"
reset = "\033[0;0m"
try:
argv[1]
except IndexError:
print("\nNo arguments! Add \"-h\" or \"--help\" for more info." + bold + ...
3
votes
1answer
337 views
installing numpy for python 3.1.2 on Ubuntu 10.04
I have installed numpy for python 2.6.5. I want to use it for python 3.1.2 and I don't know how to install it. I'm new to ubuntu and I don't know how to install it from tar file. I am using Geany for ...
2
votes
0answers
46 views
Install Both Python 2.7 and Python 3.3.0 on Ubuntu 12.04 [duplicate]
Possible Duplicate:
need to have 2 versions of python?
I have projects that require different resources from the two different versions of Python. My question is can I have both versions of ...
1
vote
3answers
3k views
need to have 2 versions of python?
Well, as I say, I need to have 2 versions of python installed on my PC.
The first must be the latest one in order to use youtube-dl, and the second must be the 2.7 version to use it for a course ( ...
0
votes
1answer
138 views
python3 support in quantal?
In quantal, python3 is supposed to be the default version of python. However, it seems that e.g. python-matplotlib package is only packaged for python 2.7 (and there is no python3-matplotlib). What is ...
2
votes
3answers
189 views
Python 3 error when running the print command
All I wrote in the interpreter was as follows:
>>> print "Hello, World!"
File "<stdin>", line 1
print "Hello, World!"
^
SyntaxError: invalid syntax
How ...
