Re: [beagleboard] How to install Python 3.x on my Rev 'C' (running Debian) BBB?

2015-02-16 Thread Robert Nelson
On Mon, Feb 16, 2015 at 8:19 PM, COG  wrote:
> Ok thanks.

Or bookmark: https://udd.debian.org/cgi-bin/rcblog.cgi

Then you'll know when Jessie is released.

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] How to install Python 3.x on my Rev 'C' (running Debian) BBB?

2015-02-16 Thread COG
Ok thanks.

On Monday, January 26, 2015 at 4:56:38 PM UTC-4, RobertCNelson wrote:
>
> On Mon, Jan 26, 2015 at 2:52 PM, COG > 
> wrote: 
> > Hi Robert:  Thanks for the insight,  will probably wait till Jessie 
> becomes 
> > 'stable'. 
>
> We are in freeze mode... So probally a month or two away.. 
>
> But feel free to try the snapshots out: 
>
>
> http://rcn-ee.net/rootfs/bb.org/testing/2015-01-25/lxqt-4gb/BBB-eMMC-flasher-debian-jessie-lxqt-4gb-armhf-2015-01-25-4gb.img.xz
>  
>
> Regards, 
>
> -- 
> Robert Nelson 
> http://www.rcn-ee.com/ 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] How to install Python 3.x on my Rev 'C' (running Debian) BBB?

2015-01-26 Thread Robert Nelson
On Mon, Jan 26, 2015 at 2:52 PM, COG  wrote:
> Hi Robert:  Thanks for the insight,  will probably wait till Jessie becomes
> 'stable'.

We are in freeze mode... So probally a month or two away..

But feel free to try the snapshots out:

http://rcn-ee.net/rootfs/bb.org/testing/2015-01-25/lxqt-4gb/BBB-eMMC-flasher-debian-jessie-lxqt-4gb-armhf-2015-01-25-4gb.img.xz

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] How to install Python 3.x on my Rev 'C' (running Debian) BBB?

2015-01-26 Thread COG
Hi Robert:  Thanks for the insight,  will probably wait till Jessie becomes 
'stable'.

On Monday, January 26, 2015 at 9:46:52 AM UTC-4, RobertCNelson wrote:
>
> On Mon, Jan 26, 2015 at 12:34 AM, COG > 
> wrote: 
> > 
> > Dear Sir/Madam: 
> > 
> > I would like to install Python 3.x (preferably version 3.4) on my BBB 
> that 
> > is running the Debian OS.  Can anyone help? 
> > 
> > I tried #apt-get install python33 
> > But got this error: 
> > E: Unable to locate package python33 
>
> Well "python33" doesn't exist in debian, as it's 'python3' 
>
> https://packages.debian.org/wheezy/python3 
>
> Anywho: 
>
> wheezy: 3.2.3 
> jessie: 3.4.2 
>
> So if you want 3.4 your going to have to upgrade... 
>
> Regards, 
>
> -- 
> Robert Nelson 
> http://www.rcn-ee.com/ 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] How to install Python 3.x on my Rev 'C' (running Debian) BBB?

2015-01-26 Thread COG
Hi Elena:  Thanks for the two suggestions...the first one worked and the 
second one will be very helpful in the future.

On Monday, January 26, 2015 at 5:13:42 AM UTC-4, Elena Grandi wrote:
>
> On 2015-01-25 at 22:34:37 -0800, COG wrote: 
> > I would like to install Python 3.x (*preferably version 3.4*) on my BBB 
> > that is running the Debian OS.  Can anyone help? 
> > 
> > I tried #apt-get install python33 
> > But got this error: 
> > E: Unable to locate package python33 
>
> did you try: 
>
> # apt-get install python3 
>
> (I admit that searching for it with apt-cache is not really useful, but 
> https://www.debian.org/distrib/packages could help) 
>
> -- 
> Elena ``of Valhalla'' 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] How to install Python 3.x on my Rev 'C' (running Debian) BBB?

2015-01-26 Thread Robert Nelson
On Mon, Jan 26, 2015 at 12:34 AM, COG  wrote:
>
> Dear Sir/Madam:
>
> I would like to install Python 3.x (preferably version 3.4) on my BBB that
> is running the Debian OS.  Can anyone help?
>
> I tried #apt-get install python33
> But got this error:
> E: Unable to locate package python33

Well "python33" doesn't exist in debian, as it's 'python3'

https://packages.debian.org/wheezy/python3

Anywho:

wheezy: 3.2.3
jessie: 3.4.2

So if you want 3.4 your going to have to upgrade...

Regards,

-- 
Robert Nelson
http://www.rcn-ee.com/

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] How to install Python 3.x on my Rev 'C' (running Debian) BBB?

2015-01-26 Thread DLF
Hi,

when I see an error like that, I always *make sure my date & time are set 
properly* and then run

apt-get update
apt-get install **

I'm not at my BBB to test, so I'm not sure if this would fix your problem 
or not

On Monday, 26 January 2015 10:13:42 UTC+1, Elena Grandi wrote:
>
> On 2015-01-25 at 22:34:37 -0800, COG wrote: 
> > I would like to install Python 3.x (*preferably version 3.4*) on my BBB 
> > that is running the Debian OS.  Can anyone help? 
> > 
> > I tried #apt-get install python33 
> > But got this error: 
> > E: Unable to locate package python33 
>
> did you try: 
>
> # apt-get install python3 
>
> (I admit that searching for it with apt-cache is not really useful, but 
> https://www.debian.org/distrib/packages could help) 
>
> -- 
> Elena ``of Valhalla'' 
>

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [beagleboard] How to install Python 3.x on my Rev 'C' (running Debian) BBB?

2015-01-26 Thread Elena ``of Valhalla''
On 2015-01-25 at 22:34:37 -0800, COG wrote:
> I would like to install Python 3.x (*preferably version 3.4*) on my BBB 
> that is running the Debian OS.  Can anyone help?
> 
> I tried #apt-get install python33
> But got this error:
> E: Unable to locate package python33

did you try:

# apt-get install python3

(I admit that searching for it with apt-cache is not really useful, but 
https://www.debian.org/distrib/packages could help)

-- 
Elena ``of Valhalla''

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[beagleboard] How to install Python 3.x on my Rev 'C' (running Debian) BBB?

2015-01-25 Thread COG

Dear Sir/Madam:

I would like to install Python 3.x (*preferably version 3.4*) on my BBB 
that is running the Debian OS.  Can anyone help?

I tried #apt-get install python33
But got this error:
E: Unable to locate package python33

Regards
Roger

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.