From: Kevin A. <al...@se...> - 2013-08-30 03:05:33
|
At this point, I'm happy to turn over lead development for PythonCard. There are a number of reasons I stopped working on the project, not least of which were some family issues six years ago, but I've also moved onto other things. I thought I was going to get back into it, but frankly mobile computing is much more interesting and relevant these days. I don't really use any operating systems except Mac OS X and iOS (where Python doesn't work for app development due to distribution restrictions by Apple AFAIK), so the cross-platform goals for PythonCard would be very difficult for me to work on, let alone test, since I don't use Windows (bye bye MS) or Linux at all anymore. I would at least like to see PythonCard updated enough to work with the current versions of Python 2.7.x or Python 3.3.x dependent on what will work with wxPython. gui2py might fulfill that need? The startup problem that began this thread is certainly easily fixable. If someone wants to post the fix to the list that would be most welcome. I'm sure gui2py, dabo, and other Python GUI builders out there will work great for people even if PythonCard doesn't. For developers that are interested in taking over PythonCard, we can have a separate discussion here or on the developer mailing list (https://lists.sourceforge.net/lists/listinfo/pythoncard-devel). Thanks, ka --- On Aug 28, 2013, at 7:13 AM, Mariano Reingart <rei...@gm...> wrote: 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........ >>> |