On 12/24/2015 04:03 PM, Ben Finney wrote:
Jim Byrnes writes:
Thanks for all the info guys. I got myself confused because I thought
that python 3 was the default for Ubuntu 14.04, but it is just
installed by default.
Even if that were true, the ‘python’ command will likely still invoke
a Pyth
Jim Byrnes writes:
> Thanks for all the info guys. I got myself confused because I thought
> that python 3 was the default for Ubuntu 14.04, but it is just
> installed by default.
Even if that were true, the ‘python’ command will likely still invoke
a Python 2 interpreter. Most systems that inst
On 12/23/2015 07:52 PM, Alan Gauld wrote:
On 23/12/15 23:15, Nnamdi Anyanwu wrote:
If you're installing modules with pip, install pip3 and install the
appropriate modules using pip3 instead of using regular pip.
Most v3 modules are also available via the Ubuntu package system
so you can instal
On 23/12/15 23:15, Nnamdi Anyanwu wrote:
> If you're installing modules with pip, install pip3 and install the
> appropriate modules using pip3 instead of using regular pip.
Most v3 modules are also available via the Ubuntu package system
so you can install via synaptic which I tend to find more r
On 24/12/15 00:00, Mark Lawrence wrote:
> Find a replacement for anything that relies on PythonCard as it hasn't
> been supported for years.
"Years" might be a bit much, there was an update for most
distros 10 months ago, so its not quite dead. But since it
relies on wxPython and that doesn't ye
If you're installing modules with pip, install pip3 and install the
appropriate modules using pip3 instead of using regular pip.
On Dec 24, 2015 12:12 AM, "Alex Kleider" wrote:
> On 2015-12-23 14:58, Jim Byrnes wrote:
>
>> I am in the process of moving from unbutu 12.04 to 14.04. I was doing
>> s
On 23/12/2015 22:58, Jim Byrnes wrote:
I am in the process of moving from unbutu 12.04 to 14.04. I was doing
some testing and got this:
jfb@Jims-1404:~$ cd MyProgs
jfb@Jims-1404:~/MyProgs$ cd passwords
jfb@Jims-1404:~/MyProgs/passwords$ python3 passwords.py
Traceback (most recent call last):
On 2015-12-23 14:58, Jim Byrnes wrote:
I am in the process of moving from unbutu 12.04 to 14.04. I was doing
some testing and got this:
jfb@Jims-1404:~$ cd MyProgs
jfb@Jims-1404:~/MyProgs$ cd passwords
jfb@Jims-1404:~/MyProgs/passwords$ python3 passwords.py
Traceback (most recent call last):
F
Jim Byrnes writes:
> If I simply start it with python passwords.py it runs fine.
If you type ‘python --version’ and ‘python3 --version’ you will see two
different version numbers.
Different versions of Python have their own separate run-time
environments. Any modules you want a particular Pyt
I am in the process of moving from unbutu 12.04 to 14.04. I was doing
some testing and got this:
jfb@Jims-1404:~$ cd MyProgs
jfb@Jims-1404:~/MyProgs$ cd passwords
jfb@Jims-1404:~/MyProgs/passwords$ python3 passwords.py
Traceback (most recent call last):
File "passwords.py", line 8, in
fro
10 matches
Mail list logo