InitGui.py not found

Having trouble installing or compiling FreeCAD? Get help here.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
subseapark
Posts: 2
Joined: Sun Jul 14, 2019 3:48 am

InitGui.py not found

Post by subseapark »

I am having multiple issues with a new install of version 18-16093.

After start-up, in the report view there are multiple instances of InitGui.py not found.

Init: Initializing C:\Program Files\FreeCAD 0.18\Mod\Show(InitGui.py not found)... ignore
Init: Initializing C:\Program Files\FreeCAD 0.18\Mod\Measure(InitGui.py not found)... ignore
Init: Initializing C:\Program Files\FreeCAD 0.18\Mod\FreeCAD-library-master(InitGui.py not found)... ignore
Init: Initializing C:\Program Files\FreeCAD 0.18\Mod\Idf(InitGui.py not found)... ignore

Is there a quick fix for the above?
chrisb
Veteran
Posts: 53930
Joined: Tue Mar 17, 2015 9:14 am

Re: InitGui.py not found

Post by chrisb »

Hi and welcome to the forum!

I can think of several reasons for that:

1. Your version is outdated, it was never an official release, IIRC. Can you tell us where you found it? Download the current stable or a current developer 0.19 version. Both are better than what you have.

2. You can try to reset the configuration with the button in the preferences. Another possibility is to delete your config files or to move them in case you want to restore them.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
subseapark
Posts: 2
Joined: Sun Jul 14, 2019 3:48 am

Re: InitGui.py not found

Post by subseapark »

I downloaded this version from the website https://github.com/FreeCAD/FreeCAD/releases , and selected the first file in the v18.2 list suitable for Windows 7, FreeCAD-0.18.16117.dbb4cc6-WIN-x32-installer.exe.

I unintalled the program, then downloaded the above file and installed once again to verify the information, and indeed the program version stated in the About window is 0.18-16093.

I have now downloaded the pre-release 0.19 version: FreeCAD_0.19.17337_x86_LP_11.11_PY2QT4-WinVS2013.7z. This loaded successfully with no errors being reported in the Report panel after start-up.

Thanks for the prompt reply.
chrisb
Veteran
Posts: 53930
Joined: Tue Mar 17, 2015 9:14 am

Re: InitGui.py not found

Post by chrisb »

You're welcome.

@Kurt, can we remove/replace this version?
kkremitzki wrote:ping
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
User avatar
yorik
Founder
Posts: 13640
Joined: Tue Feb 17, 2009 9:16 pm
Location: Brussels
Contact:

Re: InitGui.py not found

Post by yorik »

It's normal, several modules don't have an InitGui.py (ie. They don't do anythin GUI-wise). It's just an informative message, not an error. Nothing to worry about! :)
User avatar
sgrogan
Veteran
Posts: 6499
Joined: Wed Oct 22, 2014 5:02 pm

Re: InitGui.py not found

Post by sgrogan »

subseapark wrote: Sun Jul 14, 2019 12:39 pm I unintalled the program, then downloaded the above file and installed once again to verify the information, and indeed the program version stated in the About window is 0.18-16093.
chrisb wrote: Sun Jul 14, 2019 4:06 pm @Kurt, can we remove/replace this version?
I actually get this
OS: Windows 7
Word size of OS: 64-bit
Word size of FreeCAD: 32-bit
Version: 0.18.16093 +24 (Git)
Build type: Release
Branch: (HEAD detached at 0.18.2)
Hash: dbb4cc6415bac848a294f03b80f65e888d531742
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: English/UnitedStates (en_US)

Has to do with building from the 0.18.2 tag and not HEAD of the branch.
"fight the good fight"
Post Reply