Hi,
I'm developing a PyObjC application in Xcode and Interface Builder,
and am having a problem related to py2app and Xcode. I can build and
run my application just fine under development, but am having a
problem with running the application in deployment (build works just
fine). I can build my
In article
<[EMAIL PROTECTED]>,
"Jon Smith" <[EMAIL PROTECTED]> wrote:
> I've been using Appscript and have been incredibly happy with it. However
> I'm having a ton of problems getting the list of tracks from my library. I
> was assuming the problem was with my library/iTunes itself however I ca
Hi,
I've been using Appscript and have been incredibly happy with it. However
I'm having a ton of problems getting the list of tracks from my library. I
was assuming the problem was with my library/iTunes itself however I can get
the track list with ScriptingBridge. Am I doing something wrong? Why
Hi all,
Has anyone gotten py2app to work with namespace packages?
I found this:
http://pypi.python.org/pypi/rod.recipe.py2app
Which I may be able to adapt for my needs, but it sounds like a major
kludge, which I'd rather avoid. Has anyone come up with a better solution?
Speaking of which -
In article
<[EMAIL PROTECTED]>,
Martin Tönnishoff <[EMAIL PROTECTED]> wrote:
> Can you please help me to get this right? How do I convert a string to the
> required "unicode_text" type wich is noth
> the python builtin one.
The error message is misleading you. The problem is not the string;
Hello,
sorry to annoy you with a noobish question but I just don't understand what I
am doing wrong...
I am relatively new to Python but its better than Applescript to me.
Can you please help me to get this right? How do I convert a string to the
required "unicode_text" type wich is noth
the py
Hi PythonMac-SIG,
I posted this on the wxpython-mac list (sorry for dupe) but was not
able to solve the issue, so I'm trying here.
I've succeeded in getting a python script running on 10.5 intel and
then transferred and running on 10.4 ppc via py2app thanks to a
recent thread in this group.