Hi Robin,
How can I and others help to get Phoenix closer to an official release?
The obvious solution is to clone you a few times, but it is just not yet working:-) .
Werner
Hi Robin,
How can I and others help to get Phoenix closer to an official release?
The obvious solution is to clone you a few times, but it is just not yet working:-) .
Werner
Odd this wasn’t responded to. In Google groups wxPython-dev there was
this post: “Contribute code to wxPython?” Michael Hipp 02/07/14
and this post: “How can I help?” Tomas Schertel 3/27/12
additionally:
http://wiki.wxpython.org/ProjectPhoenix
http://svn.wxwidgets.org/svn/wx/wxPython/
However I have, as of yet, been unable to successfully contribute. I’m on Windows XP with a Pent4 (old version) and the MS-GIT desktop app is incompatible with Windows XP. and the Clone to Desktop button at github just errors for me. I am leery of which to use Push or Pull commands. I’m not a C or C++ contributor, I only do Python now as my C skills are as forgotten as my long gone colorful head of hair.
Next I’ll reinstall the command line git tools.
On Thursday, July 31, 2014 5:49:50 AM UTC-4, werner wrote:
Hi Robin,
How can I and others help to get Phoenix closer to an official release?
The obvious solution is to clone you a few times, but it is just not yet
working:-) .Werner
additionally:
ProjectPhoenix - wxPyWiki
http://svn.wxwidgets.org/svn/wx/wxPython/
GitHub - wxWidgets/Phoenix: wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before.However I have, as of yet, been unable to successfully contribute. I'm on
Windows XP with a Pent4 (old version) and the MS-GIT desktop app is
incompatible with Windows XP.
well, XP is getting pretty crufty...
and the Clone to Desktop button at github just errors for me.
that's what it will do if you don't have a working GitDesktop app going.
But many (most) people use a command line git client with github anyway.
I am leery of which to use Push or Pull commands. I'm not a C or C++
contributor, I only do Python now as my C skills are as forgotten as my
long gone colorful head of hair.
Well, regardless of language, git and gitHub are tools really worth using!
Next I'll reinstall the command line git tools.
that's the way to go -- always worked for me, though I haven't used XP in a
while.
good luck -- git is actually pretty great once you get used to it.
-Chris
On Mon, Nov 24, 2014 at 1:35 PM, DevPlayer <devplayer@gmail.com> wrote:
On Thursday, July 31, 2014 5:49:50 AM UTC-4, werner wrote:
Hi Robin,
How can I and others help to get Phoenix closer to an official release?
The obvious solution is to clone you a few times, but it is just not yet
working:-) .Werner
--
You received this message because you are subscribed to the Google Groups
"wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to wxPython-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
Maybe time for a new PC:)
Have you tried TortoiseGit, ,
it lists XP SP3 as the minimum. It integrates nicely into the
Explorer.
In the past I have done a some PR’s against Robin’s github,
, which I think is what Robin’s
likes to get.
So my question was more how to go on from there to help Robin.
Hi,
On 11/24/2014 22:35, DevPlayer wrote:
Odd this wasn't responded to. In Google groups wxPython-dev
there was
this post: "Contribute code to wxPython?" Michael Hipp 02/07/14 and this post: "How can I help?" Tomas Schertel 3/27/12 additionally: However I have, as of yet, been unable to successfully
contribute. I’m on Windows XP with a Pent4 (old version) and the
MS-GIT desktop app is incompatible with Windows XP.
and the Clone to Desktop button at github just
errors for me. I am leery of which to use Push or Pull commands.
I’m not a C or C++ contributor, I only do Python now as my C
skills are as forgotten as my long gone colorful head of hair.Next I'll reinstall the command line git tools.
https://code.google.com/p/tortoisegit
https://github.com/RobinD42/Phoenix/
https://github.com/matplotlib/matplotlib
On Thursday, July 31, 2014 5:49:50 AM UTC-4, werner wrote:
Hi
Robin,
How can I and others help to get Phoenix closer to an official
release?
The obvious solution is to clone you a few times, but it is
just not yet
working:-) . Werner
–
You received this message because you are subscribed to the Google
Groups “wxPython-dev” group.
To unsubscribe from this group and stop receiving emails from it,
send an email to wxPython-dev+unsubscribe@googlegroups.com.
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).
http://wiki.wxpython.org/ProjectPhoenix
http://svn.wxwidgets.org/svn/wx/wxPython/
https://github.com/wxWidgets/Phoenix
Prior to reading these replies I forked the repo at github. Should I delete it? After forking, I came across a post somewhere that the Phoenix demo had patches for Python 3.0 posted somewhere by someone (werner, chris or mike D?)?
On Thursday, July 31, 2014 5:49:50 AM UTC-4, werner wrote:
Hi Robin,
How can I and others help to get Phoenix closer to an official release?
The obvious solution is to clone you a few times, but it is just not yet
working:-) .Werner
It wasn’t me, but it might have been Metallicow (sp?). He was doing a lot of Phoenix work earlier this year and then kind of disappeared. I haven’t helped much with Phoenix, but I have helped with docs on other projects on github and for those I just edited / forked the file that needed editing rather than the whole repo. Then I did a PR and that seemed to work fine for me.
On Tuesday, November 25, 2014 8:42:38 AM UTC-6, DevPlayer wrote:
Prior to reading these replies I forked the repo at github. Should I delete it? After forking, I came across a post somewhere that the Phoenix demo had patches for Python 3.0 posted somewhere by someone (werner, chris or mike D?)?
Hi,
Prior to reading these replies I forked the repo at github. Should I delete it?
Don't delete it, you need a fork.
- fork from Robin's repo
- clone your fork to your PC
- create a branch
- commit things
- push to your fork
- create a PR on Robin's repo (I think you get asked to do this after the push if you use TortoiseGit)
After Robin makes updates to the repo you need to sync your fork - see https://help.github.com/articles/syncing-a-fork/
After forking, I came across a post somewhere that the Phoenix demo had patches for Python 3.0 posted somewhere by someone (werner, chris or mike D?)?
There are some PR's relating to the demo and wx.lib here:
https://github.com/RobinD42/Phoenix/pulls
Werner
On 11/25/2014 15:42, DevPlayer wrote:
Just to further focus this topic another old post related was titled:
“Where to download Phoenix demo code?” Duane Kaufman 04/11/13
On Tue, Nov 25, 2014 at 9:55 AM, Mike Driscoll kyosohma@gmail.com wrote:
On Tuesday, November 25, 2014 8:42:38 AM UTC-6, DevPlayer wrote:
Prior to reading these replies I forked the repo at github. Should I delete it? After forking, I came across a post somewhere that the Phoenix demo had patches for Python 3.0 posted somewhere by someone (werner, chris or mike D?)?
It wasn’t me, but it might have been Metallicow (sp?). He was doing a lot of Phoenix work earlier this year and then kind of disappeared. I haven’t helped much with Phoenix, but I have helped with docs on other projects on github and for those I just edited / forked the file that needed editing rather than the whole repo. Then I did a PR and that seemed to work fine for me.
- Mike
–
You received this message because you are subscribed to the Google Groups “wxPython-dev” group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Oh thanks for those details Werner.
On Tue, Nov 25, 2014 at 10:09 AM, Werner wernerfbd@gmx.ch wrote:
Prior to reading these replies I forked the repo at github. Should I delete it?
After forking, I came across a post somewhere that the Phoenix demo had patches for Python 3.0 posted somewhere by someone (werner, chris or mike D?)?
Hi,On 11/25/2014 15:42, DevPlayer wrote:
Don’t delete it, you need a fork.
fork from Robin’s repo
clone your fork to your PC
create a branch
commit things
push to your fork
create a PR on Robin’s repo (I think you get asked to do this after the push if you use TortoiseGit)
After Robin makes updates to the repo you need to sync your fork - see https://help.github.com/articles/syncing-a-fork/
There are some PR’s relating to the demo and wx.lib here:
https://github.com/RobinD42/Phoenix/pulls
Werner
–
You received this message because you are subscribed to the Google Groups “wxPython-dev” group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Additional examples on the github/contribute issue posted at this users-group:
“[wxPython-dev] [Phoenix] Correction to AUI example” Ryan Holmes 10/10/14