Hi,
I've hit a rather quirky problem that falls between a number of
different areas, so I'm not sure if this is the correct list to post
this to, so apologies if I've got it wrong.
I'm working on a PyQt GUI application that I'm trying to integrate with
a Tkinter GUI application. Surprisingly,
John Ott wrote:
> I am getting file not found errors from appscript.
>
> I manually open my OmniOutliner file Projets.oo3 first then from a
> xterm
> window:
>
> python
> from appscript import *
> oop = app('OmniOutliner Professional')
> pod = oop.documents['Projects.oo3']
>
> A second copy of O
I am trying to obtain the amount of memory that my Python process
uses from inside the Python program using resource.getrusage(). While
this works fine under Linux, on the Mac I always get 0 for the memory
usage (the time information seems credible though).
Does anyone have another idea for
On 4/15/08, Konrad Hinsen <[EMAIL PROTECTED]> wrote:
> I am trying to obtain the amount of memory that my Python process
> uses from inside the Python program using resource.getrusage(). While
> this works fine under Linux, on the Mac I always get 0 for the memory
> usage (the time information s
Is anybody doing python apps with a GTK gui (for portability with
Linux at work)? What GTK do you use? And has anybody tried with
the native GTK being developed as opposed to the X-windows version?
--
Bob Love
"I.R.S.: We've got what it takes to take what you've got! "
___