On Sep 1, 6:13 pm, cpt1002 <[email protected]> wrote:
> Hello,
>
> So I upgraded Mac OS X to 10.6 and I get some errors when I try to run
> web2py. I don't really get it but it still works mostly...anyone see
> this before?
>
> default applications appear to be installed already
> web2py Enterprise Web Framework
> Created by Massimo Di Pierro, Copyright 2007-2009
> Version 1.67.0 (2009-08-28 03:11:48)
> Database drivers available: SQLite3, MySQL
> Starting cron...
> please visit:
>        http://127.0.0.1:8000
> starting browser...in 5 seconds
> 2009-09-01 01:12:58.503 osascript[2761:60b] Error loading /Library/
> ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit
> Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/
> Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did
> find:
>         /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/
> Adobe Unit Types: no matching architecture in universal wrapper
> osascript: OpenScripting.framework - scripting addition "/Library/
> ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handler

Try using 'python2.5' or 'arch -i386 python2.6' to run the script.

Apple supplied command line Python 2.6 on Snow Leopard now runs 64
bit. Thus if any of the third party libraries required are fully fat
binaries, ie., don't have 64 bit architecture compiled in to them, it
will fail.

You can get a bit of back ground about these architecture issues by
reading:

  http://code.google.com/p/modwsgi/wiki/InstallationOnMacOSX

Apache/mod_wsgi has had to contend with these issues for a while as
Apple supplied Apache ran as 64 bit under Leopard before.

Graham
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to