Questions tagged [python3.2]

Python is an interpreted, general, high-level programming language. Programming questions are off topic. Questions about the use of Python should be asked at Stack Overflow (http://www.stackoverflow.com) instead.

#About Wikipedia has much more: http://en.wikipedia.org/wiki/Python_(programming_language)

The official website is here: http://www.python.org/

Python's direction and language development is still controlled by its original author, Guido van Rossum. Guido is now an employee of Google, which uses Python exclusively as its glue/scripting language. He is affectionately known as the language's 'benevolent dictator'.

As of Spring 2011, there are two major development branches of Python: 2.x and 3.x (Python 3000). Python 3000 was released with many breaking syntactic changes as a result of efforts to promote consistency in the language and to fully integrate Unicode support. This has led to slow adoption of the new version, as many people are dependent on the extensive libraries available in Python and many libraries have not been upgraded to support Python 3.

#Tag usage

Use for questions about computer hardware or software related to Python. Do not ask programming questions as they are off-topic here. Ask them on Stack Overflow instead.

9 questions
9
votes
2 answers

Python3 on cygwin

How does one install Python3 on cygwin? I tried running the Python install in cygwin with no success. The version I am looking for is >= 3.1, and I was able to install 2.7 successfully under cygwin (which comes with 2.6 as the default). By the way,…
eqb
  • 193
4
votes
1 answer

How to Install Python 3.2.2 on CentOS 6.5 amd64 Preserving Its Original Python Installation (2.6.6)?

How to install Python 3.2.2 on CentOS 6.5 AMD64 preserving its original Python installation (2.6.6)?
1
vote
1 answer

Path in %PATH% doesn't work

I set my Path environment variable to look like this: E:\Programy\Python; ... all the rest but after I have it all confirmed and call env in command line, E:\Programy\Python is not listed there. How is that?
alex
  • 751
1
vote
1 answer

How to make side-by-side Python 2.7 and 3.2 installs on Ubuntu 12.04,

I just installed Ubuntu 12.04 and Python 2.7 is pre-installed. I want also to have 3.2, and to be able to select one as the default with no arguments and the other to be specified by command line argument. I guess I'm asking how to set…
0
votes
1 answer

Python 3.2 and PyGTK

I want to learn to write programs using Python 3.2 and PyGTK (running on Ubnutu 11.04). The PyGTK module is installed for Python 2.7 by default but I would rather use 3.2. Is there any way to make this work? Suggestions as to other tools to create…
Gareth
  • 173
0
votes
1 answer

CentOS error with mod_wsgi: cannot find -lpython3.2

I've been trying to install mod_wsgi configured for Python 3.2 on a CentOS machine and I keep running into the error: /usr/bin/ld: cannot find -lpython3.2 As near as I can tell this is caused by a missing libpython3.2.so or equivalent, but I can't…
0
votes
0 answers

Installation of Pytorch GPU Windows

I was trying to install pytorch gpu(Windows) using the command: conda install -c anaconda pytorch-gpu. But it is throwing the following error---- PackagesNotFoundError: The following packages are not available from current channels:
0
votes
0 answers

Error with Python win32com

I have installed Python 3.6.5 in Windows 10 and tried to import win32com.client, but I'm getting the following error message: import win32com.client Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No…
Dhanu
  • 1
-1
votes
1 answer

Map pip3 command to run pip-3.2 on debian wheezy

i installed GNUroot and the wheezy package from the app store on my android 4.4.2, after initially panicking when i couldnt run pip3, i discovered in this python3-pip installed but pip3 command not found? that the correct command to use is actually…