PureMVC Architects Lounge

PureMVC Manifold => Standard Version => Topic started by: tobydeh on March 15, 2008, 08:04:20



Title: PureMVC Python 0.4
Post by: tobydeh on March 15, 2008, 08:04:20
Hi,

I have Tageged version 0.4 in the repository. It is fully documented and passs all unit tests.

To install run:
python setup.py install

Demos on their way.

:)


Title: Re: PureMVC Python 0.4
Post by: Joel Hooks on March 17, 2008, 01:47:08
I am looking forward to looking at your demos. I am still considering demoes. I looked at wxPython as well as pyGame. I'm also interested in utilizing the pyPoker libraries, and this would be a good opportunity.


Title: Re: PureMVC Python 0.4
Post by: tobydeh on March 17, 2008, 05:45:24
I have nearly finished porting the Employee Admin flex demo, the port works really well!!

I think this is going to be great framework for the python community. Unfortunately a lot of python developers are not familiar with design patterns, especially in the area of desktop development where MVC can really shine.

Here is a screenshot...


Toby.


Title: Re: PureMVC Python 0.4
Post by: puremvc on March 17, 2008, 06:46:55
Right on Toby!

Forgive my ignorance of Pythonish ways (I look forward to learning more!), but what widget toolset are you using for the UI? Is there something built into Python for doing desktop apps like TCL/TK?

-=Cliff>

Hmm, wonder if TCL might be a Port target?


Title: Re: PureMVC Python 0.4
Post by: Joel Hooks on March 17, 2008, 08:29:19
I believe he is using wxPython.

That is awesome Toby, great work  8)


Title: Re: PureMVC Python 0.4
Post by: tobydeh on March 18, 2008, 01:59:11
Hi Cliff,

Python ships with Tkinter which uses Tcl/Tk but its very out of date.

The other options are PyQT4 (QT) and wxPython (wxWidgets)... Personally i prefer wxPython.