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

Other Useful Business Software
Migrate to innovate with Red Hat Enterprise Linux on Azure Icon
Migrate to innovate with Red Hat Enterprise Linux on Azure

Streamline your IT modernization journey with a holistic environment running Red Hat Enterprise Linux on Azure.

With Red Hat Enterprise Linux on Azure, businesses can confidently modernize their IT environment, knowing they don’t have to compromise on security, scalability, reliability, and ease of management. Securely accelerate innovation and unlock a competitive edge with enterprise-grade modern cloud infrastructure.
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

  • Looks very promising, but am unable to use as I can't locate pmw file - getting import error of "no module pmw found" using python 2.7.13 on ubuntu 14.04lts.
  • 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
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