Ok folks,
There seems to be enough interest to keep the list, and it isn’t enough of a
burden on me.
We’ve now moved to mailman 3.
Regards,
Jack
> On 21 May 2025, at 22:27, gl...@twistedmatrix.com wrote:
>
>>
>> On May 16, 2025, at 6:52 PM, Matthew Dixon Cowles wrote:
>
I can’t check right now (I don’t have a universal Python installed, just to
separate intel and M1 pythons), but if you use Finder “Get Info” on the
application bundle: does it show the “Open using Rosetta” checkbox?
If it does: ensure it is unchecked.
--
Jack Jansen, , http://www.cwi.nl/~jack
No worries, you can do Python development during the Intel->Arm transition. And
then in umpteen years during the Arm->RiscV transition, and after that: who
knows….
(And you probably weren’t born for the 68000->PowerPC transition)
:-)
--
Jack Jansen, , http://www.cwi.nl/~jack
If I can&
m, if that:-)
Looking at the timeline of the PowerPC->Intel transition I think most of the
problem will be solved in another year, because pretty much everything will be
available for arm natively.
--
Jack Jansen, , http://www.cwi.nl/~jack
If I can't dance I don't want to be part of
in the correct directory
everything works fine.The white windows will use python3 for arm, the cream
windows will use python3 for intel.
--
Jack Jansen, , http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma Goldman
> On 12 Jan 2022, at 17:29,
these environment variables are always cleared automatically (unless
you have the com.apple.security.cs.allow-dyld-environment-variables
entitlement, so if there’s a third party app somewhere in the chain that’s a
no-no).
--
Jack Jansen, , http://www.cwi.nl/~jack
If I can't dance I don't want to
ationServicescom.apple.trust-settings.admincom.apple.private.MobileContainerManager.lookupappDatapluginDatacom.apple.private.tcc.allowkTCCServiceAppleEventskTCCServicePhotoskTCCServiceDeveloperTool
```
Which looks reasonable...
--
Jack Jansen, , http://www.cwi.nl/~jack
If I can't dance I don't want
Apple for
Monterey, maybe for accessing the window manager, and py2app doesn’t know about
this? Anyone (Ronald, probably) have any idea?
--
Jack Jansen, , http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma Goldman
> On 21 Dec 2021, at 12:46
web page with
instructions on how to install a compatible Python.
That is sort-of what Kevin suggests (Point users to a Python installation), but
with a bit of automation added.
Jack
> On 2 Oct 2021, at 16:22, Kevin Walzer wrote:
>
>
> On 9/28/21 1:12 AM, Vincentius Vinc
A quick guess: maybe pandas doesn’t like to be included into a py2app
application in this way? I think `.pyx` files are Cython sources, and I think
these need to be compiled on installation (which should have happend during
py2app?).
When you google for “pandas py2app” you’ll find people report
less true today than it was then…
Jack
> On 18-Jan-2021, at 18:38 , Christopher Barker wrote:
>
> On Mon, Jan 18, 2021 at 1:34 AM Ronald Oussoren <mailto:ronaldousso...@mac.com>> wrote:
> As mentioned on python-dev adding the “pythonw” functionality to the unix
> bui
problem are you trying to solve?
Jack
> On 14-Jan-2021, at 23:07 , Chris Barker via Pythonmac-SIG
> wrote:
>
> Ned suggested I bring this conversation over here from python-dev, so here it
> is.
>
> What I'd like to see done is have the "pythonw" wrap
feel free to post problems here,
Jack
> On 29-Dec-2020, at 19:29 , Guido Deboeck wrote:
>
> In Lesson 2 of Python and Arduino by Paul McWhorter he suggest downloading
> Python 2.7 rather than the more recent version 3.x. He also suggests to
> download pyserial 2.7 as well as v
Is anyone planning to track the Apple Silicon stuff and/or get a developer
system, and see what needs to be done for Python?
I can help out, if wanted, but I won’t be trying to get a developer system
myself because I won’t be able to spend a lot of time.
--
Jack Jansen, , http://www.cwi.nl
tform-specific installation requirements
(that bits of it go into /Library/Frameworks and other bits in /Application),
and in the end you setup a few symlinks in the conda bin directory (or the
conda per-environment bin directory, or however that works) and for a conda
user the situation will be
but it would under the hood
have all the PATH and DYLD_LIBRARY_PATH and whatnot to use the Python from the
accompanying framework build always.
Jack
> On 14-Mar-2020, at 23:49 , Christopher Barker wrote:
>
> Jack et al,
>
> Yes, lots of deja vu here as well -- I suppose beca
MacOS Framework build of Python for
Anaconda”?
Jack
> On 14-Mar-2020, at 14:54 , Ronald Oussoren wrote:
>
>
>
>> On 13 Mar 2020, at 20:36, Christopher Barker > <mailto:python...@gmail.com>> wrote:
>>
>> There is a private API that makes it possible
whatnot. I wouldn’t be surprised at
all if some time soon “free dylibs”, i.e. dylibs outside of an app bundle or
framework bundle, become impossible unless you build them yourself from source.
Jack
> On 09-Mar-2020, at 17:53 , Christopher Barker wrote:
>
> All,
>
> (mostly
Well, turns out the problem isn’t with the whole list, it’s just with that
Criollo thread. Apparently the messages in that thread have gotten so big
(>40K) because of all the code fragments and topquoting.
So nothing to worry about.
Jack
> On 09-Jan-2020, at 00:16 , Jack Jansen
things may be a bit slow:-)
--
Jack Jansen, , http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma Goldman
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
https://mail.python.org/mailman/listinfo/pyt
with other NSFoundation stuff (as long as it didn’t touch the
gui) by giving it a runloop in a different thread.
But: this was about 6 years ago, things may have progressed since then…
Jack
> On 06-Sep-2017, at 22:57 , Ronald Oussoren wrote:
>
> Hi,
>
> I’m kind of hoping that
o this? Thanks!
>
> Pito Salas
>
>
>
> ___
> Pythonmac-SIG maillist - Pythonmac-SIG@python.org
> https://mail.python.org/mailman/listinfo/pythonmac-sig
> unsubscribe: https://mail.python.org/mailman/options/Pyt
be caused by some early dialog that triggers a bug
in your initialization code, or more precisely: the order in which you
initialize things.
But really: I’m only guessing here, in the hope it’ll give you an “Aha!”
moment:-)
Jack
> On 30 Jan 2017, at 20:14, David A. Riggs wrote:
>
, question 3a to some extent also is 2a.
Regards,
Jack
> On 10 Jan 2017, at 20:54, Ronald Oussoren wrote:
>
>
>> On 10 Jan 2017, at 20:43, Ronald Oussoren wrote:
>>
>>
>>> On 10 Jan 2017, at 17:05, Jack Jansen wrote:
>>>
>>> I have complet
.html
I think Python 2.7 older that 2.7.13 (i.e. including the apple-shipped Pythons)
don’t support TLS 1.2 by default, which would seem to suggest that things like
pip will stop working as of this summer.
Or am I overreacting?
--
Jack Jansen, , http://www.cwi.nl/~jack
If I can't dance I don
-packages/removeSystemExtras.pth where you import sys
and manually remove the Extras entries. Be careful, putting code (as opposed to
pathnames) into a .pth file requires the line to start with “import “.
Jack
> On 13-Sep-2016, at 23:37 , Andrew Jaffe wrote:
>
> Hi,
>
>
>> On
/pip/issues/2468
If you can get rid of
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python in
sys.path you should be all set.
> On 13-Sep-2016, at 22:59 , Glyph Lefkowitz wrote:
>
>
>> On Sep 13, 2016, at 12:05 PM, Jack Jansen wrote:
>>
&g
/Versions/2.7/lib/python2.7/site-packages
and then clean it out. Then after a reboot re-install the packages you’re still
using.
Jack
> On 13-Sep-2016, at 20:50 , Andrew Jaffe wrote:
>
> Dear Chris and Glyph,
>>
>> On Sunday, September 11, 2016, Andrew Jaffe wrote:
>>
quality software:-). I'll continue as a
maintainer (as long as you let me:-), but i don't want to be the sole person
responsible.
--
Jack Jansen, , http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma Goldman
brary/Frameworks/frameworkgoeshere.framework/Versions/A/Resources/BridgeSupport/PyObjC.bridgesupport')
objc.parseBridgeSupport(f.read(),
globals(),"/Library/Frameworks/frameworkgoeshere.framework")
On Tue, Jan 19, 2010 at 12:41 PM, Ben Jack wrote:
> Hi there,
> I am currently del
Hi there,
I am currently delving into pyObjC, but have been running into some
difficulty's with using the bridgesupport files for the framework I am
using.
I have the basics working using objc selectors for example if I have a
delegate function buttonChanged_isPressed_ (int1, int2) :
buttonChanged_
rsion might well fail for hand-mounted NFS shares in non-standard
locations...
--
Jack Jansen, , http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman
___
Pythonmac-SIG maillist - Pythonmac
LE from a Terminal window, just to
check that it isn't giving useful output on stderr ("Error creating
menu bar: bla bla bla").
--
Jack Jansen, , http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman
if it is,
when is the best time to do so.
I know some people who have been involved in patent fights, I will ask
around.
Could other people share their insights too, and/or ask around?
Hmm, one of the inventors is our old friend Bill Bumgarner. Bill, are
you still on the list? Can you sa
oc().init()
...
The pool will be discarded when the thread exits, and that's that.
Of course, if you want the pool to be emptied more often you have to
add code to do that.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I d
t instance. NSApplication, NSFontManager,
NSNotificationCentre, too many to mention, really.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman
___
(as there's no window server). Hmm, maybe the speech stuff
falls in this category after all, Apple may not want you to access the
speaker if you're not the owner of the screen (the "you" here being
the person running the script).
--
Jack Jansen, <[EMAIL PROTECTED]>,
hat I've somehow
cheated when I'm done: the GUI works, but I don't remember actually
writing any code:-)
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman
_
es to load a user-installed copy of
Python 2.4 which doesn't exist.
I assume that on your development machine you have 2.4 installed,
and /Library (with the user-installed 2.4) takes precedence over /
System/Library (with the Apple-installed 2.5) when you built the app.
--
Jack Jansen
Now that pyobjc is a first-class citizen of MacPython, is there any
reason to maintain two mailing lists? Are there any people who are on
one of the lists and not the other?
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to
luded in Leopard, so you may not need to even download
anything unless you need a newer version.
--
// jack
// http://www.nuthole.com
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
be a bit of
a problem. The normal way to build for one platform on another
platform is through the --host crosscompilation support of configure,
but Python doesn't like that. Try starting with running the whole
configure/build with CFLAGS="-arch ppc" in the environment.
--
Ja
On 9-Apr-2008, at 07:56 , Ronald Oussoren wrote:
Even fixing bgen isn't that much work, once you understand the code.
The problem is that bgen is a nearly vertical learning curve and
Jack seems to be the only person that understands enough of bgen to
be able to hack on it. I'm
;:
test()
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of y
atible shortcuts (so
find would be F3, probably).
I don't like customizable keyboard shortcuts in general (this is what
makes it impossible to type anything in someone else's Emacs, for
example), but in this one case I think it's definitely worth it.
--
Jack Jansen, <[EMAIL PRO
something not being loaded
into the shared library that's at the heart of the Python framework.
Don't ask me what wasn't being loaded, this is really long ago (OSX
10.2, or 10.3 at the latest).
If you look through the Makefile (Makefile.pre.in, configure.in, etc)
you should be
someone else could try disabling three cores? If that increases the
pystone number (in stead of decreasing it) this could point to a
processor affinity problem in MacOSX.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of you
here must be yet another bottleneck...
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
stallers for each of these hotfixes, and then have a umbrella
installer that encompasses all of these? That way, as new problems
surface the only work would be to create a hotfix installer for that
single problem and do a tiny update to the umbrella installer.
--
Jack Jansen, <[EMAIL PROT
ion modules being compatible with a fairly wide range of Python
installations, but please let's try and keep it that way.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman
__
64-bit fix are likely to affect me are
exactly zero (the "newcomer me" from this paragraph, not the "flesh
and blood Jack" me:-).
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Go
build libpng universal, but problems
with '-M' are usually solved by adding '--disable-dependency-
tracking' to the configure command.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution --
I've just realised how powerful CoreAnimation is, and I want to start
playing with it, especially with the interaction of CoreAnimation
CALayer with "classic" AppKit views and how to treat events, etc.
Is anyone else here using it, and/or interested in sharing experience?
. I used that in the
distant past to allow packman to fix bugs in system packages.
I put the following line (without indentation) into ~/Library/Python/
2.5/site-packages/HackPath.pth
import sys ; sys.path.insert(0, '/Users/jack/MyPythonPrependedPath')
And, indeed, '/Users/
opment, i.e. when the library
API has only a couple of calls you have the ObjC programmer write a
minimal test script which you then port to Python, you could give
this back to the ObjC developer. There's a very good chance this'll
teach them enough Python to continue the testing
Easy in
> python via Twisted, no doubt less so in cocoa.
>
> As always, any advice is much appreciated.
>
> Cheers,
> Darran.
>
> --
> Darran Edmundson [EMAIL PROTECTED]
> http://www.edmstudio.com
> ___
> Pythonmac-SIG maillist
set to 0xFF) as a signed byte, which it
cannot do.
Change the struct.pack format from 'llHhllbbl' to 'llHhllBBl'.
The code predates the distinction between signed and unsigned bytes
in struct.pack.
But be warned that this also shows how well-maintained the code is:-
hi.
can anyone tell me how to use py2app? im just a novice python
programmer and i have no idea how to use it. does anyone know if
theres a gui version around? i have no idea what distutils or
anything like that even MEANS. i just want to be able to send pygame
games to friends.
please help
ngle toolkit for everything"
paradigm will break, because Oldstyle-C-Quicktime will (in 64 bit
space) lose it's ability to tweak the rendering so it'll be an edit-
only API and QTKit will have to be used for rendering.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.
ructured and a joy to read.
Definitely worth a look if you have a couple of hours to burn,
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman
smime.p7s
Descri
may have applied in the past are no longer in force.
TIA
Ed Hartley
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your rev
aepack
> aetools
> aetypes
> findertools
> gensuitemodule
> lib_scriptpackages
> MiniAEFrame
You missed EasyDialogs, which is also the one we may want to keep. It
uses aepack for the file dialogs.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't d
se zap it now (at least in the trunk) so that problems show
up sooner rather than later. I'm reasonably sure that there's various
things that depend on it (possibly indirectly), these would need
fixing then.
At least if the module is scrapped now we should find out what breaks,
--
t even be all that much
work, but I simply don't have the time (and probably won't have the
time in the coming few years).
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman
can't seem to find a way to set the folder background image through
a shell command or applescript or anything...
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman
__
possible", in the full stuffit it's probably something
similar.
It's on by default, it's what makes stuffit do the full decoding and
unpacking of, say, a .tar.gz.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be pa
tional C++ bridge for Ambulant
(which is my main project nowadays, and which is one of the things
that makes me spend so little time with development of Python itself).
But unfortunately getting the &*^$ thing in better shape for initial
use is something that keeps slipping:-(
--
Jack
he
Python documentation, but the transformation from the official Apple
C documentation is pretty clear (I think).
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman
ay from it for years.
Quicktime is probably your best option for recording from Python, but
I wouldn't bet on it that all the correct functionality is exported
to Python. But I'll be going to need some recording facilities too in
the near future, so if there's something you
sktop/alfred_hw.app/alfred_hw << .
#!/usr/bin/env python
from Tkinter import Tk, Label
r=Tk()
Label(r, text="Hello World").pack()
r.mainloop()
.
chmod +x ~/Desktop/alfred_hw.app/alfred_hw
Is anyone else familiar with such simple .app bundles?
--
Jack Jansen, <[EMAIL PROTECTED]>,
> chmod +x ~/Desktop/MyProg.app/MyProg
>
> double click MyProg on the desktop and it should launch your python
> program using pythonw
I was very surprised when I saw this, I'd never seen this before.
And, indeed, when I tried it it didn't work:-(
Maybe you skipped an im
tween machines
with 32 and 64 bit integers, but I recall that that has been solved
also. And at least it isn't a problem for ppc/intel mac portability.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your re
and with cobject it can actuallybe done in a pretty safe way, so I would use something like thatnowadays.-- Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack If I can't dance I don't want to be part of your revolution -- Emma Goldman
smime.p7s
Descrip
tsupport, which leads to one C type being handled as CmpObj in stead
of CmpInstObj.
Hmm, well at least the patch will contain that information, I guess.
Could you put it on sourceforge and assign it to me?
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I
d one is for .py documents, and the third one is for .pyc and .pyo files. So, I'd say that using the second and third ones (or something similar) for .py and .pyc/.pyo files on the Mac would be the way to go.
-- // jack// http://www.nuthole.com
___
P
The majority of the people seem to think the occasional job posting
is fine, with this policy to be reviewed when we're sick and tired of
the number of job postings.
But as we've so far had only one in the 10+ years this list exists I
think we're pretty safe for the time b
e feedback as a guidance in the future.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.
ctly: AEInstallEventHandler is blissfully unaware of
refcounts. It simply passes the address of the callback function
object to the C AEInstallEventHandler, and hopes the object still
exists when the callback comes.
The workaround is to keep a reference to the object around. Which is
appa
nicely in a different directory than the source, I'm doing that all
the time), once for ppc once for x86, and then using lipo to combine
everything.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dan
id not have
the feature to set how many spaces a tabstop was it was decided to go
with spaces for indenting: going with tabs would have meant unix-
heads would be stuck with unusable 8-space indents.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don
could generate whatever kind of docs they wanted. If that were the case, it should even be easy to even generate PyObjC-syntax docs for the frameworks. What the heck, I'll post it as a bug on
http://bugreport.apple.com just for fun.-- // jack// http://www.nuthole.com
o use. You can browse the docs within XCode, but instead I'd recommend AppKiDo:
http://homepage.mac.com/aglee/downloads/appkido.htmlIt looks through the installed API documentation, and provides a slick, quick interface to search browse the class libraries, more quickly and effectively than a print b
tf-8') instead of just prepending it with 'u'.
Running framework python 2.4.1, mac os 10.4.3, PyObjC 1.3.7 (from the installer package for 2.4.1/10.3; is it odd that there's not a 1.3.7 for 2.4.1/10.4, or should the one I've got work OK?)-- // jack
// http://www.nuthole.com
tp://pythonmac.org/packages/), and get used to using the
command-line to install anything else you need.
--
// jack
// http://www.nuthole.com
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
tcshrc, but I thought that
this bit of applescript hackery could help someone along the way)
-- // jack// http://www.nuthole.com
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
/local/bin/ at the front of your shell path. Should I
do this for you?"
That way, those of us who are accustomed to managing our own path can
do so ourselves, while newbies will get it taken care of for them.
-- // jack// http://www.nuthole.com
__
m CVS can play around with it.
Please reply also to me personally, I still have 847 pythonmac-sig
mails waiting for me so if you reply only to the list it'll be a long
time before I see it...
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can
anks in advance,
jack.
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
x27;http://tinyurl.com/create.php?url='+location.href)
For whatever page you're looking at, a click on that will take you to
a page that gives you a tinyurl equivalent of your big-ass URL.
--
// jack
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
ink that you're being a good
citizen by using a built-in resource that will carry you along to
future versions (which it most certainly will NOT).
--
// jack
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
nd this, I think Just wanted to
make sure that if you had two edit windows open both with "run as
__main__" selected they didn't influence each other. On the other hand
I can imageine that if you do that, open two windows in __main__ mode,
the behaviour you want is exactly that.
any feedback that it actually works. So please report back here.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman
___
Pythonmac-SIG maillist - Pyth
he experimental database in Package Manager you'll see it
listed.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman
___
Pythonmac-SIG maillist -
ms I made the switch from
CW6 to CW7 in December 2001. The log messages seem to suggest that 2.2
was released with CW7. So that means 2.1 is the last version that'll
build with CW6...
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want
If anyone has tried to build Python on Tiger: could you please contact
me?
I've received a bug report that I'd like some more data points on...
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your r
urse, I've only tested it very lightly and it's very possible
I forgot some essential things. Could you please check whether Python
2.4 (or its Carbon.Qt module used in 2.3) allows you to access the
codec you need?
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I
On 18-feb-05, at 22:24, Rick Thomas wrote:
A (hopefully) minor nit:
On the web page <http://homepages.cwi.nl/~jack/macpython/beta.html>
there is a link to a "fix for Apple Python". Unfortunately, clicking
the link tries to go to
<http://homepages.cwi.nl/~jack/macpython/
.3.5
MacOS 9.2:
MacPython-OS9 2.3.5
MacOS 9 or 9.1:
MacPython-OS9 2.3.5
Also install CarbonLib 1.3 from Apple
MacOS 8.1 or later:
MacPython-OS9 2.2.3
You may need to install Appearance Manager 1.1 on 8.1
Older MacOS releases, including all 68K Macintoshes:
MacPython 1.5.2
--
Jack Jan
f so few users. But then, I myself
am one of those few:-)
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma
Goldman
___
Pythonmac-SIG maillist - Pythonmac-SI
new stuff Steve (Our Beloved
Leader, He Who Designed What No Man Designed Before, He Who Forever
Enlightens Our Path, etc etc etc etc etc:-) came up with.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of y
1 - 100 of 147 matches
Mail list logo