Re: [9fans] Any examples of using the py9p client code?

2015-03-25 Thread Skip Tavakkolian
it is easy using Go https://github.com/9fans/go On Wed, Mar 25, 2015 at 12:55 AM 6o205z...@sneakemail.com wrote: Can anyone point me at an example of using the py9p (http://mirtchovski.com/p9/py9p/ or https://pypi.python.org/pypi/py9p/1.0.8) client code to talk to a server. I've been

[9fans] Any examples of using the py9p client code?

2015-03-25 Thread 6o205zd02
Can anyone point me at an example of using the py9p (http://mirtchovski.com/p9/py9p/ or https://pypi.python.org/pypi/py9p/1.0.8) client code to talk to a server. I've been playing around with a little bit, but haven't had any luck. More specifically, I would like to use it to write a client

Re: [9fans] ACME Getall ?

2015-03-25 Thread Aram Santogidis
Great, your suggestion solves my problem. Thanks Antons. On Tue, Mar 24, 2015 at 7:38 PM, Antons Suspans an...@ml.lv wrote: I guess you could try: Edit X/^'.. ./ e The leading apostrophe selects dirty windows (also directories won't match), and the trailing dot (note the space) ensures

Re: [9fans] Any examples of using the py9p client code?

2015-03-25 Thread Bence Fábián
that doesn't help much if you want to use python though :) How far did you get Peter? Did you get past the auth stage? Have you looked into examples/cl.py ? py9p.Client class should do most of the heavylifting for you. bence 2015-03-25 9:01 GMT+01:00 Skip Tavakkolian skip.tavakkol...@gmail.com:

Re: [9fans] jas' cpython

2015-03-25 Thread Jeff Sickel
On Mar 25, 2015, at 6:12 AM, David du Colombier 0in...@gmail.com wrote: How should I extract files from an .arch archive? disk/mkext -d / cpython-src.arch Once you have that there will be a new v2.7.9 build available in the near future. A huge re-write of ssl.py and _ssl.c (we use

Re: [9fans] jas' cpython

2015-03-25 Thread Giacomo Tesio
Thanks David! 2015-03-25 12:12 GMT+01:00 David du Colombier 0in...@gmail.com: How should I extract files from an .arch archive? disk/mkext -d / cpython-src.arch -- David du Colombier

Re: [9fans] Any examples of using the py9p client code?

2015-03-25 Thread Skip Tavakkolian
he asked Is that even possible?, hence my suggestion. On Wed, Mar 25, 2015 at 3:12 AM Bence Fábián beg...@gmail.com wrote: that doesn't help much if you want to use python though :) How far did you get Peter? Did you get past the auth stage? Have you looked into examples/cl.py ? py9p.Client

Re: [9fans] jas' cpython

2015-03-25 Thread David du Colombier
How should I extract files from an .arch archive? disk/mkext -d / cpython-src.arch -- David du Colombier

[9fans] jas' cpython

2015-03-25 Thread Giacomo Tesio
I feel a bit dumb, but I can't grasp how to extracts file from http://plan9.bell-labs.com/sources/contrib/jas/cpython-src.arch.bz2 and http://plan9.bell-labs.com/sources/contrib/jas/hg-src.arch.bz2 tar(1), gzip(1) and ar(1) did not helped. How should I extract files from an .arch archive?