Search found 10 matches

by KennZAney1
Mon May 06, 2019 3:22 pm
Forum: Help on using FreeCAD
Topic: Loading image gives Access violation
Replies: 45
Views: 23229

Re: Loading image gives Access violation

Update: Since I have transferred FreeCAD development from a VM to a physical machine, I no longer have problems with importing images. Other issues, yes, but no more image Access violations.
by KennZAney1
Fri May 03, 2019 6:02 pm
Forum: Help on using FreeCAD
Topic: Problem with import/export Spreadsheet
Replies: 16
Views: 2917

Re: Problem with import/export Spreadsheet

@chrisb : I have tried with the official version, (even before I started working on my Module), with the same results: A blank file. I have also tried to compile with python 3, and I received so many errors regarding changes between python 2 and python 3, that I gave up trying to run 2to3 after a co...
by KennZAney1
Fri May 03, 2019 6:00 pm
Forum: Help on using FreeCAD
Topic: Problem with import/export Spreadsheet
Replies: 16
Views: 2917

Re: Problem with import/export Spreadsheet

I had edited my post, stating that I had changed the code to follow the bug code, but failed to Submit my edit. The changed failed to compile, so that is a mute point.
by KennZAney1
Fri May 03, 2019 3:14 pm
Forum: Help on using FreeCAD
Topic: Problem with import/export Spreadsheet
Replies: 16
Views: 2917

Re: Problem with import/export Spreadsheet

I can also confirm, that export and import of a spreadsheet (csv format) does not work under Windows 10. I do not see any non-ASCII characters in the file path. I have tried several locations, with the same results: An empty csv file consisting of 2 rows x 4 columns, tab delimited (attached). There ...
by KennZAney1
Thu Apr 25, 2019 2:12 pm
Forum: Install / Compile
Topic: fcbt fails - cannot find _TEMPLATE_ path
Replies: 1
Views: 438

Re: fcbt fails - cannot find _TEMPLATE_ path

I found 2 issues that were causing the failure: 1. You must be in the Source directory of the code, not in the processed directory. In other words, instead of the D:\Repositories\FreeCAD18\src\Mod directory, (which contains the code that was generated with the CMake command), I needed to be in the D...
by KennZAney1
Wed Apr 24, 2019 3:46 pm
Forum: Install / Compile
Topic: fcbt fails - cannot find _TEMPLATE_ path
Replies: 1
Views: 438

fcbt fails - cannot find _TEMPLATE_ path

I am trying to create a new module using the fcbt tool . I execute the program python fcbt.py and it prompts for the command. I enter cm , then I'm prompted for the name. I enter MyModule , and I get the following error: WindowsError: [Error 3] The system cannot find the path specified: '_TEMPLATE_\...
by KennZAney1
Fri Apr 12, 2019 2:02 pm
Forum: Help on using FreeCAD
Topic: Loading image gives Access violation
Replies: 45
Views: 23229

Re: Loading image gives Access violation

Duhh... I didn't think of installing a working version to compare compatibility :oops: . However, when I go to the download site, the latest version shown is 17; no mention of a more recent version. I am in the process of installing 17 to see if it has the same issues. Update: Yes, I am getting the ...
by KennZAney1
Thu Apr 11, 2019 6:31 pm
Forum: Wiki
Topic: How to get wiki editing permissions
Replies: 361
Views: 534110

Re: How to get wiki editing permissions

Hello, Norm,

Yes, I will do that, but I had to have my initial post accepted before I could to that.

Thanks!!!!
by KennZAney1
Thu Apr 11, 2019 5:24 pm
Forum: Help on using FreeCAD
Topic: Loading image gives Access violation
Replies: 45
Views: 23229

Re: Loading image gives Access violation

I am having the same problem with a freshly compiled version of FreeCAD. Here is the OS/FreeCAD info: OS: Windows 7 OS Version: 6.1.7601 Service Pack 1 Build 7601 System Manufacturer: VMware, Inc. System Model: VMware Virtual Platform Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.1...
by KennZAney1
Wed Mar 27, 2019 5:42 pm
Forum: Wiki
Topic: How to get wiki editing permissions
Replies: 361
Views: 534110

Re: How to get wiki editing permissions

I am trying to set up to build FreeCAD on Windows 10, using Visual Studio 2017. While working through the process, I found some errors (specifically, outdated URL's) on the https://www.freecadweb.org/wiki/Third_Party_Libraries page. I would gladly submit corrections on that page (and any others I ma...