Mike Driscoll

Results 23 comments of Mike Driscoll

I installed the latest wxPython version when I wrote that book, which was wxPython 4. I think 4.1.1 is out now, but that version should work the same way with...

Hmmm. Works on Linux (Xubuntu 18.04) and Windows 7. I will have to try this on my Mac later

Works on my Macbook Pro 10.14.4, Python 3.6.4. I do see this in stdout: objc[11673]: Class FIFinderSyncExtensionHost is implemented in both /System/Library/PrivateFrameworks/FinderKit.framework/FinderKit (0x12a2df3c8) and /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride (0x132108f50). One of the two...

Looks like my warning has something to do with Tkinter - https://github.com/jarvisteach/appJar/issues/285 I don't know why it shows up when running wxPython, but that thread mentions that PyQt5 is also...

Hmmm. I will have to try creating a virtualenv then when I get a chance. Not sure why that would happen in that scenario though

I created a virtualenv using Python's `venv` module. I installed wxPython, PyPubSub and ObjectListView in it and the text search code worked fine for me.

I hate to ask this, but could you try with Python 3.6? I wonder if there is some weird incompatibility with 3.7. I don't have 3.7 on my Mac at...

Windows 10 appears to work wit Python 3.7, although I am seeing this error in stdout: ``` Exception in thread Thread-2: Traceback (most recent call last): File "c:\Program Files (x86)\Python37-32\lib\threading.py",...

I went ahead and fixed the issue I mentioned finding on Windows 10

FYI: I added Python 3.7 to my Mac and ran this code. I do get an error now that does not appear in 3.6. However, it is different from yours:...