[Pythonmac-SIG] py2app not finding twisted.protocols.amp

2008-02-29 Thread Nathan
DATA_FILES = ['images'] OPTIONS = {'argv_emulation': True} setup( app=APP, data_files=DATA_FILES, options={'py2app': OPTIONS}, setup_requires=['py2app'], ) ~ Nathan

[Pythonmac-SIG] Bug: Apps built with py2app on Leopard will default to import system-default libraries

2008-03-05 Thread 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

Re: [Pythonmac-SIG] distutils.errors.DistutilsFileError: file '/Library/Python/2.5/site-packages/setuptools-0.6c8-py2.5.egg/pkg_resources.pyc' does not exist

2008-03-06 Thread Nathan
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

Re: [Pythonmac-SIG] distutils.errors.DistutilsFileError: file '/Library/Python/2.5/site-packages/setuptools-0.6c8-py2.5.egg/pkg_resources.pyc' does not exist

2008-03-08 Thread Nathan
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

Re: [Pythonmac-SIG] Dependencies for Python packages on OS-X

2008-04-23 Thread Nathan
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,

Re: [Pythonmac-SIG] Dependencies for Python packages on OS-X

2008-04-23 Thread Nathan
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

Re: [Pythonmac-SIG] Xcode 3.0 and Compiled Python Files?

2008-04-23 Thread Nathan
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

Re: [Pythonmac-SIG] Dependencies for Python packages on OS-X

2008-04-23 Thread Nathan
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

Re: [Pythonmac-SIG] Dependencies for Python packages on OS-X

2008-04-24 Thread Nathan
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

Re: [Pythonmac-SIG] (no subject)

2008-05-29 Thread Nathan
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. >&

[Pythonmac-SIG] py2app and modulegraph>=0.7.2dev ?

2008-09-07 Thread Nathan
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

Re: [Pythonmac-SIG] MacPython sprint at PyCon'09?

2009-02-05 Thread Nathan
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

Re: [Pythonmac-SIG] Chinese glyphs in Python 3

2009-05-24 Thread Nathan
. 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

Re: [Pythonmac-SIG] py2app & multiprocessing

2009-08-12 Thread Nathan
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

Re: [Pythonmac-SIG] Hello.

2009-08-29 Thread Nathan
'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

Re: [Pythonmac-SIG] weather download

2010-10-03 Thread Nathan
?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.

Re: [Pythonmac-SIG] xattr question

2010-10-03 Thread Nathan
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

[Pythonmac-SIG] python and py2app help

2010-07-22 Thread Nathan Lemoine
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

[Pythonmac-SIG] py2app error

2010-07-28 Thread Nathan Lemoine
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

Re: [Pythonmac-SIG] py2app error

2010-07-29 Thread Nathan Lemoine
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:

Re: [Pythonmac-SIG] py2app error

2010-07-31 Thread Nathan Lemoine
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

Re: [Pythonmac-SIG] py2app error

2010-08-01 Thread Nathan Lemoine
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

[Pythonmac-SIG] py2app, eggs and entry points

2007-03-29 Thread Nathan R. Yergler
okup', version='2.0', url='http://wiki.creativecommons.org/CcLookup', author='Nathan R. Yergler', author_email='[EMAIL PROTECTED]', packages = ['cclookup', 'tagger', '

Re: [Pythonmac-SIG] py2app, eggs and entry points

2007-03-31 Thread Nathan R. Yergler
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