The python3 tag has no wiki summary.
-1
votes
1answer
37 views
Alternative for psutil for ARM processors (raspberry pi) and python3
As I am unable to install psutil to work on raspberry pi on python3, I am looking for any alternative (or a proper way to install it).
What I want is to be able to see what's the status of the ...
1
vote
1answer
24 views
Importing Python files from inside folders
On Mac OS X, I can import a .py file named test inside the directory dir by running
import dir.test
However, on Debian (specifically Raspian) this does not work. What is the alternative?
0
votes
0answers
153 views
“Makefile:29: recipe for target 'siplib.o' failed” - SIP installation
I'm trying to install SIP 4.16.5 for Python 3.4 on Ubuntu GNOME 14.10. I type python3 configure.py and I get the following:
This is SIP 4.16.5 for Python 3.4.2 on linux.
The SIP code generator will ...
1
vote
1answer
54 views
Cannot compile any software
I have Linux Mint 17. I wanted to compile python 3.4.2 from source. During the ./configure command, everything went well until an error came out.
configure: creating ./config.status
./config.status: ...
2
votes
1answer
174 views
Apt broken after upgrading python on 14.04 - No module named 'lsb_release'
I recently needed an updated version of Python3 for a project, so I built it from source; and I believe I made a bit of a mess. All apt based operations now end in an error here:
(Reading database ...
0
votes
0answers
125 views
How to install the GTK+2 or GTK+3 tookliks for Python 3 development on Debian?
I want to make a GTK+2 or GTK+3 application in Python 3.
For GTK+2, I tried installing PyGTK, but I cannot find any version of PyGTK for Python 3 within Debian's repositories.
For GTK+2, I followed ...
8
votes
2answers
115 views
Why is this Python package trying to use a non-existent gcc?
I'm trying to install PyCrypto for Python 3 on Solaris. Whether I do it via "python3 setup.py install" or "pip3 install pycrypto", I run into the same problem: a call is made to a gcc which does not ...
1
vote
0answers
202 views
configure python3-tk for manually installed python 3.4 debian wheezy
On wheezy apt packaging python3-tk requires python3.2 & python3 packages. I want python 3.4 and have built it manually. The trouble is I don't know how to get my manual 3.4 build to 'see' the ...