DATA_FILES = ['images']
OPTIONS = {'argv_emulation': True}
setup(
app=APP,
data_files=DATA_FILES,
options={'py2app': OPTIONS},
setup_requires=['py2app'],
)
~ Nathan
sys.path.insert(0,'../Resources/lib/python2.5/') # Now the custom
zope install is found instead of the system's zope.
~ Nathan
___
Pythonmac-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig
because the generic
> dependency scanner cannot detect all dependencies of PyQt applications
> (because PyQt does some imports in C code, and the dependency scanner
> cannot "see" those).
(Replying again, this time doing reply-ALL)
I think you ran into the same issue that I ex
f that were a python
package, I would do
sys.path.insert(0,'../Resources/lib/python2.5/lib-dynload/')
~ Nathan
___
Pythonmac-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig
ard. In fact, I'm not sure
there's even an option _not_ to install it under Leopard...
Under Tiger and Panther X11 was an optional install only included on
the install DVD and Apple site, respectively.
I'm not qualified to comment on the actual content of your message,
On Wed, Apr 23, 2008 at 11:01 AM, Nathan <[EMAIL PROTECTED]> wrote:
> On Wed, Apr 23, 2008 at 10:54 AM, Christopher Barker
> <[EMAIL PROTECTED]> wrote:
> > libpng and libfreetype (which is now included with X11, but as I understand
> > it, that's an optiona
ne?
I've never used Xcode, though I've wanted to learn. I bet lots of
people on this list have, though:
http://lists.apple.com/mailman/listinfo/xcode-users
~ Nathan
___
Pythonmac-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig
10.5.sdk/usr/X11/lib/libfreetype.6.dylib
/Developer/SDKs/MacOSX10.5.sdk/usr/X11/lib/libfreetype.dylib
/usr/X11/lib/libfreetype.6.3.16.dylib
/usr/X11/lib/libfreetype.6.dylib
/usr/X11/lib/libfreetype.dylib
/usr/X11/lib/libfreetype.la
~ Nathan
___
Py
t 10:32 AM, Christopher Barker
<[EMAIL PROTECTED]> wrote:
> One more,
>
> How about libjpeg?
>
> -Chris
>
> Nathan wrote:
>
> > My guess would be yes.
> >
> > $ locate *libpng* | grep -Ev 'opt|App|old'
> > /Developer/SDKs/MacOSX10.5.sdk
sys.maxint
2147483647
...whereas my 64-bit Gentoo linux box seems more 64-bit-ish:
# python
Python 2.4.4 (#1, Dec 12 2007, 10:10:30)
[GCC 4.1.2 (Gentoo 4.1.2 p1.0.1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>&
kage up a 1-file
python script as an App that will work on Tiger...
~ Nathan
___
Pythonmac-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig
ald
I won't be going, but I wanted to lend my moral support by stating
that that all looks like great stuff to work on! :-)
~ Nathan
___
Pythonmac-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig
. I tried experimenting with "setlocale" but couldn't
> make progress.
>
> Any suggestions would be very welcome.
>
> John
I don't have any experience with IDLE, but perhaps the font it is
using simply doesn't contain those glyphs? I would try changing the
f
essfully on my Mac all the time. I haven't run into
any mac-specific twisted bugs, but then I'm not a power twisted user
either.
~ Nathan
___
Pythonmac-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig
't already (C-h t).
Also, give vim a try -- it's good to know both of the editors that are
omnipresent on *nix systems.
2) Go through some python tutorials.
Good luck!
~ Nathan
[1] http://mail.python.org/mailman/listinfo/python-list
___
Pythonmac-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig
?page=last
~ Nathan
On Sat, Oct 2, 2010 at 8:17 PM, Tom Smith wrote:
> I need to download weather images for animation later.
> Some of the images are updated every 12 hours, some six hours and others
> are updated every three hours.
> I have an applescript bringing me the twelve hour images.
t they include in OS X.
~ Nathan
___
Pythonmac-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG
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
2.5/
site-packages/py2app-0.5-py2.5.egg/py2app/apptemplate/prebuilt/main-
i386'
> /System/Library/Frameworks/Python.framework/Versions/2.5/lib/
python2.5/shutil.py(53)copyfile()
-> fsrc.close()
I went into the Python Framework folder and the only prebuilt
executeable in there i
er Error' and brought me to the MacPython website.
I'm not sure how to find out what the issue is with the aliased bundle.
Thanks for the help so far! I really appreciate it. I don't think I
could figure this out on my own
On Jul 29, 2010, at 2:34 AM, Ronald Oussoren wrote:
ster.py", line 1, in
import pyglet
ImportError: No module named pyglet
Is there a way to manually add the path for pyglet to py2app's search
or in the setup.py file to force the module to be loaded?
On Jul 30, 2010, at 1:54 AM, Ronald Oussoren wrote:
On 30 Jul, 2010, at 2:59, Nath
I'm using the most recent 1.1.4 version of pyglet, which I installed
from the binary and I'm using the 2.5.1 version of Python that shipped
with OS X 10.5. Would updating python fix the problem?
On Aug 1, 2010, at 2:55 AM, Ronald Oussoren wrote:
On 31 Jul, 2010, at 23:02, Nath
okup',
version='2.0',
url='http://wiki.creativecommons.org/CcLookup',
author='Nathan R. Yergler',
author_email='[EMAIL PROTECTED]',
packages = ['cclookup', 'tagger', '
On 3/31/07, Ronald Oussoren <[EMAIL PROTECTED]> wrote:
>
> On 29 Mar, 2007, at 14:47, Nathan R. Yergler wrote:
>
> > I have an application that I'd like to package using py2app, but I'm
> > getting a little stuck with things. I *think* my problem is that my
24 matches
Mail list logo