DLL Error from a beginner
Running Pyscripter and Python version 2.7.12 on Win10 Home on a 64bit Laptop 1. A simple Python application runs successfully. 2. WxPython(wxPython3.0-win64-3.0.2.0-py27(1).exe executed successfully 3. To the simple app above, I add import wx and an Error Dialog occurs: ImportError: DLL load failed: %1 is not a valid 32 application If I see win64 in the exe filename I think I have the correct wxPython install. What have a done wrong ? -- https://mail.python.org/mailman/listinfo/python-list
Resolve ModuleNotFoundError: No module named 'wx'
Running Win10 64-Bit and Pyscripter 3.3.2 Beta and/or VS 2017 with Python 3.6.5 (v3.6.5:f59c0932b4, Mar 28 2018, 16:07:46) [MSC v.1900 32 bit (Intel)] on win32. Interpreter sees import wx so will it attempt to find a specific file or reference to wx ? Exactly what is the interpreter looking for? I thought an environment variable D:\Python36\wxPython\site-packages would resolve the issue .. but I was wrong ! Advice please -- https://mail.python.org/mailman/listinfo/python-list
Enhanced input dialog
Running Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Intel)] on win32. Under Win7 using Pyscripter 3.6.0.0 x86 Somehow integer1 = input( "Enter first integer:\n" ) # read string when executed presents a nice input dialog box instead of a command line prompt. It provides a text box, OK and Exit buttons, and I did not import wxPython. The print command responds as expected. How is this possible ? What is providing this enhanced functionality ? TIA Bob -- https://mail.python.org/mailman/listinfo/python-list
