Hi,
I was wondering if someone could help me with a problem I'm having
bundling my python script (originally built with the 2.5 version of
Python that ships with OS X 10.5) with py2app. I've basically run
through all the online help I can find on how to make it work (several
times) and n
Ronald Oussoren wrote:
Ronald Oussoren wrote:
modulegraph should be platform independent
indeed -- it's used by bbfreeze:
http://pypi.python.org/pypi/bbfreeze/0.96.5
Though I think he's forked it. But it might be good to get in touch and see if
he's got patches to integrate.
I really don't
I've been using *nix variants long enough (OS X 10.6 right now) to be
totally reliant on the command line, but not long enough that I've got
my head around managing dependencies.
As a beginner, I started using my system's built in version of python,
and if I needed a package, I installed ports, an
In article <793a2d4f-e7f2-4285-9d8e-6c7588251...@mac.com>,
Ronald Oussoren wrote:
> On 21 Jul, 2010, at 22:24, Russell E. Owen wrote:
>
> > A py2app-built application stopped building properly recently after
> > various upgrades. It would fail immediately on startup complaining that
> > it co
I used "pip install zope.interface".
-- Russell
On Jul 22, 2010, at 7:05 AM, Ronald Oussoren wrote:
On 21 Jul, 2010, at 22:24, Russell E. Owen wrote:
A py2app-built application stopped building properly recently after
various upgrades. It would fail immediately on startup complaining
that
After a bit of a struggle I managed to get PIL, reportlab and its extensions all
built and surviving their tests. This is on Intel OS 10.6.2 with the original
python 2.6.1.
Now I want to make use of a simple Tkinter+Pmw application which is running fine
under windows and linux, but segfaults o
On 22 Jul, 2010, at 15:11, Ronald Oussoren wrote:
>
> On 21 Jul, 2010, at 18:54, Christopher Barker wrote:
>
>> Ronald Oussoren wrote:
>>> modulegraph should be platform independent
>>
>> indeed -- it's used by bbfreeze:
>>
>> http://pypi.python.org/pypi/bbfreeze/0.96.5
>>
>> Though I think
On 21 Jul, 2010, at 18:54, Christopher Barker wrote:
> Ronald Oussoren wrote:
>> modulegraph should be platform independent
>
> indeed -- it's used by bbfreeze:
>
> http://pypi.python.org/pypi/bbfreeze/0.96.5
>
> Though I think he's forked it. But it might be good to get in touch and see
> if
On 21 Jul, 2010, at 22:24, Russell E. Owen wrote:
> A py2app-built application stopped building properly recently after
> various upgrades. It would fail immediately on startup complaining that
> it could not find zope.interface. The app uses Twisted, which is why it
> needs zope.interface.
>