[Duplicate] error while opening FreeCAD

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
jaisejames
Posts: 384
Joined: Sat Sep 24, 2016 6:51 am

[Duplicate] error while opening FreeCAD

Post by jaisejames »

following error while opening FreeCAD

Code: Select all

Traceback (most recent call last):
  File "D:\SETUPS\FreeCAD_0.19\Mod\Draft\Draft.py", line 3983, in updateData
    import DraftGui
  File "D:\SETUPS\FreeCAD_0.19\Mod\Draft\DraftGui.py", line 2668, in <module>
    FreeCADGui.draftToolBar = DraftToolBar()
  File "D:\SETUPS\FreeCAD_0.19\Mod\Draft\DraftGui.py", line 382, in __init__
    self.setupTray()
  File "D:\SETUPS\FreeCAD_0.19\Mod\Draft\DraftGui.py", line 768, in setupTray
    self.facecolorPix.fill(self.facecolor)
<type 'exceptions.TypeError'>: 'PySide.QtGui.QPixmap.fill' called with wrong argument types:
  PySide.QtGui.QPixmap.fill(long)
Supported signatures:
  PySide.QtGui.QPixmap.fill(PySide.QtGui.QColor = Qt.white)
  PySide.QtGui.QPixmap.fill(PySide.QtGui.QWidget, PySide.QtCore.QPoint)
  PySide.QtGui.QPixmap.fill(PySide.QtGui.QWidget, int, int)

My freecad version
OS: Windows 7
Word size of OS: 32-bit
Word size of FreeCAD: 32-bit
Version: 0.19.16944 (Git)
Build type: Release
Branch: master
Hash: d0f0cec15ba482cd5189dbce3736867ed636c113
Python version: 2.7.14
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.2.0
Locale: English/India (en_IN)
Last edited by Kunda1 on Fri Jun 14, 2019 9:08 pm, edited 1 time in total.
Reason: Duplicate thread; added [Duplicate] to thread title
Post Reply