View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002618 | FreeCAD | Bug | public | 2016-07-11 15:16 | 2016-09-24 16:47 |
Reporter | rmairesse | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Windows 64 bits | OS | Windows Server 2008 R2 | OS Version | SP1 |
Product Version | 0.16 | ||||
Fixed in Version | 0.17 | ||||
Summary | 0002618: import _ssl error | ||||
Description | FreeCAD Version 64 bits on Windows cannot use the ssl module because this module cannot import _ssl, due to a dll error. But the 32 bit version works fine. | ||||
Steps To Reproduce | - Install FreeCAD 0.16 64 bits; - diplay "report view" and "Python console"; - in the "Python console", execute "import ssl" => error message The 32 bit version works fine. | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
|
Basically Python's ssl module is not needed to run FreeCAD properly. But you can check if https://github.com/FreeCAD/FreeCAD/releases/download/0.16/FreeCAD-0.16.6706.f86a4e4-WIN-x64_Installer-1.exe includes the missing dll now. At least in the 0.17 developer snapshots this is fixed and you can also download https://github.com/FreeCAD/FreeCAD/releases/download/0.17_pre/FreeCAD_0.17.7745_x64_dev_win.7z and copy over the file bin/DLLs/_ssl.pyd to the same location of your 0.16 installation. |