Re: [Pythonmac-SIG] py2app and Django

2006-08-03 Thread Ronald Oussoren
On Aug 4, 2006, at 5:47 AM, Rob Hudson wrote: (My apologies if this starts a new thread -- I'm posting from a different mailing address and don't have the original email to reply to) Django can not be packaged normally because it has in-package data files. It won't work with either py2exe

[Pythonmac-SIG] py2app and Django

2006-08-03 Thread Rob Hudson
(My apologies if this starts a new thread -- I'm posting from a different mailing address and don't have the original email to reply to) > Django can not be packaged normally because it has in-package data > files. It won't work with either py2exe or py2app without tweaking. Can you point me t

Re: [Pythonmac-SIG] py2app and Django

2006-08-03 Thread Bob Ippolito
On Aug 2, 2006, at 1:43 PM, Rob Hudson wrote: > I'm trying to bundle up a Django built website. Using SQLite and > Django's built-in WSGI webserver, my thinking was that this would be > 100% Python and would be straight forward to use py2app or py2exe > on it. > > I'm not familiar enough with

[Pythonmac-SIG] py2app and Django

2006-08-03 Thread Rob Hudson
Hello, I'm trying to bundle up a Django built website. Using SQLite and Django's built-in WSGI webserver, my thinking was that this would be 100% Python and would be straight forward to use py2app or py2exe on it. I'm not familiar enough with py2app to know whether the error I'm getting is

Re: [Pythonmac-SIG] appscript questions

2006-08-03 Thread Bob Ippolito
On Aug 3, 2006, at 3:49 PM, Dethe Elza wrote: > Ronald Oussoren wrote: > >> On Aug 3, 2006, at 7:08 PM, has wrote: >>> p.s. If anyone'd like to help me out a bit, I'd really like to get >>> all the manuals into the standard Python documentation format >>> now. So >>> if you're familiar with th

Re: [Pythonmac-SIG] appscript questions

2006-08-03 Thread Dethe Elza
Ronald Oussoren wrote: > On Aug 3, 2006, at 7:08 PM, has wrote: >> p.s. If anyone'd like to help me out a bit, I'd really like to get >> all the manuals into the standard Python documentation format now. So >> if you're familiar with the tools and would like to have a go then >> let me know - it'

Re: [Pythonmac-SIG] appscript questions

2006-08-03 Thread Ronald Oussoren
On Aug 3, 2006, at 7:08 PM, has wrote: Hi folks, Getting appscript prepared for the next release (only a couple away from beta now), and wondering if anyone has preferences on the following: 1. If a local application quits while a script is using it, either unexpectedly or because the client

Re: [Pythonmac-SIG] appscript questions

2006-08-03 Thread Nicholas Riley
On Thu, Aug 03, 2006 at 06:08:26PM +0100, has wrote: > So I'm more inclined towards the latter, but would like to know what > others think.) I agree - if the app quits, it should stay quit. Sometimes when I'm trying to abort a script I quit an app that's being controlled, and to see it relaunch o

[Pythonmac-SIG] appscript questions

2006-08-03 Thread has
Hi folks, Getting appscript prepared for the next release (only a couple away from beta now), and wondering if anyone has preferences on the following: 1. If a local application quits while a script is using it, either unexpectedly or because the client script sent a 'quit' command, shoul