A toolkit for building high-level compound widgets in Python using the Tkinter module. It contains a set of flexible and extensible megawidgets, including notebooks, comboboxes, selection widgets, paned widgets, scrolled widgets and dialog windows.

Python megawidgets is Python 3 compatible through the Pmw 2 download. Pmw 1 is destined for Python 2. Both are now accessible through the new pypi compatible package (credits for which go to Andy Robinson and the team at ReportLab).

Project Activity

See All Activity >

License

MIT License

Follow Python megawidgets

Python megawidgets Web Site

You Might Also Like
Email and SMS Marketing Software Icon
Email and SMS Marketing Software

Boost Sales. Grow Audiences. Reduce Workloads.

Our intuitive email marketing software to help you save time and build lasting relationships with your subscribers.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
14
0
1
0
1
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 0 / 5

User Reviews

  • Hi, i encountered a few errors in "bundlepmw.py" and "Pmw.py", necesary to freeze a pmw aplication. The os and python versión: Windows xp sp3 and python 3.4.3 The same error and solution in the 2.0.0 and 2.0.1 version In "bundlepmw.py": C:\Python34\Lib\site-packages\Pmw\Pmw_2_0_1\bin>"Copia de bundlepmw.py" Traceback (most recent call last): File "C:\Python34\Lib\site-packages\Pmw\Pmw_2_0_0\bin\Copia de bundlepmw.py", line 69, in <module> version = string.replace(dir[4:], '_', '.') AttributeError: 'module' object has no attribute 'replace' Solution: Replace (line 69): version = string.replace(dir[4:], '_', '.') with: version = str.replace(dir[4:], '_', '.') After in "Pmw.py" generated Replace (line 17 and 21): raise ValueError, 'Dynamic versioning not available' raise ValueError, 'Dynamic versioning not available' with: raise ValueError('Dynamic versioning not available') raise ValueError('Dynamic versioning not available') comment the line 1514 (from . ) After this all function perfectly Sorry if my english is some basic.
  • perfectly work on win7 64, easy to use, great project
  • Free, very quick, easy to use and rock solid. A top quality application.
  • I am not able to see the video of these tutorials. If I could it is really a good job
  • Please stop using the review area for messages such as "not working on win 7 64". I've personally tested both releases (Python 2 and 3) under Windows 7 64-bit (as noted in the forum News section) and have not encountered any problems except for some apparently false error messages when running the test suite (which I'm currently trying to debug and fix). Obviously there are many possible configurations and many possible errors but PMW should work. If you do encounter any trouble using the library, a comment on one of the relevant forum threads or a post in the bug tracker detailing the problem, errors and system configuration will be much more useful to all those involved.
Read more reviews >

Additional Project Details

Languages

English

Intended Audience

Developers

User Interface

X Window System (X11), Win32 (MS Windows)

Programming Language

Python

Related Categories

Python Software Development Software, Python Graphics Software

Registered

2000-09-02