SourceForge logo
SourceForge logo
Menu

pythoncard-users — PythonCard Users and Developers

You can subscribe to this list here.

2001 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
(116)
Sep
(146)
Oct
(78)
Nov
(69)
Dec
(70)
2002 Jan
(188)
Feb
(142)
Mar
(143)
Apr
(131)
May
(97)
Jun
(221)
Jul
(127)
Aug
(89)
Sep
(83)
Oct
(66)
Nov
(47)
Dec
(70)
2003 Jan
(77)
Feb
(91)
Mar
(103)
Apr
(98)
May
(134)
Jun
(47)
Jul
(74)
Aug
(71)
Sep
(48)
Oct
(23)
Nov
(37)
Dec
(13)
2004 Jan
(24)
Feb
(15)
Mar
(52)
Apr
(119)
May
(49)
Jun
(41)
Jul
(34)
Aug
(91)
Sep
(169)
Oct
(38)
Nov
(32)
Dec
(47)
2005 Jan
(61)
Feb
(47)
Mar
(101)
Apr
(130)
May
(51)
Jun
(65)
Jul
(71)
Aug
(96)
Sep
(28)
Oct
(20)
Nov
(39)
Dec
(62)
2006 Jan
(13)
Feb
(19)
Mar
(18)
Apr
(34)
May
(39)
Jun
(50)
Jul
(63)
Aug
(18)
Sep
(37)
Oct
(14)
Nov
(56)
Dec
(32)
2007 Jan
(30)
Feb
(13)
Mar
(25)
Apr
(3)
May
(15)
Jun
(42)
Jul
(5)
Aug
(17)
Sep
(6)
Oct
(25)
Nov
(49)
Dec
(10)
2008 Jan
(12)
Feb
Mar
(17)
Apr
(18)
May
(12)
Jun
(2)
Jul
(2)
Aug
(6)
Sep
(4)
Oct
(15)
Nov
(45)
Dec
(9)
2009 Jan
(1)
Feb
(3)
Mar
(18)
Apr
(8)
May
(3)
Jun
Jul
(13)
Aug
(2)
Sep
(1)
Oct
(9)
Nov
(13)
Dec
2010 Jan
(2)
Feb
(3)
Mar
(9)
Apr
(10)
May
Jun
(1)
Jul
Aug
(3)
Sep
Oct
Nov
(1)
Dec
(4)
2011 Jan
Feb
Mar
(10)
Apr
(44)
May
(9)
Jun
(22)
Jul
(2)
Aug
Sep
Oct
(1)
Nov
Dec
2012 Jan
Feb
(1)
Mar
(2)
Apr
(2)
May
Jun
(5)
Jul
Aug
Sep
(1)
Oct
Nov
Dec
2013 Jan
Feb
Mar
(2)
Apr
(1)
May
(1)
Jun
Jul
(3)
Aug
(8)
Sep
(3)
Oct
Nov
Dec
2014 Jan
Feb
(4)
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2017 Jan
Feb
Mar
Apr
May
(1)
Jun
Jul
Aug
Sep
Oct
Nov
Dec
S M T W T F S
1
(3)
2
3
(1)
4
5
(2)
6
(2)
7
8
9
10
11
12
13
14
15
16
(1)
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31




Showing 9 results of 9

From: HelloWorldBook H. <cp4...@ya...> - 2011年05月16日 20:04:05
I've been following the thread about Pythoncard 1.0 with great interest. 
 
As some on this list know, we use PythonCard in our book "Hello World! Computer Programming for Kids and Other Beginners". I thought PythonCard was a dead project, which was quite disappointing, as it is a great way to teach the basic concepts of GUIs. (The book uses Python to teach programming.) So it would be wonderful if Pythoncard lives on.
 
Our book uses Python 2.5. We provide installers for Windows, Mac, and Linux which install Python 2.5, as well as the other modules we use in the book - Pygame, Pythoncard (and their dependencies, NumPy and wxPython). 
 
Currently we are considering a second edition to update the book to Python 3. One of the things holding us back is lack of Python 3 support in PythonCard. I believe that wxPython has still not been ported over to Python 3. I'm hoping that happens before too long, and I'm also hoping that when wxPython is ported to Python 3, PythonCard will follow suit. 
 
 
 
Warren Sande
From: Christoph S. <cs...@bo...> - 2011年05月06日 11:25:06
First of all, thanks to all who invested time into this wonderful
project and for now especially to John for pushing hard to keep it alive.
John, let me add to that, I am lurking on this list, checking the mail
every 2-3 weeks. I've followed your posts lately with great interest,
but to be honest, I was waiting for something released to install and
test. Now I have checked out the 1.0 and it seems it is not what I was
after:
- The checkout command on
http://code.google.com/p/pythoncard-1-0/source/checkout produces a
directory with a starting space, looking like:
" pythoncard-1-0 --username xx...@gm..." (note the leading space)
First of all I had quite some problems entering/renaming the directory
as my shell cmdline-completion was unable to deal with it.
When I managed to enter that directory I had no pythoncard but some
stuff that looks more like svn-internals.
I really do love pythoncard and I am willing to help with testing
wherever I can. Please John, do not stop your efforts because nobody
seems interested. I guarantee there are a lot of people that are, I bet
once the first downloadable .tgz hits the web you get dozens of
downloads daily!
Again, thanks for the time and work invested in the project. I look
unpatiently forward to your 1.0 release .
Cheers,
Christoph
John Henry wrote:
> Seems to have very little interest in this but if anybody wants to get a 
> hold of the current version of what I have, you should be able to get it 
> from the SVN depository using tortoiseSVN.
>
> Can someone at least try to download the whole thing and see if it works?
>
> On 5/1/2011 1:08 AM, John Henry wrote:
> 
>> Ran into some problem with Mercurial and I really don't have enough 
>> time to try to figure it out. I'm going to stay with SVN for now.
>>
>> I created a temporary home at http://code.google.com/p/pythoncard-1-0/
>>
>> Lots of work to do.
>>
>> On 4/30/2011 6:12 PM, Steven D'Aprano wrote:
>> 
>>> John Henry wrote:
>>> 
>>>> I can look into the distributed source control system as suggested.
>>>>
>>>> Right now, Subversion is working and works pretty good. Pythoncard is
>>>> currently hosted on CVS but I can't get CVSNT to work properly. We
>>>> should migrate to better system than CVS anyway.
>>>> 
>>> For what it is worth, the two popular open source distributed revision
>>> control systems are git and Mercurial (hg). The developers of Python
>>> itself are now using Mercurial, so you might lean more towards
>>> Mercurial. I do.
>>>
>>> Some Mercurial resources:
>>>
>>> http://hginit.com/index.html
>>> http://mercurial.selenic.com/wiki/Tutorial
>>> http://hgbook.red-bean.com/
>>>
>>> For git, you can do your own googling :-P
>>>
>>> Source code hosting is available at (among others) Github, Bitbucket and
>>> Google Code.
>>>
>>> Github uses git (well duh *wink*) and is free for Open Source projects.
>>>
>>> https://github.com/
>>>
>>> Bitbucket uses Mercurial, and is free for small projects:
>>>
>>> https://bitbucket.org/
>>>
>>> and Google Code also offers free hosting and Mercurial:
>>>
>>> http://code.google.com/hosting/
>>>
>>>
>>> 
>
>
> ------------------------------------------------------------------------------
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network 
> management toolset available today. Delivers lowest initial 
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> _______________________________________________
> Pythoncard-users mailing list
> Pyt...@li...
> https://lists.sourceforge.net/lists/listinfo/pythoncard-users
> 
From: Teuvo E. <te...@gm...> - 2011年05月06日 05:58:31
Hi John,
You wrote "Seems to have very little interest in this"....
The lack of responses, activity in this list might not mean there would not
be interest.
At least for me the case is, I'll use the new things (you've implemented) in
PythonCard if I have a need for them (and they're easily
available/findable). It's certainly good to know they are there! But I
personally am too busy right now to start evaluating them just out of
curiosity.
I think there are two ways of making sure the interest exists, as much it
can, in addition to this mailing list:
1) The demo applications pythoncard has are excellent way to sell the tool,
if you have the energy, perhaps you could add your new stuff there too?
2) Documentation, as in component specs in:
http://pythoncard.sourceforge.net/framework/components.html or/and as in an
article in 'getting started' chapter in
http://pythoncard.sourceforge.net/documentation.html
You're doing a good Job John!
-Teuvo
2011年5月3日 John Henry <ec...@ya...>
> Seems to have very little interest in this but if anybody wants to get a
> hold of the current version of what I have, you should be able to get it
> from the SVN depository using tortoiseSVN.
>
> Can someone at least try to download the whole thing and see if it works?
>
> On 5/1/2011 1:08 AM, John Henry wrote:
> > Ran into some problem with Mercurial and I really don't have enough
> > time to try to figure it out. I'm going to stay with SVN for now.
> >
> > I created a temporary home at http://code.google.com/p/pythoncard-1-0/
> >
> > Lots of work to do.
> >
> > On 4/30/2011 6:12 PM, Steven D'Aprano wrote:
> >> John Henry wrote:
> >>> I can look into the distributed source control system as suggested.
> >>>
> >>> Right now, Subversion is working and works pretty good. Pythoncard is
> >>> currently hosted on CVS but I can't get CVSNT to work properly. We
> >>> should migrate to better system than CVS anyway.
> >>
> >> For what it is worth, the two popular open source distributed revision
> >> control systems are git and Mercurial (hg). The developers of Python
> >> itself are now using Mercurial, so you might lean more towards
> >> Mercurial. I do.
> >>
> >> Some Mercurial resources:
> >>
> >> http://hginit.com/index.html
> >> http://mercurial.selenic.com/wiki/Tutorial
> >> http://hgbook.red-bean.com/
> >>
> >> For git, you can do your own googling :-P
> >>
> >> Source code hosting is available at (among others) Github, Bitbucket and
> >> Google Code.
> >>
> >> Github uses git (well duh *wink*) and is free for Open Source projects.
> >>
> >> https://github.com/
> >>
> >> Bitbucket uses Mercurial, and is free for small projects:
> >>
> >> https://bitbucket.org/
> >>
> >> and Google Code also offers free hosting and Mercurial:
> >>
> >> http://code.google.com/hosting/
> >>
> >>
> >
>
>
>
> ------------------------------------------------------------------------------
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network
> management toolset available today. Delivers lowest initial
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> _______________________________________________
> Pythoncard-users mailing list
> Pyt...@li...
> https://lists.sourceforge.net/lists/listinfo/pythoncard-users
>
From: Cristian M. <cma...@gm...> - 2011年05月05日 21:18:37
I would say: yes! Give John Henry the necessary access to maintain
pythoncard. It would be nice to feel the project evolves.
I presume "+ve" is the same as "yes" ?
Regards,
Cristian
The offer still stands to give John Henry access to the SourceForge code.
>
> I did also previously offer a conversion to Subversion on SourceForge
> (which is only a couple of steps). That offer stands as well.
>
> Let me know in the +ve or the -ve
>
> Regards,
> Andy
> --
> From the desk of Andrew J Todd esq - http://www.halfcooked.com/
>
>
> ------------------------------------------------------------------------------
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network
> management toolset available today. Delivers lowest initial
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> _______________________________________________
> Pythoncard-users mailing list
> Pyt...@li...
> https://lists.sourceforge.net/lists/listinfo/pythoncard-users
>
From: Andy T. <an...@ha...> - 2011年05月05日 11:42:41
On 4/05/11 4:31 AM, John Henry wrote:
> Seems to have very little interest in this but if anybody wants to get a
> hold of the current version of what I have, you should be able to get it
> from the SVN depository using tortoiseSVN.
>
> Can someone at least try to download the whole thing and see if it works?
>
> On 5/1/2011 1:08 AM, John Henry wrote:
>> Ran into some problem with Mercurial and I really don't have enough
>> time to try to figure it out. I'm going to stay with SVN for now.
>>
>> I created a temporary home at http://code.google.com/p/pythoncard-1-0/
>>
>> Lots of work to do.
>>
>> On 4/30/2011 6:12 PM, Steven D'Aprano wrote:
>>> John Henry wrote:
>>>> I can look into the distributed source control system as suggested.
>>>>
>>>> Right now, Subversion is working and works pretty good. Pythoncard is
>>>> currently hosted on CVS but I can't get CVSNT to work properly. We
>>>> should migrate to better system than CVS anyway.
>>>
>>> For what it is worth, the two popular open source distributed revision
>>> control systems are git and Mercurial (hg). The developers of Python
>>> itself are now using Mercurial, so you might lean more towards
>>> Mercurial. I do.
>>>
>>> Some Mercurial resources:
>>>
>>> http://hginit.com/index.html
>>> http://mercurial.selenic.com/wiki/Tutorial
>>> http://hgbook.red-bean.com/
>>>
>>> For git, you can do your own googling :-P
>>>
>>> Source code hosting is available at (among others) Github, Bitbucket and
>>> Google Code.
>>>
>>> Github uses git (well duh *wink*) and is free for Open Source projects.
>>>
>>> https://github.com/
>>>
>>> Bitbucket uses Mercurial, and is free for small projects:
>>>
>>> https://bitbucket.org/
>>>
>>> and Google Code also offers free hosting and Mercurial:
>>>
>>> http://code.google.com/hosting/
>>>
>>>
>>
>
The offer still stands to give John Henry access to the SourceForge code.
I did also previously offer a conversion to Subversion on SourceForge 
(which is only a couple of steps). That offer stands as well.
Let me know in the +ve or the -ve
Regards,
Andy
-- 
 From the desk of Andrew J Todd esq - http://www.halfcooked.com/
From: John H. <ec...@ya...> - 2011年05月03日 18:31:49
Seems to have very little interest in this but if anybody wants to get a 
hold of the current version of what I have, you should be able to get it 
from the SVN depository using tortoiseSVN.
Can someone at least try to download the whole thing and see if it works?
On 5/1/2011 1:08 AM, John Henry wrote:
> Ran into some problem with Mercurial and I really don't have enough 
> time to try to figure it out. I'm going to stay with SVN for now.
>
> I created a temporary home at http://code.google.com/p/pythoncard-1-0/
>
> Lots of work to do.
>
> On 4/30/2011 6:12 PM, Steven D'Aprano wrote:
>> John Henry wrote:
>>> I can look into the distributed source control system as suggested.
>>>
>>> Right now, Subversion is working and works pretty good. Pythoncard is
>>> currently hosted on CVS but I can't get CVSNT to work properly. We
>>> should migrate to better system than CVS anyway.
>>
>> For what it is worth, the two popular open source distributed revision
>> control systems are git and Mercurial (hg). The developers of Python
>> itself are now using Mercurial, so you might lean more towards
>> Mercurial. I do.
>>
>> Some Mercurial resources:
>>
>> http://hginit.com/index.html
>> http://mercurial.selenic.com/wiki/Tutorial
>> http://hgbook.red-bean.com/
>>
>> For git, you can do your own googling :-P
>>
>> Source code hosting is available at (among others) Github, Bitbucket and
>> Google Code.
>>
>> Github uses git (well duh *wink*) and is free for Open Source projects.
>>
>> https://github.com/
>>
>> Bitbucket uses Mercurial, and is free for small projects:
>>
>> https://bitbucket.org/
>>
>> and Google Code also offers free hosting and Mercurial:
>>
>> http://code.google.com/hosting/
>>
>>
>
From: phil j. <int...@gm...> - 2011年05月01日 12:50:26
Surely if it's at SourceForge, that will let you create a mercurial
repo, no? Or Bazaar.
http://sourceforge.net/apps/wordpress/sourceforge/2009/03/11/bazaar-and-mercurial-scm-services-launched/
Note that if you're more comfortable with SVN you may find Bazaar more
comfortable as it's designed to feel more like SVN.
phil
On Sun, May 1, 2011 at 9:08 AM, John Henry <ec...@ya...> wrote:
> Ran into some problem with Mercurial and I really don't have enough time
> to try to figure it out. I'm going to stay with SVN for now.
>
> I created a temporary home at http://code.google.com/p/pythoncard-1-0/
>
> Lots of work to do.
>
> On 4/30/2011 6:12 PM, Steven D'Aprano wrote:
>> John Henry wrote:
>>> I can look into the distributed source control system as suggested.
>>>
>>> Right now, Subversion is working and works pretty good. Pythoncard is
>>> currently hosted on CVS but I can't get CVSNT to work properly. We
>>> should migrate to better system than CVS anyway.
>>
>> For what it is worth, the two popular open source distributed revision
>> control systems are git and Mercurial (hg). The developers of Python
>> itself are now using Mercurial, so you might lean more towards
>> Mercurial. I do.
>>
>> Some Mercurial resources:
>>
>> http://hginit.com/index.html
>> http://mercurial.selenic.com/wiki/Tutorial
>> http://hgbook.red-bean.com/
>>
>> For git, you can do your own googling :-P
>>
>> Source code hosting is available at (among others) Github, Bitbucket and
>> Google Code.
>>
>> Github uses git (well duh *wink*) and is free for Open Source projects.
>>
>> https://github.com/
>>
>> Bitbucket uses Mercurial, and is free for small projects:
>>
>> https://bitbucket.org/
>>
>> and Google Code also offers free hosting and Mercurial:
>>
>> http://code.google.com/hosting/
>>
>>
>
>
> ------------------------------------------------------------------------------
> WhatsUp Gold - Download Free Network Management Software
> The most intuitive, comprehensive, and cost-effective network
> management toolset available today. Delivers lowest initial
> acquisition cost and overall TCO of any competing solution.
> http://p.sf.net/sfu/whatsupgold-sd
> _______________________________________________
> Pythoncard-users mailing list
> Pyt...@li...
> https://lists.sourceforge.net/lists/listinfo/pythoncard-users
>
From: John H. <ec...@ya...> - 2011年05月01日 08:09:16
Ran into some problem with Mercurial and I really don't have enough time 
to try to figure it out. I'm going to stay with SVN for now.
I created a temporary home at http://code.google.com/p/pythoncard-1-0/
Lots of work to do.
On 4/30/2011 6:12 PM, Steven D'Aprano wrote:
> John Henry wrote:
>> I can look into the distributed source control system as suggested.
>>
>> Right now, Subversion is working and works pretty good. Pythoncard is
>> currently hosted on CVS but I can't get CVSNT to work properly. We
>> should migrate to better system than CVS anyway.
>
> For what it is worth, the two popular open source distributed revision
> control systems are git and Mercurial (hg). The developers of Python
> itself are now using Mercurial, so you might lean more towards
> Mercurial. I do.
>
> Some Mercurial resources:
>
> http://hginit.com/index.html
> http://mercurial.selenic.com/wiki/Tutorial
> http://hgbook.red-bean.com/
>
> For git, you can do your own googling :-P
>
> Source code hosting is available at (among others) Github, Bitbucket and
> Google Code.
>
> Github uses git (well duh *wink*) and is free for Open Source projects.
>
> https://github.com/
>
> Bitbucket uses Mercurial, and is free for small projects:
>
> https://bitbucket.org/
>
> and Google Code also offers free hosting and Mercurial:
>
> http://code.google.com/hosting/
>
>
From: Steven D'A. <st...@pe...> - 2011年05月01日 01:28:15
John Henry wrote:
> I can look into the distributed source control system as suggested.
> 
> Right now, Subversion is working and works pretty good. Pythoncard is 
> currently hosted on CVS but I can't get CVSNT to work properly. We 
> should migrate to better system than CVS anyway.
For what it is worth, the two popular open source distributed revision 
control systems are git and Mercurial (hg). The developers of Python 
itself are now using Mercurial, so you might lean more towards 
Mercurial. I do.
Some Mercurial resources:
http://hginit.com/index.html
http://mercurial.selenic.com/wiki/Tutorial
http://hgbook.red-bean.com/
For git, you can do your own googling :-P
Source code hosting is available at (among others) Github, Bitbucket and 
Google Code.
Github uses git (well duh *wink*) and is free for Open Source projects.
https://github.com/
Bitbucket uses Mercurial, and is free for small projects:
https://bitbucket.org/
and Google Code also offers free hosting and Mercurial:
http://code.google.com/hosting/
-- 
Steven

Showing 9 results of 9

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /