[Pythonmac-SIG] BuildApplication and FTPlib questions

Niel M. Bornstein nbornstein@plr.com
Mon, 28 Jun 1999 20:08:24 -0400


>Your edited prefs will now be included in your app when running
>BuildApplication or BuildApplet.

...

>>I'm not sure if I'm doing something wrong, but the transfer seems very
>>slow...

...

>try:
>    ...do ftp stuff...
>except KeyboardInterrupt:
>    ...user cancelled...

Thanks for your help.  Using EditPythonPrefs on the .rsrc seems to work,
though the KeyboardEvent exception doesn't seem to make a difference.
Hopefully, the server will never be down and require the user to cancel --
if it is there are bigger problems anyway ;)  I'm still looking for an
answer on speeding up the transfer.

One final question: my client needs to be able to tell his clients what
they need to have to run this app.  Is there documentation as to which Mac
platforms are currently supported?  OS version, hardware, etc.   From what
I've been able to find, any PowerMac should work, but I'm not clear on
which 68k Macs will work, under what OS.

Niel