This points to a problem in detecting a missing function in the crypto
library on that version (old) of mac os x).
I am working on a fix.
In the mean time to force web2py to the slow pure python version of pbkdf2
just rename the file
cd <web2py root>
mv gluon/contrib/pbkdf2_ctypes.py gluon/contrib/pbkdf2_ctypes_off.py

and restart web2py.

mic


2013/9/23 Brood <broodfo...@gmail.com>

> Greetings,
>
> Just downloaded web2py for max OS X (using 10.6.8) and I get this strange
> error
> while trying to start the server - "dlsym(0x8fe46768,
> CCKeyDerivationPBKDF): symbol not found"
>
> Have tried both the web2py.app and the web2py.py version without
> success....ideas?
>
>  --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to