Activity for Python megawidgets

  • Adrian Adrian posted a comment on discussion pmw-general

    Solved the issue - you're missing the BLT extension for Tcl (https://wiki.tcl-lang.org/page/BLT) to be able to use BLT. Since Python3 comes pre-packaged with Tcl 8.6 you'll need TkBLT (or some other fork that's compatible - http://sourceforge.net/projects/tkblt/ ) - unfortunately, they only provide source code which will require manually compiling and adding that package so it can be found. Other than this basic info there's not much I can help you with.

  • Adrian Adrian posted a comment on discussion pmw-general

    Having trouble reproducing this - I grabbed the mentioned example, changed Tkinter to tkinter for Python 3 compatibility but the example flows correctly under Python 3.10.4 - I did see such errors thrown when combined with other functions (i.e. input() ) but some example code and the Tcl/Tk version (using 8.6, maybe changed with Python 3.11?) would definitely help.

  • Adrian Adrian posted a comment on discussion pmw-general

    Hello! Sorry about the late response, I've been away from the Internet for some time. I'll try to investigate this - in the meantime, I moved the discussion over to https://sourceforge.net/p/pmw/discussion/131281/thread/c64f0c46a5/#877d - if you could provide me with the exact sample code over there (if it's something small and simple), that would be great.

  • Adrian Adrian posted a comment on discussion pmw-general

    Moving discussion from https://sourceforge.net/p/pmw/discussion/131281/thread/cf03cc28/#3604 here. I am using python 3.11.3. I am building a stock market package in python. I need menus in that package. For creating menus I want to use PMW package with tinker. To try my first steps, I used the code snippet at https://www.slac.stanford.edu/grp/cd/soft/pmw/blt/python/html/HelloBLT.html When I ran this script, I am getting this error: "Traceback (most recent call last): File "D:\PYTHON_3.11.3\Lib\site-packages\Pmw\Pmw_2_1_1\lib\PmwBlt.py",...

  • Bless Bless posted a comment on discussion pmw-general

    I am using python 3.11.3. I am building a stock market package in python. I need menus in that package. For creating menus I want to use PMW package with tinker. To try my first steps, I used the code snippet at https://www.slac.stanford.edu/grp/cd/soft/pmw/blt/python/html/HelloBLT.html When I ran this script, I am getting this error: "Traceback (most recent call last): File "D:\PYTHON_3.11.3\Lib\site-packages\Pmw\Pmw_2_1_1\lib\PmwBlt.py", line 103, in del self.tk.call(_vectorCommand, 'destroy',...

  • Adrian Adrian posted a comment on discussion pmw-general

    Hello, Just pushed a new version to https://pypi.org/project/Pmw/2.1.1/. Please check if it solves the problem - the version string bump is just a bad on my part since I failed to correctly upload the first time :)

  • Adrian Adrian committed [c33424]

    Version bumps and classifier cleaning for pypi upload.

  • Adrian Adrian committed [0220fb]

    Fix for Python 3.9 when running tests.

  • Adrian Adrian posted a comment on discussion pmw-general

    Hello, Sorry about the late reply. I'm currently looking into fixing this issue - hopefully today, if not, in the next couple of days. I'll let you know as soon as I've uploaded the updated file.

  • Cats Cats posted a comment on discussion pmw-general

    I've got a project that uses PMW for tooltips. PMW 2.0.1 just started throwing errors with Collections.callable. PMW 2.1 fixes this, but it's not on PyPi, so I imagine most people aren't aware the update exists. Could you push the new version to PyPi?

  • Python megawidgets Python megawidgets released /Pmw-2.1.tar.gz

  • Greg McFarlane committed [dbcbed]

    Updates for release of Pmw.2.1.

  • Greg McFarlane committed [5c9713]

    Changes for release of Pmw 2.1.

  • Greg McFarlane committed [f9aa74]

    Minor changes.

  • Greg McFarlane committed [bb4b60]

    Restored release procedure.

  • Greg McFarlane committed [9bb461]

    Various bug fixes and mods for changes in python3 (string commands,

  • Greg McFarlane committed [23f402]

    Adding docsrc directory after removing doc directory.

  • Greg McFarlane Greg McFarlane merged merge request #1

    Border colors conversion to int

  • Emilio Barrios Emilio Barrios posted a comment on ticket #53

    I have same issue and wondering if there is a workaround or tip&trick ?

  • Felipe Alcacibar Felipe Alcacibar created merge request #1

    Border colors conversion to int

  • Travis Revis Travis Revis created ticket #53

    RadioSelect confuses multiple instances

  • Robin Becker Robin Becker created ticket #52

    Use of collections.Callable is a bug in python 3.9

  • Thomas Holder Thomas Holder posted a comment on ticket #7

    fork with patch applied: https://github.com/schrodinger/pmw-patched

  • Thomas Holder Thomas Holder posted a comment on ticket #8

    fork with patch applied: https://github.com/schrodinger/pmw-patched

  • Thomas Holder Thomas Holder posted a comment on ticket #51

    Patch #7 fixes this: https://sourceforge.net/p/pmw/patches/7/

  • Chris Fuller Chris Fuller created ticket #51

    Python3 bug in Pmw.Color

  • buhtz buhtz created ticket #8

    scrollable multi column listbox with images

  • buhtz buhtz created ticket #7

    demo/ScrolledFrame.py: No mouse wheel

  • buhtz buhtz created ticket #50

    mailinglist link dead

  • buhtz buhtz created ticket #49

    demo/HistroyText.py on Python3: no __next__

  • buhtz buhtz created ticket #48

    Screenshots

  • Thomas Holder Thomas Holder posted a comment on ticket #47

    this is fixed in fixed in pymol rev 4182 https://sourceforge.net/p/pymol/code/4182/

  • Petr Aleksandrov Petr Aleksandrov created ticket #47

    Error when using with Python 3

  • Thomas Holder Thomas Holder posted a comment on ticket #8

    updated patch

  • Thomas Holder Thomas Holder created ticket #8

    support Python 2 with bundled Pmw-2.0.1

  • Thomas Holder Thomas Holder created ticket #7

    fix Pmw for Python 3.6

  • Jack Howarth Jack Howarth posted a comment on ticket #46

    I see the same artifact for tcl/tk 8.5.18 and tcl/tk 8.6.4 on x86_64 darwin using...

  • Adrian Adrian posted a comment on ticket #46

    Jack, I can't seem to be able to reproduce this one. I'll try to install a couple...

  • Adrian Adrian posted a comment on ticket #44

    These issues should have been solved by the package I uploaded yesterday but that...

  • Jack Howarth Jack Howarth created ticket #46

    Dialog_test.py test produces a collapsed window.

  • Jack Howarth Jack Howarth posted a comment on ticket #44

    One last issues with 'format' exists in the Counter demo... Counter.py: entryfield_validate...

  • Adrian Adrian committed [883dd3]

    - fixes maketar.py to use the new PyPi-compatib...

  • Adrian Adrian modified ticket #44

    Pmw 2.0.0 EntryField demo crashes on python 3.4.3

  • Adrian Adrian posted a comment on ticket #44

    Fixed in 2.0.1-alpha

  • Adrian Adrian modified ticket #45

    Pmw 2.0.0 shows misc tests failures

  • Adrian Adrian posted a comment on ticket #45

    Fixed in 2.0.1-alpha

  • Python megawidgets Python megawidgets released /Pmw_2_0_1-alpha.tar.gz

  • Adrian Adrian committed [a84d27]

    - updates details for package publish

  • Adrian Adrian posted a comment on ticket #45

    Tkinter_test is very old and is skipped by default in all.py; the comments inside...

  • Adrian Adrian committed [cb158e]

    See BUG#45

  • Adrian Adrian committed [48399a]

    - fixes BUG#45 (the parts which have been indic...

  • Adrian Adrian posted a comment on ticket #45

    These seem to be side-effects of the switch to Tkinter 8.6 made in Python 3.4; I'll...

  • Adrian Adrian posted a comment on ticket #44

    The format option was fixed in https://sourceforge.net/p/pmw/hg/ci/d533281b5eb93351b6cffb79f43cd9eed784dfbb;...

  • Adrian Adrian committed [30ff91]

    - fixes a bug in the HistoryText demo (used inc...

  • Jack Howarth Jack Howarth posted a comment on ticket #45

    The Tkinter_test.py tests under python 3.4.3 fail with the errors... ('====', 'function...

  • Jack Howarth Jack Howarth posted a comment on ticket #45

    The Test.py tests under python 3.4.3 fails with the error... Traceback (most recent...

  • Adrian Adrian modified ticket #44

    Pmw 2.0.0 EntryField demo crashes on python 3.4.3

  • Jack Howarth Jack Howarth posted a comment on ticket #45

    The ManualTests.py tests under python 3.4.3 fail with the error... Traceback (most...

  • Jack Howarth Jack Howarth posted a comment on ticket #45

    The Counter_test.py tests produce the following failures under python 3.4.3... ('====',...

  • Jack Howarth Jack Howarth created ticket #45

    Pmw 2.0.0 shows misc tests failures

  • Adrian Adrian posted a comment on ticket #44

    Jack, Thanks for the report. There are two different issues there: - the 'format'...

  • Jack Howarth Jack Howarth posted a comment on ticket #44

    Note that this issue seems to be similar to the one previously reported in https...

  • Jack Howarth Jack Howarth posted a comment on ticket #44

    The same failures are seen with Pmw 2.0.0 run against python 3.3.6 on x86_64-apple-darwin12...

  • Jack Howarth Jack Howarth posted a comment on ticket #44

    A similar crash is seen in the HistoryField widget from the All.py demos window under...

  • Jack Howarth Jack Howarth created ticket #44

    Pmw 2.0.0 EntryField demo crashes on python 3.4.3

  • phk phk posted a comment on discussion Help

    Thank you for the patience to explain!! It helps me a lot!!

  • Adrian Adrian posted a comment on discussion Help

    "Active" tabs trigger the raisecommand; inactive ones trigger lowercommand. The functions...

  • phk phk modified a comment on discussion Help

    I'm sorry to disturb you once again. I attached a word file to show the rendering...

  • phk phk posted a comment on discussion Help

    I'm sorry to disturb you once again. I attached a word file to show the rendering...

  • Adrian Adrian posted a comment on discussion Help

    Actually I would prefer to leave the discussion here since it might be picked up...

  • phk phk posted a comment on discussion Help

    Thank you very much!! In fact ,I need more helps... I want to change the color just...

  • Adrian Adrian posted a comment on discussion Help

    I replied using the discussion e-mail address but SF seems to be experiencing some...

  • phk phk posted a comment on discussion Help

    It seems that there is no options to change the color and the size when created a...

  • Adrian Adrian committed [d53328]

    - fix a bug in the date validator ("format" par...

  • Emma Emma posted a comment on discussion Help

    Thank you Greg!

  • Greg McFarlane Greg McFarlane posted a comment on discussion Help

    Hi Emma, You can create and configure in one line: myDialog = Pmw.ComboBoxDialog(parent,...

  • Emma Emma posted a comment on discussion Help

    I figured it out. As I suspected, once you know how it is so easy :) For the record,...

  • Emma Emma posted a comment on discussion Help

    Hi all It seems this should be simple, but I've looked through the documentation,...

  • Adrian Adrian modified ticket #7

    pypi support

  • Adrian Adrian posted a comment on ticket #7

    PyPi package created from the ReportLab version. Added to PyPi.

  • Adrian Adrian committed [13f476]

    - adds first Mercurial version

  • Python megawidgets Python megawidgets released /README-version

  • Adrian Adrian posted a comment on discussion pmw-general

    I've adapted the new package style today. It's been released as the new default download....

  • Python megawidgets Python megawidgets released /Pmw-2.0.0.tar.gz

  • Andy Robinson Andy Robinson posted a comment on discussion pmw-general

    Good afternoon, Here at ReportLab we have a very old GUI app we wrote using Pmw 12...

  • RonF from ECI RonF from ECI posted a comment on discussion Help

    Thanks Adrian. I saw the lower case import tkinter in the demos and thought there...

  • Adrian Adrian posted a comment on discussion Help

    Ron, Pmw2 is the Python 3 version of Pmw - other than that, there's no great difference...

  • Adrian Adrian posted a comment on a wiki page

    In order to use Python Megawidgets with Python 2.x, you'll have to download Pmw 1;...

  • RonF from ECI RonF from ECI posted a comment on discussion Help

    I don't think Pmw2 will work with python 2.x. I get the following error when I try...

1
MongoDB Logo MongoDB