Re: [PythonCE] developers inquiry

2008-03-17 Thread Brad Clements
Joseph Armbruster wrote: > Christopher, > > Is there any way to switch the repo from cvs to svn in SF? That's turning me > off from wanting to put code in there. If it's all out of date, midas well > just take the snapshots currently available, switch to svn and import them > into > a nice tr

Re: [PythonCE] developers inquiry

2008-03-17 Thread Joseph Armbruster
Christopher, Is there any way to switch the repo from cvs to svn in SF? That's turning me off from wanting to put code in there. If it's all out of date, midas well just take the snapshots currently available, switch to svn and import them into a nice tree structure. Your thoughts? Joseph A

Re: [PythonCE] developers inquiry

2008-03-17 Thread Joseph Armbruster
Christopher, So is there anyone but yourself that is an "active" developer? I will probably not need help doing the port. I would like another set of eyes to review the merge changes, mainly the parts Known to be vital. As of now, I only have to get through /Modules which has tons of change

Re: [PythonCE] developers inquiry

2008-03-17 Thread Christopher Fairbairn
Hi, On Tue Mar 18 13:39 , Ron Guerin <[EMAIL PROTECTED]> sent: >At least not at SourceForge. There is a CVS repo there though. Unless it has changed recently the CVS repository is significantly out of date. I don't think it matches up with any of the previous 3 or 4 releases. The only reliabl

Re: [PythonCE] developers inquiry

2008-03-17 Thread Ron Guerin
Joseph Armbruster wrote: > All, > > I was recently added as a developer to PythonCE on SF. I am attempting to > find > the subversion repository for PythonCE but have had no luck at all. Can > anyone > point me in the right direction? That would have to be because there isn't one. http://so

Re: [PythonCE] developers inquiry

2008-03-17 Thread Christopher Fairbairn
Hi, On Tue Mar 18 13:10 , Joseph Armbruster <[EMAIL PROTECTED]> sent: >I was recently added as a developer to PythonCE on SF. I am attempting to >find >the subversion repository for PythonCE but have had no luck at all. Can >anyone >point me in the right direction? I don't think there is on

[PythonCE] developers inquiry

2008-03-17 Thread Joseph Armbruster
All, I was recently added as a developer to PythonCE on SF. I am attempting to find the subversion repository for PythonCE but have had no luck at all. Can anyone point me in the right direction? Thank You, Joseph Armbruster ___ PythonCE mailing lis

[PythonCE] Printing non-ascii characters

2008-03-17 Thread Wolfgang Schneider
Hello everyone, I try without success to print non-ascii characters to the console. aStr = 'schönes Wetter' uStr = aStr.decode('latin-1')(or simpler: uStr = u'schönes Wetter') print uStr results in >>> schXXnes Wetter (XX indicating non-printable characters) On desktop Python instal

Re: [PythonCE] trunk merge?

2008-03-17 Thread Joseph Armbruster
Luke, Definitely, i'm familiar with svn and will have no problem doing the import and such. Let me know when the account is all situated and i'll get started. For now, I have to head off to work :-) Joseph Armbruster Luke Dunstan wrote: > -- >

Re: [PythonCE] trunk merge?

2008-03-17 Thread Luke Dunstan
-- From: "Joseph Armbruster" <[EMAIL PROTECTED]> Sent: Monday, March 17, 2008 10:46 AM To: Subject: [PythonCE] trunk merge? > All, > > I have spent a good portion of today merging the code published in: > PythonCE-2.5-20061219-source.zip with that o