From: Mariano R. <rei...@gm...> - 2013-08-28 14:14:12
|
Hi Alec: I think that's the beauty of free / open software, PythonCard will be alive in part inside gui2py, as it not only keeps the project structure and vision, also there are a lot of source code used as a base. You can see the readme and the comments in the __init__.py files and commits: https://code.google.com/p/gui2py/source/browse/readme.txt It's true that some issues like the one reported could be fixeable, but in the long run there are a lot of thing to take into consideration, for example component model modernization using new Python features like meta-clasesses (django's style), python 3 and wxPython Phoenix compatibility, advanced Model-View-Controller widgets, etc. Also, IMHO the PythonCard tools are a bit outdated, you can compare them with the visual designer and propery editor of gui2py, sometimes a restart on some parts could be desriable to take advantage of new Python / wxPython features: https://code.google.com/p/gui2py/wiki/ToolsScreenshots It was a lot of work to update and fix PythonCard, in my case the outcome is gui2py, anyone is welcome to collaborate and/or send suggestions ;-) Best regards, Mariano Reingart http://www.sistemasagiles.com.ar http://reingart.blogspot.com On Tue, Aug 27, 2013 at 2:51 PM, Alec Bennett <wry...@gm...> wrote: > Sad to see everyone declaring PythonCard dead. For my part I'd say that even though there hasn't been a new version in awhile, it still works fine. The error you're having is certainly fixable. > > > ------ > Sent from my gizmo. > > On Aug 26, 2013, at 11:33 PM, Mariano Reingart <rei...@gm...> wrote: > >> Hi saharsh: >> >> You can try gui2py, a fork of PythonCard more updated and currently >> being developed (both with py2.7 and py3k, win7 & win8): >> >> https://code.google.com/p/gui2py/ >> >> The third alpha release (0.9.3) supports migration of basic PythonCard >> programs, for example see starter.py: >> >> https://code.google.com/p/gui2py/source/browse/starter.py >> >> and the resource file: >> >> https://code.google.com/p/gui2py/source/browse/starter.rsrc.py >> >> I'm working in a migration tool (migrate.py), that would convert >> automatically the PythonCard resources to gui2py. >> >> I'll send the full announce ASAP, including an updated installation >> and migration guide >> >> I'll be glad to answer any doubts about gui2py, we have a separate >> mailing list / forum on GoogleGroups to not interfere too much with >> this list: >> >> https://groups.google.com/forum/#!forum/gui2py >> >> Best regards, >> >> Mariano Reingart >> http://www.sistemasagiles.com.ar >> http://reingart.blogspot.com >> >> >> On Fri, Aug 23, 2013 at 12:44 PM, saharsh jain <sah...@ya...> wrote: >>> I am a windows 7 ultimate user and really a beginner and a die hard fan of >>> python >>> and i wanted to install python in my pc so first i downloaded python 2.7.5 >>> then wxpython then python card and installed them respectively. >>> During the whole installation there was not a single problem and eve the >>> minimal was working fine but when i try to open python card editor for >>> python files it gives a error of >>> >>> >>> "..\..\src\common\stdpbase.cpp(49): assert "traits" failed in >>> wxStandardPathBase::Get():create wxAppbefore calling this. >>> Do you want to stop the program? >>> You can also choose[Cancel] to suppress futher warnings. >>> then three options yes,no and cancel. >>> if i press yes then it stops , >>> if i press no then it opens but nothing can be done on window all button >>> (file,edit etc)work but the option inside the do not function. >>> >>> Please help me guys really in a mess........ >>> >>> ------------------------------------------------------------------------------ >>> Introducing Performance Central, a new site from SourceForge and >>> AppDynamics. Performance Central is your source for news, insights, >>> analysis and resources for efficient Application Performance Management. >>> Visit us today! >>> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> Pythoncard-users mailing list >>> Pyt...@li... >>> https://lists.sourceforge.net/lists/listinfo/pythoncard-users >> >> ------------------------------------------------------------------------------ >> Introducing Performance Central, a new site from SourceForge and >> AppDynamics. Performance Central is your source for news, insights, >> analysis and resources for efficient Application Performance Management. >> Visit us today! >> http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk >> _______________________________________________ >> Pythoncard-users mailing list >> Pyt...@li... >> https://lists.sourceforge.net/lists/listinfo/pythoncard-users |