From bram.degreve at gmail.com Fri Dec 1 12:31:53 2006 From: bram.degreve at gmail.com (Bram de Greve) Date: Fri, 1 Dec 2006 12:31:53 +0100 Subject: SVN access problems ... Message-ID: <1d5b08270612010331o5f9b778ela9a09ab535efc7d6@mail.gmail.com> Hi all, I've just got on board to help merging the recent pyshapelib patches in the SVN, but I got a small problem: I can't get developer's access to the SVN. I've tried this: svn checkout svn+ssh://bramz at scm.wald.intevation.org/thuban/trunk And I've got this as result: Permission denied (publickey,keyboard-interactive). svn: Connection closed unexpectedly Can anyone help? =) Thanks, Bramz -- hi, i'm a signature viruz, plz set me as your signature and help me spread :) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.intevation.de/pipermail/thuban-devel/attachments/20061201/9b2c716a/attachment.html From dpinte at itae.be Sat Dec 2 14:34:04 2006 From: dpinte at itae.be (Didrik Pinte) Date: Sat, 02 Dec 2006 14:34:04 +0100 Subject: SVN access problems ... In-Reply-To: <1d5b08270612010331o5f9b778ela9a09ab535efc7d6@mail.gmail.com> References: <1d5b08270612010331o5f9b778ela9a09ab535efc7d6@mail.gmail.com> Message-ID: <1165066444.28825.278515491@webmail.messagingengine.com> On Fri, 1 Dec 2006 12:31:53 +0100, "Bram de Greve" said: > Hi all, > > I've just got on board to help merging the recent pyshapelib patches in > the > SVN, but I got a small problem: I can't get developer's access to the > SVN. > I've tried this: > > svn checkout svn+ssh://bramz at scm.wald.intevation.org/thuban/trunk > > And I've got this as result: > > Permission denied (publickey,keyboard-interactive). > svn: Connection closed unexpectedly > > Can anyone help? =) > > Thanks, > Bramz > Hi Bramz, Have you uploaded your ssh public key on wald ? If not, that's the problem Solution : Sign in --> My account --> bottom of the page "Shell Account Information": add you public key Didrik From bernhard at intevation.de Sat Dec 2 19:52:12 2006 From: bernhard at intevation.de (Bernhard Reiter) Date: Sat, 2 Dec 2006 19:52:12 +0100 Subject: SVN access problems ... In-Reply-To: <1d5b08270612010331o5f9b778ela9a09ab535efc7d6@mail.gmail.com> References: <1d5b08270612010331o5f9b778ela9a09ab535efc7d6@mail.gmail.com> Message-ID: <200612021952.16947.bernhard@intevation.de> On Friday 01 December 2006 12:31, Bram de Greve wrote: > I've just got on board to help merging the recent pyshapelib patches in the > SVN, but I got a small problem: I can't get developer's access to the SVN. > I've tried this: > > svn checkout svn+ssh://bramz at scm.wald.intevation.org/thuban/trunk > > And I've got this as result: > > Permission denied (publickey,keyboard-interactive). > svn: Connection closed unexpectedly Did you register your ssh2 key with wald? If it still does not work, create a problem report for the wald site-admin project or mail admin (at) intevation.de. Best, Bernhard -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/thuban-devel/attachments/20061202/45c6166a/attachment.bin From bram.degreve at gmail.com Mon Dec 4 10:52:53 2006 From: bram.degreve at gmail.com (Bram de Greve) Date: Mon, 4 Dec 2006 10:52:53 +0100 Subject: SVN access problems ... In-Reply-To: <200612021952.16947.bernhard@intevation.de> References: <1d5b08270612010331o5f9b778ela9a09ab535efc7d6@mail.gmail.com> <200612021952.16947.bernhard@intevation.de> Message-ID: <1d5b08270612040152q3380ebc5m9f7ba72df2944beb@mail.gmail.com> On 12/2/06, Bernhard Reiter wrote: > > > Did you register your ssh2 key with wald? > If it still does not work, create a problem report for the wald site-admin > project or mail admin (at) intevation.de. I was on and off the internet this weekend, but by now I've been able to register my ssh2 key as Didrik suggested. It works perfectly. Thanks. I'll try to build and install thuban as is, and then we can move on to the merge =). Cheers, Bramz -- hi, i'm a signature viruz, plz set me as your signature and help me spread :) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.intevation.de/pipermail/thuban-devel/attachments/20061204/37b43e12/attachment.html From charles.mccreary at crmeng.com Mon Dec 18 00:58:50 2006 From: charles.mccreary at crmeng.com (Charles R. McCreary) Date: Sun, 17 Dec 2006 17:58:50 -0600 Subject: Error in dock.py? Message-ID: <4585D9BA.9020803@crmeng.com> Line 378 in dock.py: headerBox.Add(1, 5, 1, wxGROW) I get the following exception: TypeError: wx.Window, wx.Sizer, wx.Size, or (w,h) expected for item What is being added to the static box sizer? This the released version ubuntu edgy wx 2.6.3 python 2.4 From charles.mccreary at crmeng.com Mon Dec 18 00:27:49 2006 From: charles.mccreary at crmeng.com (Charles R. McCreary) Date: Sun, 17 Dec 2006 17:27:49 -0600 Subject: python MRO in ClassGroupPropertiesCtrl Message-ID: <4585D275.1070800@crmeng.com> While stepping through the code using the Wing IDE debugger, python threw a MRO exception while processing class ClassGroupPropertiesCtrl Python: Python 2.4.4c1 wx: 2.6.3 Changing the inheritance from class ClassGroupPropertiesCtrl(wxWindow, wxControl): to class ClassGroupPropertiesCtrl(wxControl,wxWindow): fixes the MRO exception. From bh at intevation.de Mon Dec 18 11:53:30 2006 From: bh at intevation.de (Bernhard Herzog) Date: Mon, 18 Dec 2006 11:53:30 +0100 Subject: python MRO in ClassGroupPropertiesCtrl In-Reply-To: <4585D275.1070800@crmeng.com> (Charles R. McCreary's message of "Sun\, 17 Dec 2006 17\:27\:49 -0600") References: <4585D275.1070800@crmeng.com> Message-ID: "Charles R. McCreary" writes: > Changing the inheritance from > class ClassGroupPropertiesCtrl(wxWindow, wxControl): > to > class ClassGroupPropertiesCtrl(wxControl,wxWindow): > fixes the MRO exception. This has been solved in SVN by simply deriving from wxControl alone, since wxControl is itself a subclass of wxWindow. Bernhard -- Intevation GmbH http://intevation.de/ Skencil http://skencil.org/ Thuban http://thuban.intevation.org/ From bernhard at intevation.de Tue Dec 19 12:54:21 2006 From: bernhard at intevation.de (Bernhard Reiter) Date: Tue, 19 Dec 2006 12:54:21 +0100 Subject: Error in dock.py? In-Reply-To: <4585D9BA.9020803@crmeng.com> References: <4585D9BA.9020803@crmeng.com> Message-ID: <200612191254.23207.bernhard@intevation.de> On Monday 18 December 2006 00:58, Charles R. McCreary wrote: > Line 378 in dock.py: > headerBox.Add(1, 5, 1, wxGROW) > I get the following exception: > TypeError: wx.Window, wx.Sizer, wx.Size, or (w,h) expected for item > What is being added to the static box sizer? > This the released version > ubuntu edgy > wx 2.6.3 > python 2.4 Thanks for the report. How can you trigger the problem? I would also welcome you to try a recent SVN version, we did quite a few improvments and improved the wx2.6 support. Bernhard -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.intevation.de/pipermail/thuban-devel/attachments/20061219/de9af174/attachment.bin