I'd like to be able to do this:
http://dev.zuckschwerdt.org/openobex/wiki/ObexFtpExampleClientPython
But before I go through the process of trying to get OpenOBEX on a
Mac, which seems totally undocumented. I'd like to know if anyone has
any experience to contribute.
--
.!# RichardBronosky #!.
On 10/24/07, Christopher Barker <[EMAIL PROTECTED]> wrote:
> Does wxPython with macports use wxMac, or is it wxGTK???
>
> -Chris
The elements look like aqua to me. They sure don't look like any
gnome I've used.
--
.!# RichardBronosky #!.
___
Pythonmac
I can't figure out how to get py2app to include the site-package dir
where my wx is located. Here is a transcript of a simple test I ran.
Please advise.
/tmp$ cat py2app-test.py
#!/usr/bin/env python
import sys;
print "Python Version:", sys.version
print "Python Path:", sys.path
import wx
/tm
After looking more deeply into this, I believe that there are some
lower level issues that need to be resolved. Doing so may bubble up
to fix the py2app+wxGlade issue. Please give me an opinion on my
system described below. I have tried so may things to get py2app to
work that I may have left m
A few things:
##1## Here is me easy_install 'ing py2app
~$ sudo easy_install py2app
Searching for py2app
Reading http://pypi.python.org/simple/py2app/
Reading http://undefined.org/python/#py2app
Best match: py2app 0.3.6
Downloading
http://pypi.python.org/packages/2.4/p/py2app/py2app-0.3.6-py2.4.eg
I've been trying to package up the wxGlade app with py2app, and have
had no luck. I've tried lots of different things with no luck.
py2app was giving me macholib errors (from strip)
trying to install py2app from source complained of not finding
site-packages/site.py
ideas?
--
.!# RichardBronos