e any ideas?
--
Robin Becker
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
Hi,
I have a problem with using python-config --ldflags on a Mac.
Using my python.org install:
robin-mbp:github robince$ which python-config
/Library/Frameworks/Python.framework/Versions/2.5/bin/python-config
robin-mbp:github robince$ python-config --ldflags
-L/Library/Frameworks
uld try "import
pylab" in Python and see what error you get.
Also you could try and plot something:
from pylab import plot
x = range(1)
plot(x,x)
But I do think either the NLTK or matplotlib mailing lists would be
more appropriate for you to get help with this.
Also I'd reco
ecent versions should run fine on 2.6 as far as I know.
You might want to try the matplotlib mailing list if you have more trouble.
Robin
On Sun, Nov 1, 2009 at 3:14 PM, Charles Hartman
wrote:
> Let me rephrase that: I've found online notes about problems with
> matplotlib under Pytho
rebuilt the Framework and now everything works as expected (I
had to change the hardcoded python path to 2.6).
Is this likely to work with virtualenv (it seems to but haven't tried too
much yet).
Cheers
Robin
___
Pythonmac-SIG maillist - Pyth
niversal binary with 2 architectures
/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6 (for
architecture i386):Mach-O executable i386
/Library/Frameworks/Python.framework/Versions/2.6/bin/python2.6 (for
architecture x86_64): Mach-O 64-bit executable x86_64
P
n't know if there is a configuration
> option to set this behavior.
I tried but I can't get the environment variable to have any effect on
the self-built python.org version.
robin-mbp:bin robince$ pwd
/Library/Frameworks/Python.framework/Versions/2.6/bin
robin-mbp:bin robince$ export
Hi,
I've been struggling with 32 vs 64 bit python on snow leopard. I built
an intel universal with:
./build-installer.py --sdk-path=/Developer/SDKs/MacOSX10.6.sdk/
--dep-target=10.6 --universal-archs=intel
It looks like it built correctly:
robin-mbp:bin robince$ file ./python2.6
./pyth
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!
Christopher Barker wrote:
Cody Precord wrote:
To see the traceback of errors you should create the app object with
wx.App(False) to disable redirection of output, so tracebacks will be
printed to the console.
I thought Robin said that this default was going to be changed, so that
newbies
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
code.
maybe this helps...
best,
robin
On 5 Oct 2007, at 20:45, adam naples wrote:
I've had some occasions to fight with getting audio working like I
want in visionegg and had no problems beyond the normal 'nothing-
working-like-you-expect-the-first-time'.
I've been using
your help,
robin
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
52104 / 5223792)
what's wrong? any help appreciated.
thanks in advance,
robin
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
at could i do, so new links are opened in the
already existing browser window?
thank you in advance.
robin
___
Pythonmac-SIG maillist - Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
with some solution?
Any help would be appreciated
Thanks
Regards,
Robin
__
Do you Yahoo!?
New and Improved Yahoo! Mail - 1GB free storage!
http://sg.whatsnew.mail.yahoo.com
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
38 matches
Mail list logo