Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic python modules documentation doesn't work #112

Open
ronnystandtke opened this issue Apr 2, 2023 · 5 comments
Open

Automatic python modules documentation doesn't work #112

ronnystandtke opened this issue Apr 2, 2023 · 5 comments

Comments

@ronnystandtke
Copy link

FreeCAD supports the automatic generation of information about available Python modules, classes and functions of FreeCAD (see https://wiki.freecad.org/Std_PythonHelp).

The documentation can be opened via the menu item "Help -> Automatic python modules documentation" or via the Python console the command "Gui.runCommand('Std_PythonHelp',0)".

This feature works without any issue in the distribution packages but, unfortunately, not in the flatpak version.

@luzpaz
Copy link

luzpaz commented Apr 2, 2023

What's the error generated ?

@ronnystandtke
Copy link
Author

There is no error message, neither on the command line, nor the report view or the Python console. There is no reaction at all.

@adrianinsaval
Copy link
Collaborator

if you launch freecad from a terminal and try to do this is there any output in the terminal?

@adrianinsaval
Copy link
Collaborator

Also please specify full version information of both the not working version and the working version (Help->About->Copy to clipboard)

@ronnystandtke
Copy link
Author

if you launch freecad from a terminal and try to do this is there any output in the terminal?

As I already said, there is no output on the command line. I started FreeCAD in the terminal via
flatpak run org.freecadweb.FreeCAD

Also please specify full version information of both the not working version and the working version (Help->About->Copy to clipboard)

non-working version (flatpak from flathub):

OS: KDE Flatpak runtime (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.20.2.29603 (Git)
Build type: Release
Branch: (HEAD detached at 0.20.2)
Hash: 930dd9a76203a3260b1e6256c70c1c3cad8c5cb8
Python 3.10.6, Qt 5.15.8, Coin 4.0.0, Vtk 8.2.0, OCC 7.6.3
Locale: German/Switzerland (de_CH)
Installed mods: 
  * Assembly4 0.12.5
  * A2plus 0.4.60h
  * parts_library
  * Help 1.0.3
  * ExplodedAssembly
  * ProDarkThemePreferencePack 1.0.0
  * Curves 0.6.8
  * LCInterlocking

working version (Ubuntu package):

OS: Ubuntu 22.10 (KDE/plasma)
Word size of FreeCAD: 64-bit
Version: 0.20.1.
Build type: Release
Python 3.10.7, Qt 5.15.4, Coin 4.0.0, Vtk 9.1.0, OCC 7.6.3
Locale: German/Switzerland (de_CH)
Installed mods: 
  * Assembly4 0.12.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants