68kMLA Classic Interface
This is a version of the 68kMLA forums for viewing on your favorite old mac. Visitors on modern platforms may prefer the main site.
| Click here to select a new forum. | | wxPython module for MacPython 2.3.3 | Posted by: Knez on 2015-04-11 08:41:47 After some searching, it seems like there was a wxPython version compiled for MacPython for Mac OS 9, but it was never released officially.
Is there anyone here that might have a copy stored somewhere?
Or does anyone on this forum have the skill to compile it from source and release to the public?
Would make my day and help my Mac OS 9 developing quite a bit 🙂
| Posted by: PowerPup on 2015-04-12 13:22:41 I can't seem to find any references that suggest that wxPython was built for Mac OS 9, only Mac OS X. Seems like one would want to use a faster, compiled language like C/C++ or Pascal for Mac OS 7/8/9 instead of a slower, interpreted language like Python. (Though I do love me some Python!)
In order to use wxWidgets under Mac OS 9, you'd need to compile the toolkit library. Which could be done using an old enough version and a copy of CodeWarrior.
You'd probably find way more documentation, helper libraries, etc, if you went with using the native toolbox and CodeWarrior or THINKPascal. Old introduction books can usually be found cheap on Amazon or other online book stores. (There's always the Apple Developer books too for advance stuff.)
Don't mean to burst your bubble, but it looks like the path you were hoping to go (wxPython for Mac OS 9) never really matured. (No documentation, builds, etc.) Which would only hinder your developing rather than help. It's always better to go with something that's well documented and still accessible. (You can still find copies of CodeWarrior and THINKPascal to buy or other means.)
| Posted by: Knez on 2015-04-12 13:34:02 I have some stuff made in Python with wxPython that I would like to try to port to Classic Mac OS, hence the question.
I found this when I searched around, so I felt like there might be a binary floating around somewhere. I might be wrong though.
HiÂ
wxMac is already fully carbonized there's nothing more to do there, I've
once in spring compiled the extensions for Python on classic mac os /
carbon, and basically it was running although there were quite a few
bugs 😉 I am not sure how much interest on the classic side remains,
since till then nobody asked for it once we had it running under OSX.
But if there is still interest I'll dig out my notes and attempt a
rebuild...
Stefan Csomor https://mail.python.org/pipermail/pythonmac-sig/2002-July/005917.html
| | 1 |
|