Well,

I've made some additional tests. The problem comes just from the
*quarantine *Extended Attribute.

Can you try to remove it following these simple instructions (taken from
here
<http://osxdaily.com/2018/05/03/view-remove-extended-attributes-file-mac/>
)?

If the App is downloaded from GitHub and then copied in the desktop as
web2py, open a Terminal and go to your Desktop. Then:

xattr web2py.app                                                        -->
shows  com.apple.quarantine as the only Extended Attribute
xattr -d com.apple.quarantine  web2py.app             --> deletes the
com.apple.quarantine  Extended Attribute

That's all. At the following run, you only need to press once the OK button
at the request to allow to web2py the access to control "System Events".

Note: if you prefer to use the CMD version, you need to use also the
additional -r option on the parent folder (in order to clean up the
attribute on all the contained files). The command will be something like "
xattr -d -r com.apple.quarantine web2py_py3_cmd"

On my tests with Catalina, it works perfectly.  Please confirm it.


Nico


Il giorno ven 18 ott 2019 alle ore 20:00 Oogie McGuire <
oog...@desertweyr.com> ha scritto:

>
>
> > On Oct 13, 2019, at 10:47 AM, Nico Zanferrari <nicoz...@gmail.com>
> wrote:
> >
> > Hi,
> >
> > this is quite strange....
> >
> >       • have you tried both versions (web2py_osx.2_18_5.py2.zip and
> web2py_osx.2_18_5.py3.zip)?
> >       • can you try to open their content (with CTRL on the folder) and
> the run the embedded web2py.app\Contents\MacOS\web2py ?
> >       • can you try to open a terminal and then go to
> web2py.app\Contents\MacOS . Then run web2py there
> >
> > Nico
> >
> Yes tried both versions.
>
> No joy no matter what I do.
>
>
>
> Eugenie (Oogie) McGuire
> Desert Weyr, LLC - Hi Performance Black Welsh Mountain Sheep
> www.DesertWeyr.com
> LambTracker - Open Source Flock Management Software www.LambTracker.com
> Paonia, CO USA
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/7B59845F-17D3-4807-9562-57E9C8AD15AC%40desertweyr.com
> .
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CAAE8D_Cz%3Di%2Bcd2kd32oCJiP_uc2UDvfFoiXchd-xSFXOpKQOdw%40mail.gmail.com.

Reply via email to