ob, anything in your PackMan database, maybe?
--
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 - [EMAIL PROTECTED]
http://m
in Mac/OSX to apply the patch.
--
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 - [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/pythonmac-sig
is to install include files outside of /System
while keeping them functional. The disadvantage is that my approach
seems to induce vomitting in some people ;-)
I assume that was me:-)
But I can't for the life of me remember how you did it. Do you have a
reference?
--
Jack Jansen, <[EM
le a bugreport and a solution may be
available sooner:-)
--
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 - [EMAIL PROTE
rk.py", line 545, in __init__
self.id, self.menu = self.bar.addmenu(title, after, id)
File
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/
python2.3/plat-mac/FrameWork.py", line 479, in addmenu
id = self.getnextid()
File
"/System/Library/Frameworks/Pytho
arated list. If they're something else (a
list of Pascal strings?) I'll just hope someone will chime in.
--
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
_
his
could well affect other command lines as well.
Check that gcc is indeed Apple's gcc, and not something else.
--
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
{
integer = $$Countof(StringArray);
array StringArray {
pstring; /* String */
};
};
So it looks like a 2-byte count followed by an array of Pascal strings.
Ah yes. And now that I see this I seem to remember that the pstrings
are padded to a 2-byte boundary.
--
Jack Jan
rated it into their own setup.py (because PIL will
optionally build a custom _tkinter that has support for PIL images).
--
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
_
e former is easiest for people
building from source, the latter would also be a partial solution for
fink users (partial, because it would allow them to apply the patch,
but there's still no way to warn them that it is needed). Or should we
do both?
--
Jack Jansen, <[EMAIL PROTECTED]&g
as good, or else we can scald the in public:-)
--
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@pyth
so simply run this script, in stead of bluntly installing a
modified copy of lib/config/Makefile. Opinions on this?
--
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
_
gain, I'm especially
interested in feedback from people running 10.2 or 10.4 (where the
installer should refuse to run, with a decent message).
You can find the package at
<http://www.cwi.nl/~jack/macpython/JaguarPythonFix.dmg>.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.n
10.3 build correct extension modules even
after installing
newer framework builds of Python".
But suggestions for shorter names are welcome...
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of y
alled PantherPythonFix.dmg.
Yes, yes, yes, yes, yes. You have now all made your point, I mixed
my cats up:-)
Sorry about that,
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolu
fix for 2.3.5: backporting the distutils
fixes (so it'll set MACOSX_DEPLOYMENT_TARGET) or simply setting that
variable in the $(LD) macro (through configure)?
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want
There's a new one, with a new name and the environment bug fixed:
<http://www.cwi.nl/~jack/macpython/PantherPythonFix.dmg>.
Please give it a try,
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your
sion of Python for the Mac with undocumented,
> proprietary modifications: what issues should he consider?)
I posted a reply to this (I think on both pythonmac-sig and mactcl)
last week. Did you see that message?
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't d
pilation fixed?
Also, could you point me to a readily available extension package that
uses c++?
--
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
___
indeed the case then I think not
linking with CoreServices would make this problem even worse: imagine a
scenario where an unsuspecting user has working code in a toy app, but
it fails when used in his GUI app (which happens to use CoreServices).
Or code that works standalone but not in .
--
Jack
end user may have installed. Also not a good
idea.
Or maybe someone here has a silver bullet?
--
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
___
ave a
say in things there'll be something as simple as BuildApplet for a long
time to come:-)
--
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
also CXX. That'll teach
distutils to fiddle with our command lines:-)
Only question is: would this have any adverse side efffects?
--
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
_
On 30-dec-04, at 21:01, Bob Ippolito wrote:
On Dec 30, 2004, at 2:52 PM, Ronald Oussoren wrote:
On 30-dec-04, at 18:49, Bob Ippolito wrote:
On Dec 30, 2004, at 11:44 AM, Jack Jansen wrote:
On 30-dec-04, at 10:02, Ronald Oussoren wrote:
In the quick-and-dirty-hacks category: you could write two
ease let me know whether it works, especially with real C++
extensions (I only tried a toy extension).
And, for the record, I used Ronalds solution of using driver scripts
for gcc and g++ that set the MACOSX_DEPLOYMENT_TARGET environment
variable before running the compiler.
--
Jack Jansen, <[E
And setting MACOSX_DEPLOYMENT_TARGET to anything other than
10.3 (be it lower or higher) while compiling an extension for Apple's
2.3 is going to produce disappointing results anyway.
But, if I've missed a use case, please enlighten me.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://w
le-installed Python 2.3 (if
applicable, i.e. if you're installing 2.4.1 on 10.3), but for its own
use it will have the newer distutils, which understands that it needs
to pick up MACOSX_DEPLOYMENT_TARGET from the Makefile, so it'll never
see these scripts.
--
Jack Jansen, <[EMAIL PROTECTED
, and also if you think there are
fixes missing. I'll wait for about a week and unless anyone (including
myself) has found problems in that time this'll replace the old
additions installer.
Download from
<http://homepages.cwi.nl/~jack/macpython/MacPython-Panther-2.3
-3b1.dmg>
erent algorithm than FreeBSD or Linux.
I wouldn't be surprised if the bittorrent problem report in this thread
was due to being low on diskspace. And that could also be true for the
original error report that sparked this discussion.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.n
ayaddayadda/lib/python2.3/distutils/distutils.cfg that
points to, say, /Library/Python/2.3/distutils.cfg, and put an
(admin-editable) file there that directs scripts tot the right place
system wide (/usr/local/bin by default, probably).
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~ja
On 4-jan-05, at 14:42, Bob Ippolito wrote:
On Jan 4, 2005, at 8:09 AM, Jack Jansen wrote:
I'd never even heard of .pydistutils.cfg. I've added a note to the
FAQ pointing to it.
It has some more features in Python 2.4, you can use it to add new
build command packages to distutils o
#x27;ll make it available.
--
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
t; problem. See the FAQ for a
fix (in short: remove your IDE preferences file). If that doesn't help
please report back,
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part
sn't look like english:-).
I haven't even had the time to seriously look at PyOXIDE, let alone the
other contenders. But I'm still very interested in getting a good
replacement for the IDE, it's just that I don't have the time to invest
in it.
Is there some way we could
on and
not in the Library/Frameworks/Python.framework/Versions/ dir
can anyone tell me where fpconst should be located? as well as whether
python2.4 should be in the Library/Frameworks... dir?
thanks in advance!
KIM
_______
Pythonmac-SIG maillist - Pyth
lease for OS9?
I plan to do a final 2.3.5 release. But that does depend on my OS9
partition still starting up (I've reshuffled things), I'm not going to
install OS9 and CodeWarrior and all that from scratch.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can'
On 11-jan-05, at 11:09, Michael Twomey wrote:
Hi,
I just tried out the installer and it works fine, but it appears to
have littered my disk with CVS directories, was that intentional? (I'm
guessing not)
Good catch!
I've created a new installer that doesn't have this problem.
sy to use and cheap (preferably free:-)?
--
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
h
ntion is seen in the wild. Maybe it's worth it to
report it to python-dev?
--
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
usr/bin and then
running configure. [checking...] Yes, that's easiest. Or you can use
the --with-python option to configure.
--
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
___
but doesn't behave like it.
My solution: for throwaway applications consider a cross-platform
toolkit, for anything serious use MVC and code the view and controller
in a platform-native toolkit.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can
27;t mind having automator support in a future "MacPython
for Tiger additions"...
--
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-
hat isn't available
anywhere else". Whether that unique service is for you yourself only
(as in a throwaway app) or for a larger community isn't the point.
But if your app is competing with other products (an IDE, an image
editing program, a database or spreadsheet, whatever) it wil
honmac-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 revolution -- Emma
Goldman
___
eally make me
happy if people looking for pet projects could have a look at this...
--
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-
going to be the final installer, but before
I publicly announce it I'd like a couple of positive replies. Also, the
PackMan database for 10.2 isn't as complete as I'd like yet, that'll be
done in the next few days.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jac
MacOS9 release right:
the license for Installer Vise will expire within a month, and it would
be silly to shell out another $1000 for another year.
--
Jack Jansen, <[EMAIL PROTECTED]>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revol
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
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
.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
pantherfix> , which doesn't
exist.
The link works for me... So, either (a) I fixed it inadvertantly, (b)
it only works for me, or (c) we're talking about different links?
Can you check whether it works now, and if it doesn't give some details?
--
Jack Jansen, <[EMAIL PROTECT
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
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
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
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 -
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
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.
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
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
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
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
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.
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
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
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
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
> 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
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]>,
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
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
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
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
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
__
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
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,
--
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
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
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
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.
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:-
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
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
jack/MyPythonPrependedPath' ends up as the first
entry in sys.path.
--
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 maillis
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?
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 --
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
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
__
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
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
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
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
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
;:
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
r *buf, int bufsiz" are represented as a single string on
the Python side, and lots more) is probably difficult too.
--
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
__
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
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
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
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
_
(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]>,
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
___
1 - 100 of 133 matches
Mail list logo