On Sun, Mar 9, 2008 at 2:48 AM, Nathan <[EMAIL PROTECTED]> wrote:
> On Fri, Mar 7, 2008 at 10:03 PM, Lukáš 'Spike' Polívka
>
> <[EMAIL PROTECTED]> wrote:
>
> > No luck, for some reason. What path do you suggest I should put there,
> > if QtCore.so is placed in
> > Jabbim.app/Contents/Resources
On 27 Mar, 2008, at 1:18, Christopher Barker wrote:
...
self.load(fh)
File "build/bdist.macosx-10.3-fat/egg/macholib/MachO.py", line 178,
in load
raise ValueError("Unknown load command: %d" % (cmd_load.cmd,))
ValueError: Unknown load command: 27
> /Users/cbarker/HAZMAT/SmallToolsSVN/ph
On 27 Mar, 2008, at 9:01, Lukáš 'Spike' Polívka wrote:
On Sun, Mar 9, 2008 at 2:48 AM, Nathan <[EMAIL PROTECTED]>
wrote:
On Fri, Mar 7, 2008 at 10:03 PM, Lukáš 'Spike' Polívka
<[EMAIL PROTECTED]> wrote:
No luck, for some reason. What path do you suggest I should put
there,
if QtCore.so is
On Thu, Mar 27, 2008 at 9:29 AM, Ronald Oussoren <[EMAIL PROTECTED]> wrote:
>
> On 27 Mar, 2008, at 9:01, Lukáš 'Spike' Polívka wrote:
> > On Sun, Mar 9, 2008 at 2:48 AM, Nathan <[EMAIL PROTECTED]>
> > wrote:
> >> On Fri, Mar 7, 2008 at 10:03 PM, Lukáš 'Spike' Polívka
> >>
> >> <[EMAIL PROTEC
On 27 Mar, 2008, at 9:29, Ronald Oussoren wrote:
So, in the end, Nathan was right. The following helped me:
sys.path.insert(0, '../Resources/lib/python2.5/site-packages.zip')
# for Twisted
sys.path.insert(0, '../Resources/lib/python2.5/lib-dynload') # for
PyQt4
That might help you, bu
On Thu, Mar 27, 2008 at 9:43 AM, Ronald Oussoren <[EMAIL PROTECTED]> wrote:
>
>
>
> On 27 Mar, 2008, at 9:29, Ronald Oussoren wrote:
> >>>
> >> So, in the end, Nathan was right. The following helped me:
> >>
> >> sys.path.insert(0, '../Resources/lib/python2.5/site-packages.zip')
> >> # for Tw
On Thu, Mar 27, 2008 at 9:45 AM, Lukáš 'Spike' Polívka
<[EMAIL PROTECTED]> wrote:
>
> On Thu, Mar 27, 2008 at 9:43 AM, Ronald Oussoren <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> > On 27 Mar, 2008, at 9:29, Ronald Oussoren wrote:
> > >>>
> > >> So, in the end, Nathan was right. The following
On 27 Mar, 2008, at 10:09, Lukáš 'Spike' Polívka wrote:
On Thu, Mar 27, 2008 at 9:55 AM, Lukáš 'Spike' Polívka
<[EMAIL PROTECTED]> wrote:
On Thu, Mar 27, 2008 at 9:45 AM, Lukáš 'Spike' Polívka
<[EMAIL PROTECTED]> wrote:
On Thu, Mar 27, 2008 at 9:43 AM, Ronald Oussoren <[EMAIL PROTECTED]
On Thu, Mar 27, 2008 at 9:55 AM, Lukáš 'Spike' Polívka
<[EMAIL PROTECTED]> wrote:
> On Thu, Mar 27, 2008 at 9:45 AM, Lukáš 'Spike' Polívka
>
> <[EMAIL PROTECTED]> wrote:
> >
>
>
> > On Thu, Mar 27, 2008 at 9:43 AM, Ronald Oussoren <[EMAIL PROTECTED]> wrote:
> > >
> > >
> > >
> > > On 27 M
I'm doing my first attempts in trying to use the scripting
bridge and I'm not very successful. I probably doesn't
understand how to do things at all and unfortunately I can't
find any docs on how to do things.
What I want to do is basically to do some data processing using
python and then cont
Jeremy Reichman wrote:
> I just found out about appscript, and one of my early questions is
> "can I
> install it as a universal binary?" If I can't do that, my next
> question is
> "can I install it for both architectures simultaneously, on either
> PowerPC
> or Intel?" (I happen to do sys
Jan Erik Moström wrote:
> I'm doing my first attempts in trying to use the scripting bridge
> and I'm not very successful. I probably doesn't understand how to do
> things at all and unfortunately I can't find any docs on how to do
> things.
Any particular reason for wanting to use Scriptin
The problem with jpeg in Qt is that it's included as a plugin. I don't
know about the .dmg installation, as I built mine from source.
I remember that I didn't know how to fix py2app to handle this, so I
used this hack:
After running, py2app, I copied the contents of the Qt plugins
directory
On 27 Mar, 2008, at 17:14, Emanuele Santos wrote:
The problem with jpeg in Qt is that it's included as a plugin. I don't
know about the .dmg installation, as I built mine from source.
I remember that I didn't know how to fix py2app to handle this, so I
used this hack:
After running, py2app, I c
has <[EMAIL PROTECTED]> 08-03-27 14.57
>Any particular reason for wanting to use Scripting Bridge?
>Appscript provides a native API, better application
>compatibility and decent support tools, so I'd suggest taking
>a look at that first.
Because of my lack of knowledge regarding these things
On Thu, Mar 27, 2008 at 10:23 AM, Ronald Oussoren
<[EMAIL PROTECTED]> wrote:
> Could you post the exact setup you're using again:
> - Which version of OSX?
> - Which copy of python (/usr/bin/python, Python.org installer, ...)
> - How did you install PyQt (and which version)?
> - How did you in
16 matches
Mail list logo