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
Cybersecurity Management Software for MSPs Icon
Cybersecurity Management Software for MSPs

Secure your clients from cyber threats.

Define and Deliver Comprehensive Cybersecurity Services. Security threats continue to grow, and your clients are most likely at risk. Small- to medium-sized businesses (SMBs) are targeted by 64% of all cyberattacks, and 62% of them admit lacking in-house expertise to deal with security issues. Now technology solution providers (TSPs) are a prime target. Enter ConnectWise Cybersecurity Management (formerly ConnectWise Fortify) — the advanced cybersecurity solution you need to deliver the managed detection and response protection your clients require. Whether you’re talking to prospects or clients, we provide you with the right insights and data to support your cybersecurity conversation. From client-facing reports to technical guidance, we reduce the noise by guiding you through what’s really needed to demonstrate the value of enhanced strategy.
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