9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Python3 for Plan9
@ 2013-08-12 23:13 Devyn Collier Johnson
  2013-08-12 23:16 ` Jacob Todd
  2013-08-12 23:23 ` erik quanstrom
  0 siblings, 2 replies; 12+ messages in thread
From: Devyn Collier Johnson @ 2013-08-12 23:13 UTC (permalink / raw)
  To: 9fans

Aloha Plan9 fans!

    I am new to Plan9 and I plan to use it for robotics. However, I am
unable to find a Python3 interpreter that would run on a Plan9 system on
an ARM system. Does such a package exist?

Mahalo,

DevynCJohnson@Gmail.com



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] Python3 for Plan9
  2013-08-12 23:13 [9fans] Python3 for Plan9 Devyn Collier Johnson
@ 2013-08-12 23:16 ` Jacob Todd
  2013-08-12 23:23 ` erik quanstrom
  1 sibling, 0 replies; 12+ messages in thread
From: Jacob Todd @ 2013-08-12 23:16 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

No, sorry.

On Mon, Aug 12, 2013 at 7:13 PM, Devyn Collier Johnson
<devyncjohnson@gmail.com> wrote:
> Aloha Plan9 fans!
>
>    I am new to Plan9 and I plan to use it for robotics. However, I am unable
> to find a Python3 interpreter that would run on a Plan9 system on an ARM
> system. Does such a package exist?
>
> Mahalo,
>
> DevynCJohnson@Gmail.com
>



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] Python3 for Plan9
  2013-08-12 23:13 [9fans] Python3 for Plan9 Devyn Collier Johnson
  2013-08-12 23:16 ` Jacob Todd
@ 2013-08-12 23:23 ` erik quanstrom
  2013-08-13  1:35   ` Devyn Collier Johnson
  1 sibling, 1 reply; 12+ messages in thread
From: erik quanstrom @ 2013-08-12 23:23 UTC (permalink / raw)
  To: 9fans

On Mon Aug 12 19:15:36 EDT 2013, devyncjohnson@gmail.com wrote:
> Aloha Plan9 fans!
>
>     I am new to Plan9 and I plan to use it for robotics. However, I am
> unable to find a Python3 interpreter that would run on a Plan9 system on
> an ARM system. Does such a package exist?

not out o the box, but jas' python port on bitbucket is close.  we haven't
tried out python 3 yet, and we've been ignoring arm but we are following
the tip, so python 3 might just work on 386/amd64.

i- erik



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] Python3 for Plan9
  2013-08-12 23:23 ` erik quanstrom
@ 2013-08-13  1:35   ` Devyn Collier Johnson
  2013-08-13  2:12     ` Matthew Veety
  0 siblings, 1 reply; 12+ messages in thread
From: Devyn Collier Johnson @ 2013-08-13  1:35 UTC (permalink / raw)
  To: 9fans


On 08/12/2013 07:23 PM, erik quanstrom wrote:
> On Mon Aug 12 19:15:36 EDT 2013, devyncjohnson@gmail.com wrote:
>> Aloha Plan9 fans!
>>
>>      I am new to Plan9 and I plan to use it for robotics. However, I am
>> unable to find a Python3 interpreter that would run on a Plan9 system on
>> an ARM system. Does such a package exist?
> not out o the box, but jas' python port on bitbucket is close.  we haven't
> tried out python 3 yet, and we've been ignoring arm but we are following
> the tip, so python 3 might just work on 386/amd64.
>
> i- erik
>

Thanks anyway. I am new to cross compiling, so I assume it is not as
easy as downloading the source code and compiling?

Mahalo,

DevynCJohnson@Gmail.com



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] Python3 for Plan9
  2013-08-13  1:35   ` Devyn Collier Johnson
@ 2013-08-13  2:12     ` Matthew Veety
  2013-08-13 11:58       ` Devyn Collier Johnson
  0 siblings, 1 reply; 12+ messages in thread
From: Matthew Veety @ 2013-08-13  2:12 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

No it is. Just use the compilers for the other arch.

On Aug 12, 2013, at 21:35, Devyn Collier Johnson <devyncjohnson@gmail.com> wrote:

> 
> On 08/12/2013 07:23 PM, erik quanstrom wrote:
>> On Mon Aug 12 19:15:36 EDT 2013, devyncjohnson@gmail.com wrote:
>>> Aloha Plan9 fans!
>>> 
>>>     I am new to Plan9 and I plan to use it for robotics. However, I am
>>> unable to find a Python3 interpreter that would run on a Plan9 system on
>>> an ARM system. Does such a package exist?
>> not out o the box, but jas' python port on bitbucket is close.  we haven't
>> tried out python 3 yet, and we've been ignoring arm but we are following
>> the tip, so python 3 might just work on 386/amd64.
>> 
>> i- erik
> 
> Thanks anyway. I am new to cross compiling, so I assume it is not as easy as downloading the source code and compiling?
> 
> Mahalo,
> 
> DevynCJohnson@Gmail.com
> 



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] Python3 for Plan9
  2013-08-13  2:12     ` Matthew Veety
@ 2013-08-13 11:58       ` Devyn Collier Johnson
  2013-08-14  4:40         ` michaelian ennis
  0 siblings, 1 reply; 12+ messages in thread
From: Devyn Collier Johnson @ 2013-08-13 11:58 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


On 08/12/2013 10:12 PM, Matthew Veety wrote:
> No it is. Just use the compilers for the other arch.
>
> On Aug 12, 2013, at 21:35, Devyn Collier Johnson <devyncjohnson@gmail.com> wrote:
>
>> On 08/12/2013 07:23 PM, erik quanstrom wrote:
>>> On Mon Aug 12 19:15:36 EDT 2013, devyncjohnson@gmail.com wrote:
>>>> Aloha Plan9 fans!
>>>>
>>>>      I am new to Plan9 and I plan to use it for robotics. However, I am
>>>> unable to find a Python3 interpreter that would run on a Plan9 system on
>>>> an ARM system. Does such a package exist?
>>> not out o the box, but jas' python port on bitbucket is close.  we haven't
>>> tried out python 3 yet, and we've been ignoring arm but we are following
>>> the tip, so python 3 might just work on 386/amd64.
>>>
>>> i- erik
>> Thanks anyway. I am new to cross compiling, so I assume it is not as easy as downloading the source code and compiling?
>>
>> Mahalo,
>>
>> DevynCJohnson@Gmail.com
>>

Thanks! I will try that sometime.

Mahalo,

DCJ



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] Python3 for Plan9
  2013-08-13 11:58       ` Devyn Collier Johnson
@ 2013-08-14  4:40         ` michaelian ennis
  2013-08-16 21:52           ` Jeff Sickel
  0 siblings, 1 reply; 12+ messages in thread
From: michaelian ennis @ 2013-08-14  4:40 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 1435 bytes --]

I think you will find most things sought after from python 3 are available
in 2.7.  In addition there is a plan9 module included giving you the
building blocks to build plan9-centric tools.
https://bitbucket.org/jas/cpython

Ian


On Tue, Aug 13, 2013 at 4:58 AM, Devyn Collier Johnson <
devyncjohnson@gmail.com> wrote:

>
> On 08/12/2013 10:12 PM, Matthew Veety wrote:
>
>> No it is. Just use the compilers for the other arch.
>>
>> On Aug 12, 2013, at 21:35, Devyn Collier Johnson <devyncjohnson@gmail.com>
>> wrote:
>>
>>  On 08/12/2013 07:23 PM, erik quanstrom wrote:
>>>
>>>> On Mon Aug 12 19:15:36 EDT 2013, devyncjohnson@gmail.com wrote:
>>>>
>>>>> Aloha Plan9 fans!
>>>>>
>>>>>      I am new to Plan9 and I plan to use it for robotics. However, I am
>>>>> unable to find a Python3 interpreter that would run on a Plan9 system
>>>>> on
>>>>> an ARM system. Does such a package exist?
>>>>>
>>>> not out o the box, but jas' python port on bitbucket is close.  we
>>>> haven't
>>>> tried out python 3 yet, and we've been ignoring arm but we are following
>>>> the tip, so python 3 might just work on 386/amd64.
>>>>
>>>> i- erik
>>>>
>>> Thanks anyway. I am new to cross compiling, so I assume it is not as
>>> easy as downloading the source code and compiling?
>>>
>>> Mahalo,
>>>
>>> DevynCJohnson@Gmail.com
>>>
>>>
> Thanks! I will try that sometime.
>
> Mahalo,
>
> DCJ
>
>

[-- Attachment #2: Type: text/html, Size: 2438 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] Python3 for Plan9
  2013-08-14  4:40         ` michaelian ennis
@ 2013-08-16 21:52           ` Jeff Sickel
  2013-08-16 22:23             ` Steven Stallion
  2013-08-17  0:21             ` Devyn Collier Johnson
  0 siblings, 2 replies; 12+ messages in thread
From: Jeff Sickel @ 2013-08-16 21:52 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Just remember that there is a small mercurial dependency that's currently not
fully tracked.  Our patches to Selenic have started to be rolled in, but it may
still take a few more days before a Mercurial 2.7.1 release that has all of our
changes in place.

Feel free to track the cpython bitbucket fork for our most recent changes.
The mercurial pieces will be updated in short order.  And, as time allows, I'll
try my best to remember to push changes up to my contrib area on sources.

-jas



On Aug 13, 2013, at 11:40 PM, michaelian ennis <michaelian.ennis@gmail.com> wrote:

> I think you will find most things sought after from python 3 are available in 2.7.  In addition there is a plan9 module included giving you the building blocks to build plan9-centric tools.  https://bitbucket.org/jas/cpython
> 
> Ian
> 
> 
> On Tue, Aug 13, 2013 at 4:58 AM, Devyn Collier Johnson <devyncjohnson@gmail.com> wrote:
> 
> On 08/12/2013 10:12 PM, Matthew Veety wrote:
> No it is. Just use the compilers for the other arch.
> 
> On Aug 12, 2013, at 21:35, Devyn Collier Johnson <devyncjohnson@gmail.com> wrote:
> 
> On 08/12/2013 07:23 PM, erik quanstrom wrote:
> On Mon Aug 12 19:15:36 EDT 2013, devyncjohnson@gmail.com wrote:
> Aloha Plan9 fans!
> 
>      I am new to Plan9 and I plan to use it for robotics. However, I am
> unable to find a Python3 interpreter that would run on a Plan9 system on
> an ARM system. Does such a package exist?
> not out o the box, but jas' python port on bitbucket is close.  we haven't
> tried out python 3 yet, and we've been ignoring arm but we are following
> the tip, so python 3 might just work on 386/amd64.
> 
> i- erik
> Thanks anyway. I am new to cross compiling, so I assume it is not as easy as downloading the source code and compiling?
> 
> Mahalo,
> 
> DevynCJohnson@Gmail.com
> 
> 
> Thanks! I will try that sometime.
> 
> Mahalo,
> 
> DCJ
> 
> 




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] Python3 for Plan9
  2013-08-16 21:52           ` Jeff Sickel
@ 2013-08-16 22:23             ` Steven Stallion
  2013-08-17  0:21             ` Devyn Collier Johnson
  1 sibling, 0 replies; 12+ messages in thread
From: Steven Stallion @ 2013-08-16 22:23 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Interesting. Your factotum change broke global authentication. The
purpose of the * realm (look at the comments at the top of
factotum.py) was intended to act as a default. Please fix this.

On Fri, Aug 16, 2013 at 2:52 PM, Jeff Sickel <jas@corpus-callosum.com> wrote:
> Just remember that there is a small mercurial dependency that's currently not
> fully tracked.  Our patches to Selenic have started to be rolled in, but it may
> still take a few more days before a Mercurial 2.7.1 release that has all of our
> changes in place.
>
> Feel free to track the cpython bitbucket fork for our most recent changes.
> The mercurial pieces will be updated in short order.  And, as time allows, I'll
> try my best to remember to push changes up to my contrib area on sources.
>
> -jas
>
>
>
> On Aug 13, 2013, at 11:40 PM, michaelian ennis <michaelian.ennis@gmail.com> wrote:
>
>> I think you will find most things sought after from python 3 are available in 2.7.  In addition there is a plan9 module included giving you the building blocks to build plan9-centric tools.  https://bitbucket.org/jas/cpython
>>
>> Ian
>>
>>
>> On Tue, Aug 13, 2013 at 4:58 AM, Devyn Collier Johnson <devyncjohnson@gmail.com> wrote:
>>
>> On 08/12/2013 10:12 PM, Matthew Veety wrote:
>> No it is. Just use the compilers for the other arch.
>>
>> On Aug 12, 2013, at 21:35, Devyn Collier Johnson <devyncjohnson@gmail.com> wrote:
>>
>> On 08/12/2013 07:23 PM, erik quanstrom wrote:
>> On Mon Aug 12 19:15:36 EDT 2013, devyncjohnson@gmail.com wrote:
>> Aloha Plan9 fans!
>>
>>      I am new to Plan9 and I plan to use it for robotics. However, I am
>> unable to find a Python3 interpreter that would run on a Plan9 system on
>> an ARM system. Does such a package exist?
>> not out o the box, but jas' python port on bitbucket is close.  we haven't
>> tried out python 3 yet, and we've been ignoring arm but we are following
>> the tip, so python 3 might just work on 386/amd64.
>>
>> i- erik
>> Thanks anyway. I am new to cross compiling, so I assume it is not as easy as downloading the source code and compiling?
>>
>> Mahalo,
>>
>> DevynCJohnson@Gmail.com
>>
>>
>> Thanks! I will try that sometime.
>>
>> Mahalo,
>>
>> DCJ
>>
>>
>
>



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] Python3 for Plan9
  2013-08-16 21:52           ` Jeff Sickel
  2013-08-16 22:23             ` Steven Stallion
@ 2013-08-17  0:21             ` Devyn Collier Johnson
  2013-08-17  6:20               ` Alex Jordan
  1 sibling, 1 reply; 12+ messages in thread
From: Devyn Collier Johnson @ 2013-08-17  0:21 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


On 08/16/2013 05:52 PM, Jeff Sickel wrote:
> Just remember that there is a small mercurial dependency that's currently not
> fully tracked.  Our patches to Selenic have started to be rolled in, but it may
> still take a few more days before a Mercurial 2.7.1 release that has all of our
> changes in place.
>
> Feel free to track the cpython bitbucket fork for our most recent changes.
> The mercurial pieces will be updated in short order.  And, as time allows, I'll
> try my best to remember to push changes up to my contrib area on sources.
>
> -jas
>
>
>
> On Aug 13, 2013, at 11:40 PM, michaelian ennis <michaelian.ennis@gmail.com> wrote:
>
>> I think you will find most things sought after from python 3 are available in 2.7.  In addition there is a plan9 module included giving you the building blocks to build plan9-centric tools.  https://bitbucket.org/jas/cpython
>>
>> Ian
>>
>>
>> On Tue, Aug 13, 2013 at 4:58 AM, Devyn Collier Johnson <devyncjohnson@gmail.com> wrote:
>>
>> On 08/12/2013 10:12 PM, Matthew Veety wrote:
>> No it is. Just use the compilers for the other arch.
>>
>> On Aug 12, 2013, at 21:35, Devyn Collier Johnson <devyncjohnson@gmail.com> wrote:
>>
>> On 08/12/2013 07:23 PM, erik quanstrom wrote:
>> On Mon Aug 12 19:15:36 EDT 2013, devyncjohnson@gmail.com wrote:
>> Aloha Plan9 fans!
>>
>>       I am new to Plan9 and I plan to use it for robotics. However, I am
>> unable to find a Python3 interpreter that would run on a Plan9 system on
>> an ARM system. Does such a package exist?
>> not out o the box, but jas' python port on bitbucket is close.  we haven't
>> tried out python 3 yet, and we've been ignoring arm but we are following
>> the tip, so python 3 might just work on 386/amd64.
>>
>> i- erik
>> Thanks anyway. I am new to cross compiling, so I assume it is not as easy as downloading the source code and compiling?
>>
>> Mahalo,
>>
>> DevynCJohnson@Gmail.com
>>
>>
>> Thanks! I will try that sometime.
>>
>> Mahalo,
>>
>> DCJ
>>
>>
>


I downloaded the Python 3.3.2 code and cross-compiled it for ARM
systems. I currently do not have an ARM Plan9 system to test this on. Is
there some special Plan9 repository for Plan9 like how many Linux
developers have Launchpad and Github? How can I be the "official ARM
Plan9 Python3 supplier"?

I am new to Plan9. I know there is a lot of documentation on the
Internet, but is there anything in particular that is highly recommended?


Mahalo,

DevynCJohnson@Gmail.com



^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] Python3 for Plan9
  2013-08-17  0:21             ` Devyn Collier Johnson
@ 2013-08-17  6:20               ` Alex Jordan
  2013-08-17 11:03                 ` Devyn Collier Johnson
  0 siblings, 1 reply; 12+ messages in thread
From: Alex Jordan @ 2013-08-17  6:20 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 2733 bytes --]

On Aug 16, 2013 8:22 PM, "Devyn Collier Johnson" <devyncjohnson@gmail.com>
wrote:
>
>
> On 08/16/2013 05:52 PM, Jeff Sickel wrote:
>>
>> Just remember that there is a small mercurial dependency that's
currently not
>> fully tracked.  Our patches to Selenic have started to be rolled in, but
it may
>> still take a few more days before a Mercurial 2.7.1 release that has all
of our
>> changes in place.
>>
>> Feel free to track the cpython bitbucket fork for our most recent
changes.
>> The mercurial pieces will be updated in short order.  And, as time
allows, I'll
>> try my best to remember to push changes up to my contrib area on sources.
>>
>> -jas
>>
>>
>>
>> On Aug 13, 2013, at 11:40 PM, michaelian ennis <
michaelian.ennis@gmail.com> wrote:
>>
>>> I think you will find most things sought after from python 3 are
available in 2.7.  In addition there is a plan9 module included giving you
the building blocks to build plan9-centric tools.
https://bitbucket.org/jas/cpython
>>>
>>> Ian
>>>
>>>
>>> On Tue, Aug 13, 2013 at 4:58 AM, Devyn Collier Johnson <
devyncjohnson@gmail.com> wrote:
>>>
>>> On 08/12/2013 10:12 PM, Matthew Veety wrote:
>>> No it is. Just use the compilers for the other arch.
>>>
>>> On Aug 12, 2013, at 21:35, Devyn Collier Johnson <
devyncjohnson@gmail.com> wrote:
>>>
>>> On 08/12/2013 07:23 PM, erik quanstrom wrote:
>>> On Mon Aug 12 19:15:36 EDT 2013, devyncjohnson@gmail.com wrote:
>>> Aloha Plan9 fans!
>>>
>>>       I am new to Plan9 and I plan to use it for robotics. However, I am
>>> unable to find a Python3 interpreter that would run on a Plan9 system on
>>> an ARM system. Does such a package exist?
>>> not out o the box, but jas' python port on bitbucket is close.  we
haven't
>>> tried out python 3 yet, and we've been ignoring arm but we are following
>>> the tip, so python 3 might just work on 386/amd64.
>>>
>>> i- erik
>>> Thanks anyway. I am new to cross compiling, so I assume it is not as
easy as downloading the source code and compiling?
>>>
>>> Mahalo,
>>>
>>> DevynCJohnson@Gmail.com
>>>
>>>
>>> Thanks! I will try that sometime.
>>>
>>> Mahalo,
>>>
>>> DCJ
>>>
>>>
>>
>
>
> I downloaded the Python 3.3.2 code and cross-compiled it for ARM systems.
I currently do not have an ARM Plan9 system to test this on. Is there some
special Plan9 repository for Plan9 like how many Linux developers have
Launchpad and Github? How can I be the "official ARM Plan9 Python3
supplier"?
>
> I am new to Plan9. I know there is a lot of documentation on the
Internet, but is there anything in particular that is highly recommended?
>
>
> Mahalo,
>
> DevynCJohnson@Gmail.com
>
Get a contrib directory.

[-- Attachment #2: Type: text/html, Size: 3839 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [9fans] Python3 for Plan9
  2013-08-17  6:20               ` Alex Jordan
@ 2013-08-17 11:03                 ` Devyn Collier Johnson
  0 siblings, 0 replies; 12+ messages in thread
From: Devyn Collier Johnson @ 2013-08-17 11:03 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 779 bytes --]


On 08/17/2013 02:20 AM, Alex Jordan wrote:
>
> On Aug 16, 2013 8:22 PM, "Devyn Collier Johnson"
> <devyncjohnson@gmail.com <mailto:devyncjohnson@gmail.com>> wrote:
>
> > I downloaded the Python 3.3.2 code and cross-compiled it for ARM
> systems. I currently do not have an ARM Plan9 system to test this on.
> Is there some special Plan9 repository for Plan9 like how many Linux
> developers have Launchpad and Github? How can I be the "official ARM
> Plan9 Python3 supplier"?
> >
> > I am new to Plan9. I know there is a lot of documentation on the
> Internet, but is there anything in particular that is highly recommended?
> >
> >
> > Mahalo,
> >
> > DevynCJohnson@Gmail.com
> >
>
> Get a contrib directory.
>

Thanks! I will look into that.

DCJ


[-- Attachment #2: Type: text/html, Size: 1688 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-08-17 11:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-12 23:13 [9fans] Python3 for Plan9 Devyn Collier Johnson
2013-08-12 23:16 ` Jacob Todd
2013-08-12 23:23 ` erik quanstrom
2013-08-13  1:35   ` Devyn Collier Johnson
2013-08-13  2:12     ` Matthew Veety
2013-08-13 11:58       ` Devyn Collier Johnson
2013-08-14  4:40         ` michaelian ennis
2013-08-16 21:52           ` Jeff Sickel
2013-08-16 22:23             ` Steven Stallion
2013-08-17  0:21             ` Devyn Collier Johnson
2013-08-17  6:20               ` Alex Jordan
2013-08-17 11:03                 ` Devyn Collier Johnson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).