be able to get rid of them
I will report back once I test it on the Lion and Mountain Lion machines..
Thanks for your help
Hari
On Mon, Feb 18, 2013 at 4:26 PM, Ronald Oussoren wrote:
>
> On 18 Feb, 2013, at 20:10, hari jayaram wrote:
>
> Hi I am using py2app version 0.
Hi I am using py2app version 0.7.3
With a python.org installed python ( It still installs into the framework
location Library/Frameworks/Python.framework/Versions/2.7) , I pip
installed py2app .
My setup script is identical what I used two years back and is reproduced
below
I can get the build
e.
so :
cp /Library/Frameworks/Python.framework/Versions/2.6/Python
/dist/sayhello.app/Contents/Frameworks/Python.framework/Versions/2.6/
Then sayhello.ap works just fine
Hope this helps
Hari
On Fri, Oct 16, 2009 at 1:02 AM, Ronald Oussoren wrote:
>
> On 15 Oct, 2009, at 5:36, Chris Ba
Thanks to everyone for your help..
I finally have a truly Universal build with py2app 0.4.3.
I have confirmed that it works on Intel and Power-PC , tiger , leopard
and snow-leopard.
Here is my protocol, I am repeating it because it took me a while to
get all the bits in place
I am building on Leop
Thanks for your emails ..
In my several tests over the last few days. I can definitely say that
without forcing the standalone build , when I used the python from
python.org ( both 2.5.5 and 2.6.3) . py2app never created a standalone
build. It bundles the required libraries but never includes the
My py2applet build_app.py script has the following line in line 911
pydir = 'python%s'%(info['version'])
When I force a standalone build, the Frameworks directory has no
Python.Framework
The info.plist is setup correctly with the value :
@executable_path/../Frameworks/Python.framework/Ve
tandalone builds with -s option . But now the
Info.plist does not have the correct value.
How can I get the correct value
Thanks a lot in advance
hari
On Thu, Oct 8, 2009 at 12:38 PM, Christopher Barker
wrote:
> hari jayaram wrote:
>>
>> Just tried a "hello world " app to trou
I get the following error when I build with the newest svn version of
py2app and python.org 2.6.3 on 32 bit OSX leopard , py2app svn build
At revision 84.
ImportError:
'/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload/wx/_core_.so'
not found
So I still cannot build a
pard. By the way it still broken with macho lib headers.
> :( Nobody can fix it?
>
> On Fri, Oct 9, 2009 at 11:38 PM, Christopher Barker
> wrote:
>>
>> hari jayaram wrote:
>>>
>>> I looked at all my app bundles created with py2app .
>>> I
Oct 8 16:20 GridZilla
drwxr-xr-x 4 hari harijay 136B Oct 8 16:20 .
harijaymac:MacOS hari$ cd
On Thu, Oct 8, 2009 at 5:53 PM, Christopher Barker
wrote:
> hari jayaram wrote:
>>
>> My printto100.app ( hello world app) does output the numbers to
>> console, so it w
Hi Chris , Ned and everyone else .
I fixed the line 911 in py2app/build_app.py as recommended by Ned ,
then reinstalled py2app
My printto100.app ( hello world app) does output the numbers to
console, so it works fine
I however still cannot get the wxpython app to build correctly.
I am trying it w
x27;: './gzilla_ico_fin.icns'}
setup(
app=APP,
data_files=DATA_FILES,
options={'py2app': OPTIONS},
setup_requires=['py2app'],
)
On Wed, Oct 7, 2009 at 7:28 PM, Christopher Barker
wrote:
> hari jayaram wrote:
>>
>> Thanks Chris for your emails
Oct 7, 2009 at 3:59 PM, Christopher Barker
wrote:
> hari jayaram wrote:
>>
>> After Chris said that he has no problems with python 2.5.4 and
>> universal builds , I downloaded the python.org python 2.5.4 and the
>> wxpython for 2.5.4 unicode from the wx-site.
>>
>
ed, Oct 7, 2009 at 2:37 PM, hari jayaram wrote:
> Hi Chris , Ned and everyone else.
> Thank you for your emails . I am still trying to solve the py2app
> built app looking for _core_.so for wxpython in the wrong place
>
> 1) The app is 73 M big , so it looks quite beefy
> (
53:wx hari$ pwd
/Users/hari/GridZilla.app/Contents/Resources/lib/python2.6/lib-dynload/wx
dhcp-129-64-45-53:wx hari$ ls
_controls_.so _core_.so _gdi_.so_misc_.so _windows_.so
On Wed, Oct 7, 2009 at 1:33 PM, Christopher Barker
wrote:
> Ned Deily wrote:
>>
>
a simple error in my setup.py for py2app that is
creating this problem. I have emailed the wxpython list to enquire as
to why the _core_.so wx library is not being included.
Thanks for your help in advance, my setup.py is pasted below here
Hari Jayaram
###
setup.py t
Hi I have an OSX 10.5 running 64 bit leopard laptop.
I have a python application that uses wxpython , reportlab and pyyaml
(yaml) libraries.
I am trying to build the app on Leopard and deploy it on Tiger using
the following setup.py ( see below)
However the *.app does not work and gives an error
e module and behaves correctly.
I have not yet tested the app on a PPC machine but I am imagining it will work.
Thanks for your help
Hari Jayaram
**setup.py *
"""
This is a setup.py script generated by py2applet
Usage:
python setup.py py2app
&qu
18 matches
Mail list logo