Skip to content

Commit

Permalink
+ remove crude workaround as this seems to work now
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jul 28, 2014
1 parent 2e6c54e commit dc7ccc4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Mod/Part/Init.py
Expand Up @@ -51,11 +51,3 @@ def Info(self):
FreeCAD.addExportType("IGES format (*.iges *.igs)","Part")
FreeCAD.addImportType("STEP with colors (*.step *.stp)","ImportGui")
FreeCAD.addExportType("STEP with colors (*.step *.stp)","ImportGui")

# weird behaviour as 64-bit application on Windows:
# some modules like Sketcher doesn't load if Part is not loaded before with this error:
# DLL load failed: The specified procedure could not be found
import platform
if platform.architecture()[0] == '64bit' and platform.system() == 'Windows':
import Part

0 comments on commit dc7ccc4

Please sign in to comment.