On 3 Aug, 2010, at 18:24, Christopher Barker wrote:
> Ronald Oussoren wrote:
>> AFAIK Bob intented py2app to be compatible with py2exe when
>> specifying what to build. That won't always work though due
>> to differences between the two platforms.
>
> There are differences that are because of pl
Hi,
I'm using appscript to do some work in Quicktime, and it keeps erroring out
somewhat unpredictably. I am opening and closing lots of documents in quick
succession when it happens. It doesn't happen every time, but about 70%-80%
of the time. When it errors, it always errors trying to make a
Ronald Oussoren wrote:
AFAIK Bob intented py2app to be compatible with py2exe when
specifying what to build. That won't always work though due
> to differences between the two platforms.
There are differences that are because of platform. I think datafiles
are handles differently at least.
I
Ronald Oussoren wrote:
It would be better to post ctypes issues on bugs.python.org, that way the issue
won't get lost and all python contributers can see the issue and work on it.
Agreed, though I think the case I'm thinking of is more an issue with
the package than with ctypes itself -- cty
On 2 Aug, 2010, at 23:55, Russell E. Owen wrote:
>
>
> P.S. I'm curious about the virtualenv improvements. I use virtualenv to
> develop my code, but when I've got the appropriate environment set up if
> I build the application using py2app I always get the appended traceback
> (even witih p
On 2 Aug, 2010, at 3:27, Christopher Barker wrote:
> Ronald Oussoren wrote:
>>> This is a problem in general with all ctypes uses. In fact, ctypes
>>> reminds me a bit of py2app in the sense that it has some built-in
>>> algorithms for searching for dynamic libs, and that these fail fairly often.
On 1 Aug, 2010, at 19:29, Christopher Barker wrote:
> Greg Ewing wrote:
>> I've been thinking for a while about creating something
>> simpler that doesn't attempt any automatic module discovery
>> at all. You would be required to construct a project file
>> that explicitly lists all the required