t embedded name be relative to
the executable or the image loading the dylib (the .so extension modules
in this case) by using "@executable_path" or "@loader_path" in the path
name.
--
Robin Dunn
Software Craftsman
http://wxPython.org
___
ed to a
full desktop app. Since this requirement will appear in some specific
version of Python it will be easy to make the API call be conditionally
compiled.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
would have this issue less -- what happened to that?
I didn't think it would be a good idea to change a default like this
between two 2.8.x releases, but it's already changed in the 2.9 source tree.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax wit
ssing here?
Show is spelled with a capital S. If you pass redirect=False to the
wx.App constructor then you'll be better able to see any problems that
happen in the initialization code.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Rela
this is happening? Thanks.
Please give us more details about what is rendered differently, what it
looks like in each case, etc.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
___
Pythonmac-SIG
/
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
own load command: %d" % (cmd_load.cmd,))
ValueError: Unknown load command: 27
>
/Users/danr/Projects/pyTunesQT/build/bdist.macosx-10.3-i386/egg/macholib/MachO.py(178)load()
You need a newer version of macho lib. Do:
easy_install macholib==dev
--
Robin Dunn
Software Craftsman
http:/
erated one?
Finally, it also says --plist can be a "plistlib.Plist". What's that?
You've been working on Editra so you can look in its setup.py for an
example. Basically you create a dictionary and pass it to setup() as
one component of the options dictionary parame
Christopher Barker wrote:
Robin Dunn wrote:
Given that I'm Mr. wxPython I'm sometimes a bit embarrassed to admit
that I've been using WingIDE more and more lately (transitioning from
Emacs) instead of one of the wx-based editors. Almost every day I
cuss at it for being so b
omeone besides me *much* easier to deal
with than it would have been otherwise, so I just grit my teeth and live
with the ugliness.
P.S. If anybody can convince Wingware to sponsor a wx port of WingIDE I
know somebody who would be willing to work on it. ;-)
--
Robin Dunn
Software Craftsm
WX_CONFIG=/usr/local/lib/wxPython-unicode-2.8.8.1/bin/wx-config
Instead of putting it in the env add it to the setup.py command-line.
Or if that can't be done for some reason then temporarily alter your
PATH so /usr/local/lib/wxPython-unicode-2.8.8.1/bin comes before /usr/bin.
--
Robin
base, '%s'))\n" %
distbase)
This probably isn't enough to use as a base for general purpose egg
support in py2app, but it can at least be used as a stopgap measure
until somebody who knows what they are doing can add support for it in
the right way.
--
Robin Dunn
Software Cr
;
>
It should work if you use "import wx" and not "from wx import *". The
problem has something to do with the build subpackage being included in
the __all__ list in wx/__init__.py, but since doing the import
"pr
s who want to support both ApplePython and MacPython.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pyth
Kent Johnson wrote:
>
> I guess the conversion actually happens in sys.stdout.write(), not in print.
That's good to know, thanks for trying it out.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax wi
Christopher Barker wrote:
> Robin Dunn wrote:
>> Just replace sys.stdout with an object with a write() method that does
>> what you want.
>
> I don't think that will do it, as "print" will have already converted
> the object to a string, and it does
function, so I don't know how to
> do that. I may start using a utility function like that for my code, though.
Just replace sys.stdout with an object with a write() method that does
what you want. If you need to use the original
n MetaDown();
#else
return ControlDown();
#endif
}
For explicit accelerator tables there is a wx.ACCEL_CMD identifier that
works the same way, it's equivalent to wx.ACCEL_CTRL on Windows and GTK
and to the command key on Mac.
--
Robin Dunn
Software Craftsman
htt
application (__main__):
>
> I can't do that, 'cause when it's not in an app bundle, that would break
> something. I could put it in a if frozen: clause, I suppose.
Or this:
if len(sys.argv) > 1 and sys.argv.startswith('-psn'):
del s
here it is, you can just ask Python:
python -c "import sys,os; print os.path.join(sys.prefix,
'include/python%s' % sys.version[:3])"
;-)
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
_
xPython glcanvas.
> So I conclude that building apps with OpenGL and wxPython presumably
> with py2app?
> If that's the case could anyone comment on which versions of py2app,
> setuptools etc.?
>
wxPython's demo.app uses the old bundlebuilder.py tool in such a way
/lib/python2.5/lib-dynload',
'/Library/Python/2.5/site-packages',
'/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/PyObjC',
'/Users/robind/Library/Python/2.5/site-packages']
--
Robin Dunn
Software Craftsman
http://wxPython.org J
can use wxPython. Yes, that is annoying,
>> but
>
> That should be a documentation bug, either that or their installer
> sucks.
Yeah, I'm working on it. The current (and only, I think) issue with the
installer is that it is pretty dumb about what path it chooses to
inst
and" then you need to
get a newer version of the macholib package or egg.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
Announcing
--
The 2.6.2.1 release of wxPython is now available for download at
http://wxpython.org/download.php. There have been many enhancements
and fixes implemented in this version, listed below and at
http://wxpython.org/recentchanges.php.
What is wxPython?
-
wxPyt
25 matches
Mail list logo