Talk:User hub

From FreeCAD Documentation
Revision as of 20:30, 1 December 2006 by 66.209.137.250 (talk) (How to start freecad)

How to Talk

This page is for your questions and wishes on the FreeCAD user documentation. To start a new discussion thread use the +-button next to the edit button on the top of the page. To add a new comment to an existing discussion thread start it with one colon at the beginning of the each new line. The next comment uses two colons and so on. At the end of your entry add two dashes a blank and four tildes:

-- ~~~~

This expands to your signature and clearly marks the end of your comment. And last but not least, before submitting your new entry, please use the preview button to check what you wrote. Thank you for remembering these rules on all talk pages.

Can't download online manual

Hi, I have installed the debian package (0.5.258), but when I try to download online help, the program gives the following error: Cannot find host 'free-cad.sourceforge.net'. How can I download the online help and/or a manual? Thank you, Xwang

Hi Xwang, the location of the online documentation has recently changed to this wiki here. The link in the latest package has not been updated yet. In the preferences editor of freecad you can specify the location for the online documentation. I would suggest that you set this link to http://juergen-riegel.net/FreeCAD/Docu/index.php/User_hub. That might work. But dont overestimate the amount of information that you can download. As you see the documentation is in a very early stage yet. -- Dr. Schorsch 13:54, 22 October 2006 (CEST)
As stated in the user hub, the download of online help is currently not availible due the change of the wiki software. We are currently working on a new concept. Until that is finished you have to rely on this wiki. -- Dr. Schorsch 14:47, 27 October 2006 (CEST)

Cannot load PartGui

Hi,

I have just compiled and installed FreeCAD 0.5.258 on Ubuntu Edgy with the libs available in the Ubuntu package repository. I am new to this. FreeCAD starts up well but I can't draw anything and it says "Cannot load PartGui" in the output window.

Did something go wrong when compiling?

Cheers,

Hanjeko Merkus

Hi Hanjeko, I had a similar problem on windows because I had installed Python 2.3, but the current version of FreeCAD uses Python 2.5. Maybe it is the same in your case. Usually it is a good thing to look in the console output or the python output window in freecad or to start the command line version of freecad and say "import PartGui". There you might get more infomation.
Nevertheless you should file such questions in the FreeCAD tracker utitlity on SourceForge. There should allways be somebody who can answer your question or it may have been allready answered. -- Dr. Schorsch 14:58, 1 November 2006 (CET)

install the libraries

hi I've installed all the pack, but I don't know how to install the libraries.. can someone help me? thank you Andrea

Hi Andrea, you need only to install the LibPack when you want to compile FreeCAD yourself. In that case see Developer hub where everything is explained in detail. -- Dr. Schorsch 10:52, 20 November 2006 (CET)

How to start freecad

I installed freecad on an Ubuntu Dapper PC using:

sudo apt-get install libcoin40c2 libgts-0.7-1 libsoqt20 libxerces26c2

wget -nd http://easynews.dl.sourceforge.net/sourceforge/free-cad/freecad_0.5.258-1_i386.deb dpkg -i /home/LinuxDownLoads/CAD/freecad_0.5.258-1_i386.deb

It has been installed successfully. But I don't know how to run the program! There is entry on the Desktop / Application menu. I tried "freecad" on the command line - no luck. Some help doc, online help or readme file with a debian package would help.

NewUser