-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.12 distutils package has been removed #2519
Comments
A real stack backtrace would have been nicer to read, 'demo' does not have a line 59. Anyway: Actually, distutils is not yet gone, it's now part of setuptools before it will eventually die. |
in wxPython-demo-4.2.1\demo there is module Main.py which gets called at demo and here at line 59 happens to be |
umm yea demo no line 59 or 42 either.... Thread extinguished. |
Actually it has been long depriciated and i finaly gone with version 3.12 see https://docs.python.org/3/whatsnew/3.10.html#distutils-deprecated So all of us with new installs fail here and so will all futer uses Traceback (most recent call last): |
Ok, good buddy, let's make it clear...
I was the one that spent GOD-KNOWS how many hours porting the old classic
wxpython demo and numerous modules to work on wxPhoenix. ...having said
that most of what you see is a (WIPz) throughout the years. Some stuff
simply wasn't needed. Why, you ask...? Well simply because installing
python and wxpython was good enough(might add pywin32 and pillow).
A philosophy of 'Project Phoenix's was to eliminate CRUFT beyond classic
wxpython(was being built with swig instead of sip). Now that you have a
extraordinary sized glass of brew, take a sip, it is almost as refreshing
as getting a whole glass. Toast, cheers.
By the way, if you are interested in working on the framework, I have
already started a community ideas based one, tho it well.... NEEDs work
from more than a one man army... Get it. There used to be a wxUsers and
wxDev groups on mailing lists, ... Now basically there is forums type on
discuss.wxpython
I have gotten lots of praise for my 'BAIN' style working of the wxdemo
framework, but it is a hacked up mess.
... And yes I have it hosted on GitHub if you want to hack some more on it.
Thanks.
…On Sun, Feb 4, 2024, 7:24 PM Carsten Zen N ***@***.***> wrote:
SOLVED.
#2520 <#2520>
7e2c7d6
<7e2c7d6>
—
Reply to this email directly, view it on GitHub
<#2519 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDTXRHUOEJXJLCFS3RJHGDYSAYDJAVCNFSM6AAAAABCHJQEEGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRWGA2TGNZQGI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I like sipping crafters.. |
Good response good buddy.
…On Mon, Feb 5, 2024, 10:40 AM da-dada ***@***.***> wrote:
I like sipping crafters..
—
Reply to this email directly, view it on GitHub
<#2519 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABDTXRDAXFSLFLSIZQLKQVTYSEDPBAVCNFSM6AAAAABCHJQEEGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMRXGQYTSMBQGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
This issue has been mentioned on Discuss wxPython. There might be relevant details there: https://discuss.wxpython.org/t/demo-doesnt-start-can-treectrl-do-this/36806/2 |
Operating system:
wxPython version 3.12:
the demo doesn't run:
Main.py of wxPython-demo-4.2.1\demo line 59 from distutils.version import LooseVersion:
Code Example (click to expand)
# Put code sample here
The text was updated successfully, but these errors were encountered: