Re: A Pyhurd project

2008-05-20 Thread Anatoly A. Kazantsev
On Mon, 19 May 2008 22:46:46 +0200 Arne Babenhauserheide <[EMAIL PROTECTED]> wrote: > I just saw that you registered. > > Could you try pushing to the repo? I tryed and got 404 error :-( [EMAIL PROTECTED]:~/hg/pyhurd$ hg push http://freehg.org/u/ArneBab/pyhurd/ pushing to http://freehg.org/u/

Re: A Pyhurd project

2008-05-19 Thread Arne Babenhauserheide
I just saw that you registered. Could you try pushing to the repo? Best wishes, Arne El Monday, 19 de May de 2008 11:38:56 Anatoly A. Kazantsev escribió: > On Mon, 19 May 2008 10:47:34 +0200 > > Arne Babenhauserheide <[EMAIL PROTECTED]> wrote: > > It's online :) > > > > http://freehg.org/u/A

Re: A Pyhurd project

2008-05-19 Thread Arne Babenhauserheide
El Monday, 19 de May de 2008 11:38:56 Anatoly A. Kazantsev escribió: > > http://freehg.org/u/ArneBab/pyhurd/ > > OK, I see. Do I need register on freehg.org to have a write access to repo? Yes (it's free). I'll then add you to the Owners, and then you'll have full access. > Let's solve problems

Re: A Pyhurd project

2008-05-19 Thread Anatoly A. Kazantsev
On Mon, 19 May 2008 10:47:34 +0200 Arne Babenhauserheide <[EMAIL PROTECTED]> wrote: > It's online :) > > http://freehg.org/u/ArneBab/pyhurd/ OK, I see. Do I need register on freehg.org to have a write access to repo? > The logs when trying to install on my Hurd box are attached. > pyhurd/pyhur

Re: A Pyhurd project

2008-05-19 Thread Anatoly A. Kazantsev
On Mon, 19 May 2008 10:36:09 +0200 Samuel Thibault <[EMAIL PROTECTED]> wrote: > There is also now an ncurses frontend in qemu, to copy&paste text mode > messages. Hm, never hear about it. -- Anatoly A. Kazantsev Protect your digital freedom and privacy, eliminate DRM, learn more at http://www.

Re: A Pyhurd project

2008-05-19 Thread Arne Babenhauserheide
El Monday, 19 de May de 2008 10:05:57 Anatoly A. Kazantsev escribió: > > The errors are contained in my qemu hurd machine, but if you'd like to > > have a look, I can work out a way to get them out :) > > No, I haven't setup a VCS for this project. If you can, please setup > Mercurial for the first

Re: A Pyhurd project

2008-05-19 Thread Samuel Thibault
Anatoly A. Kazantsev, le Mon 19 May 2008 15:05:57 +0700, a écrit : > For transferring files between your host > and qemu you can use ssh-connections within mc. There is also now an ncurses frontend in qemu, to copy&paste text mode messages. Samuel

Re: A Pyhurd project

2008-05-19 Thread Anatoly A. Kazantsev
On Sun, 18 May 2008 23:38:15 +0200 Arne Babenhauserheide <[EMAIL PROTECTED]> wrote: > Do you already work within a VCS (Mercurial, Bazaar, git, ...)? > > If not, I could quickly put one online to be able to work together more > efficiently. > > Sadly python setup.py install doesn't work for m

Re: A Pyhurd project

2008-05-18 Thread Arne Babenhauserheide
Do you already work within a VCS (Mercurial, Bazaar, git, ...)? If not, I could quickly put one online to be able to work together more efficiently. Sadly python setup.py install doesn't work for me. The errors are contained in my qemu hurd machine, but if you'd like to have a look, I can w

Re: A Pyhurd project

2008-05-18 Thread Anatoly A. Kazantsev
On Fri, 16 May 2008 16:50:56 +0700 "Anatoly A. Kazantsev" <[EMAIL PROTECTED]> wrote: > OK. I will prepare and upload package to pypi. PyHurd source already uploaded to pypi, see http://pypi.python.org/pypi/PyHurd/0.0.0a1 For this it's not installable with easy_install :-( Install Cython 0.9.6.1

Re: A Pyhurd project

2008-05-16 Thread Anatoly A. Kazantsev
On Thu, 15 May 2008 21:26:01 +0200 Arne Babenhauserheide <[EMAIL PROTECTED]> wrote: > I think it would still be nice to be able to get it via easy_install. > > It's far more comfortable than having to copy it from my local machine to my > Hurd somehow :) > > And it does give the Hurd additiona

Re: A Pyhurd project

2008-05-15 Thread Arne Babenhauserheide
El Thursday, 15 de May de 2008 04:33:40 Anatoly A. Kazantsev escribió: > Actually there's nothing to upload :-) > > I just created a simple IO object with 'read', 'write' and 'readable' > methods and wrap one hurd specific function from glibc - > 'file_name_lookup'. > And it allow me to rewrite wit

Re: A Pyhurd project

2008-05-14 Thread Anatoly A. Kazantsev
On Wed, 14 May 2008 23:36:22 +0200 Arne Babenhauserheide <[EMAIL PROTECTED]> wrote: > First: I'm really happy to see pyhurd! > > Python is the language I feel most comfortable in, and to be able to > experiment with and work on the Hurd in Python is great! > > Many thanks! I have same feelin

Re: A Pyhurd project

2008-05-14 Thread Arne Babenhauserheide
First: I'm really happy to see pyhurd! Python is the language I feel most comfortable in, and to be able to experiment with and work on the Hurd in Python is great! Many thanks! I have one (simple) question, though: Is there a specific reason, why you didn't upload pyhurd to the Python Pa