Cannot start Arelle GUI

331 views
Skip to first unread message

Rui Konno

unread,
Jan 7, 2021, 3:17:35 PM1/7/21
to Arelle-users
Dear experts,

I installed arelle-win-x64-2020-12-30.exe on Windows 10 Spanish, but Arelle GUI is not able to launched. Nothing happen when I double-clicked "C:\Program Files\Arelle\arelleGUI.exe".

Any idea?

Thank you,
Rui

M G

unread,
Jan 8, 2021, 2:20:41 AM1/8/21
to Arelle-users
Hi Rui

Is it possible for you to open a DOS command window, change directory to the C:\Program Files\Arelle directory, and then try to run the program by entering "arelleGUI.exe" ?

Maybe trying to run the program from the command line will give an error message.  Let us know.

Best from Mike

Rui Konno

unread,
Jan 8, 2021, 1:35:25 PM1/8/21
to arelle...@googlegroups.com
Hi Mike,

Thank you for your help! I tried to directly execute arelleGUI.exe on command prompt (default and Administrator mode), but nothing returned. Are there any debugging options?

Microsoft Windows [Versión 10.0.18363.1256]
(c) 2019 Microsoft Corporation. Todos los derechos reservados.

C:\Windows\system32>cd ..

C:\Windows>cd ..

C:\>cd "Program Files"

C:\Program Files>cd Arelle

C:\Program Files\Arelle>arelleGUI.exe

C:\Program Files\Arelle>

Thanks,
Rui

--

---
You received this message because you are subscribed to a topic in the Google Groups "Arelle-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/arelle-users/0tY1uHryA6w/unsubscribe.
To unsubscribe from this group and all its topics, send an email to arelle-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/arelle-users/6f3d13e9-bf29-4266-a4a5-449b0a9a5fa4n%40googlegroups.com.

M G

unread,
Jan 9, 2021, 1:15:05 AM1/9/21
to Arelle-users
Hi Rui

I run Arelle from Linux, and when I change directory to where the arelleGUI program lives, and run the program from the command line, the GUI pops up.

I tried running arelleGUI with -? and -h flags to try to get some help from the program, but the program ignores them.

After you installed Arelle under Windows, does an entry for Arelle show up under the Windows Start menu?  According to this document: https://arelle.org/arelle/wp-content/uploads/2011/12/OpenfilingArelleUsersManual.pdf , you should see Arelle under the Windows Start Menu after a successful installation.

Sorry I can not be more helpful.

Best from Mike

selg...@gmail.com

unread,
Jan 9, 2021, 1:31:34 AM1/9/21
to Arelle-users
Suggestion for windows 10, try right clicking arelleGUI.exe > properties > compatibility > checkbox "Compatitbility Mode" and try with different compatibility modes.

Rui Konno

unread,
Jan 11, 2021, 12:10:38 PM1/11/21
to arelle...@googlegroups.com
Thank you for your response.

Mike, It was the same for me not to show any help with - option on Windows. I also tried to start from Windows Start Menu but nothing happens, too.

No luck with Compatibility mode with any version, Windows8, 7, Vista :(

 

Rui Konno

unread,
Jan 13, 2021, 8:04:42 PM1/13/21
to arelle...@googlegroups.com
Dear experts,

I tried another to install the same binary arelle-win-x64-2020-12-30.exe on Windows 10 French,
 and Arelle GUI can launch without any problem. The prior issue looks Spanish specific. 
I would appreciate it if anyone could provide me with any suggestions on how to report a bug for Arelle.

Thank you,
Rui

Sacha Kälin

unread,
Jan 14, 2021, 1:29:19 AM1/14/21
to Arelle-users
Dear all,

Just for the records: Arelle GUI is also not launching on macOS 11.1, it crashes. Arelle Cmd works fine, however.
I am not very much into python, but I assume (doing some google searches) that somehow the library used for Arelle's UI is broken on 11.1. Also, the same version worked fine with <11.1.

Maybe it is something Apple has to fix, it just wanted to make the Arelle-Team aware of it – just in case.

Best regards,
Sacha

Herm Fischer

unread,
Jan 14, 2021, 9:01:47 PM1/14/21
to arelle...@googlegroups.com
The Mac app for Big Sur (with cx_freeze) is not working at this point, we are trying to find a solution.  Even the tiny cx_freeze tkinter sample does not work with Big Sur.

Meanwhile with python 3.9 it is possible to run Arelle from source code (from GitHub) on Big Sur.

   Herm

You received this message because you are subscribed to the Google Groups "Arelle-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to arelle-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/arelle-users/b3638f3b-79a2-4798-b94a-2d4182fce322n%40googlegroups.com.

Herm Fischer

unread,
Jan 23, 2021, 12:10:23 AM1/23/21
to arelle...@googlegroups.com
There is a Big Sur Mac build (dated 2021-01-23), please test and let us know if it works.  

SK

unread,
Jan 23, 2021, 6:34:03 AM1/23/21
to Arelle-users

Hi Herm,

Thank you. Unfortunately it is not working – at least on my machine. There is no crash anymore, the GUI is just not launching. Cannot find anything in the logs as well.

Also, the CmdLine is not working anymore:

Traceback (most recent call last):

  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/cx_Freeze/initscripts/__startup__.py", line 66, in run

  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/cx_Freeze/initscripts/Console.py", line 36, in run

  File "arelleCmdLine.py", line 17, in <module>

  File "/Users/arelle/hfdev/arelle/CntlrCmdLine.py", line 47, in main

  File "/Users/arelle/hfdev/arelle/CntlrCmdLine.py", line 358, in parseAndRun

  File "/Users/arelle/hfdev/arelle/PluginManager.py", line 410, in pluginClassMethods

  File "/Users/arelle/hfdev/arelle/PluginManager.py", line 333, in loadModule

  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/imp.py", line 244, in load_module

    return load_package(name, filename)

  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/imp.py", line 216, in load_package

    return _load(spec)

  File "<frozen importlib._bootstrap>", line 711, in _load

  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked

  File "<frozen importlib._bootstrap_external>", line 790, in exec_module

  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed

  File "/Applications/Arelle.app/Contents/MacOS/plugin/iXBRLViewerPlugin/__init__.py", line 36, in <module>

    from .iXBRLViewer import IXBRLViewerBuilder

  File "/Applications/Arelle.app/Contents/MacOS/plugin/iXBRLViewerPlugin/iXBRLViewer.py", line 22, in <module>

    import pycountry

  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pycountry/__init__.py", line 12, in <module>

  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pkg_resources/__init__.py", line 466, in get_distribution

    ns.clear()

  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pkg_resources/__init__.py", line 342, in get_provider

    

  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pkg_resources/__init__.py", line 886, in require

    distributions.sort()

  File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pkg_resources/__init__.py", line 772, in resolve

    env = Environment(self.entries)

pkg_resources.DistributionNotFound: The 'pycountry' distribution was not found and is required by the application


SK

unread,
Jan 23, 2021, 6:48:32 AM1/23/21
to Arelle-users
Sorry, I did not check properly. There is something in system.log. Maybe this helps.

Jan 23 12:47:23    Arelle[3321]: _tkinter.TclError: Can't find a usable init.tcl in the following directories: 
   /Library/Frameworks/Python.framework/Versions/3.10/lib/tcl8.6 /usr/lib/tcl8.6 /lib/tcl8.6 /usr/library /library /tcl8.6.11/library /tcl8.6.11/library
This probably means that Tcl wasn't installed properly.
Call Trace
 File "/Users/arelle/hfdev/arelle/CntlrWinMain.py", line 1545, in main
 File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/tkinter/__init__.py", line 2262, in __init__
   self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)


Herm Fischer

unread,
Jan 23, 2021, 3:02:40 PM1/23/21
to arelle...@googlegroups.com
That was helpful.

Rebuilt to fix this error, please try again.

   Herm

SK

unread,
Jan 24, 2021, 7:46:41 AM1/24/21
to Arelle-users
Working using GUI and using Command line on macOS 11.1. Many thanks.
Sacha

Rui Konno

unread,
Jan 28, 2021, 2:35:01 PM1/28/21
to arelle...@googlegroups.com
Hi Herm,

Sorry for the late response. I tried to install the latest build 2021-01-23 on Windows 10 Spanish but the issue remains not being able to start Arelle GUI. I would appreciate it if you could provide me with any suggestions.

Thanks,
Rui

Herm Fischer

unread,
Feb 2, 2021, 12:31:22 AM2/2/21
to arelle...@googlegroups.com
Did a prior Windows 10 build work?  Is there any kind of error message or log entry?  Does command line mode work?  (There’s a new build today.)

If all else fails, might be able to run from source code but that takes setting up python and libraries first.

   Herm

Reply all
Reply to author
Forward
0 new messages