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
Enterprise-grade ITSM, for every business Icon
Enterprise-grade ITSM, for every business

Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Try it Free
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

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

Programming Language

Python

Related Categories

Python Software Development Software, Python Graphics Software

Registered

2000-09-02