Go Back   Velocity Reviews > Newsgroups > Python
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

Python - Is pwm Python MegaWidgets viable?

 
Thread Tools Search this Thread
Old 04-02-2006, 12:40 PM   #1
Default Is pwm Python MegaWidgets viable?


Does pwm run well on Python 2.4? The last release appears to be in
2003. The Manning discussion forum is dead.

Is there a better path to learning and producing tkInter apps?

Has there been any discussion of wxPython becoming part of the base
Python distro? A requirement here is to not require download/install of
anything other than the Python release.


Paul Watson
  Reply With Quote
Old 04-02-2006, 02:17 PM   #2
gregarican
 
Posts: n/a
Default Re: Is pwm Python MegaWidgets viable?
Paul Watson wrote:

> Does pwm run well on Python 2.4? The last release appears to be in
> 2003. The Manning discussion forum is dead.
>
> Is there a better path to learning and producing tkInter apps?
>
>
> Has there been any discussion of wxPython becoming part of the base
> Python distro? A requirement here is to not require download/install of
> anything other than the Python release.


I can't vouch for Python 2.4, but I used the PMW library pretty
extensively for an app that is based on Python 2.3. Tkinker itself
offers most of the basic widgets that any Tk implementation does, and
there's an online guide (can't recall the URL right now) to Tkinter
that is great for an introduction tutorial. PMW is an add-on to Tkinter
that is useful if there are specific widgets that you need that basic
Tkinter doesn't provide and you don't feel like creating them from
scratch. Just because it doesn't have a new release in the past couple
of years doesn't mean that it's truly a dead project. Perhaps it's
stabilized and there haven't been overwhelming requests for adding any
new items to it. Using PMW won't help you learn Tkinter any quicker in
any event. Just icing on the cake



gregarican
  Reply With Quote
Old 04-03-2006, 01:28 AM   #3
Paul Watson
 
Posts: n/a
Default Re: Is pwm Python MegaWidgets viable?
gregarican wrote:
> Paul Watson wrote:
>
>
>>Does pwm run well on Python 2.4? The last release appears to be in
>>2003. The Manning discussion forum is dead.
>>
>>Is there a better path to learning and producing tkInter apps?
>>
>>
>>Has there been any discussion of wxPython becoming part of the base
>>Python distro? A requirement here is to not require download/install of
>>anything other than the Python release.

>
>
> I can't vouch for Python 2.4, but I used the PMW library pretty
> extensively for an app that is based on Python 2.3. Tkinker itself
> offers most of the basic widgets that any Tk implementation does, and
> there's an online guide (can't recall the URL right now) to Tkinter
> that is great for an introduction tutorial. PMW is an add-on to Tkinter
> that is useful if there are specific widgets that you need that basic
> Tkinter doesn't provide and you don't feel like creating them from
> scratch. Just because it doesn't have a new release in the past couple
> of years doesn't mean that it's truly a dead project. Perhaps it's
> stabilized and there haven't been overwhelming requests for adding any
> new items to it. Using PMW won't help you learn Tkinter any quicker in
> any event. Just icing on the cake


Many thanks for your reply. I was setting out to make use of the
Manning book by Grayson. Perhaps I should just use online tutorial and
such for learning plain-old tk first. However, I have heard good things
about the book. Just trying to use what was already at hand.


Paul Watson
  Reply With Quote
Old 04-03-2006, 02:04 AM   #4
gregarican
 
Posts: n/a
Default Re: Is pwm Python MegaWidgets viable?
Paul Watson wrote:

> Many thanks for your reply. I was setting out to make use of the
> Manning book by Grayson. Perhaps I should just use online tutorial and
> such for learning plain-old tk first. However, I have heard good things
> about the book. Just trying to use what was already at hand.


Here's the online tutorial that provides a basic introduction to
Tkinter --> http://www.pythonware.com/library/tkinter/introduction/. I
found it handy. I had used Tk implementations in other languages such
as Ruby so I had already become familiar with the overall Tk toolkit,
but nevertheless the online Tkinter tutorial was refreshing. Wasn't
aware of the Manning book but it sounds like a great resource as well!



gregarican
  Reply With Quote
Old 04-04-2006, 01:08 AM   #5
James Stroud
 
Posts: n/a
Default Re: Is pwm Python MegaWidgets viable?
Paul Watson wrote:
> gregarican wrote:
>
>> Paul Watson wrote:
>>
>>
>>> Does pwm run well on Python 2.4? The last release appears to be in
>>> 2003. The Manning discussion forum is dead.
>>>
>>> Is there a better path to learning and producing tkInter apps?
>>>
>>>
>>> Has there been any discussion of wxPython becoming part of the base
>>> Python distro? A requirement here is to not require download/install of
>>> anything other than the Python release.

>>
>>
>>
>> I can't vouch for Python 2.4, but I used the PMW library pretty
>> extensively for an app that is based on Python 2.3. Tkinker itself
>> offers most of the basic widgets that any Tk implementation does, and
>> there's an online guide (can't recall the URL right now) to Tkinter
>> that is great for an introduction tutorial. PMW is an add-on to Tkinter
>> that is useful if there are specific widgets that you need that basic
>> Tkinter doesn't provide and you don't feel like creating them from
>> scratch. Just because it doesn't have a new release in the past couple
>> of years doesn't mean that it's truly a dead project. Perhaps it's
>> stabilized and there haven't been overwhelming requests for adding any
>> new items to it. Using PMW won't help you learn Tkinter any quicker in
>> any event. Just icing on the cake

>
>
> Many thanks for your reply. I was setting out to make use of the
> Manning book by Grayson. Perhaps I should just use online tutorial and
> such for learning plain-old tk first. However, I have heard good things
> about the book. Just trying to use what was already at hand.


If you want to write full-featured GUI apps with Tkinter, Grayson is
your best bet. Lundh's tutorial is excellent as a reference, but, last I
checked, was not as extensive as Grayson in terms of teaching new users.

Also, PMW is relatively heavy-weight, so make sure the Python standard
library doesn't already do what you want before including PMW (e.g.
ScrolledText, etc.).

James

--
James Stroud
UCLA-DOE Institute for Genomics and Proteomics
Box 951570
Los Angeles, CA 90095

http://www.jamesstroud.com/


James Stroud
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Python Cgi Webserver sagar123 Software 1 04-23-2009 06:32 PM
Monty Python and the Holy Grail SE DVD questions Mark DVD Video 0 04-11-2005 05:29 PM
Help regarding damaged Monty Python DVD? Bex DVD Video 5 04-16-2004 02:11 AM
Universal Python Meaning Of Life reply Peter Williams DVD Video 31 09-27-2003 09:13 PM
Re: MONTY PYTHON CUT?? Brian Jaudon DVD Video 0 06-23-2003 05:29 PM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46