Difference between revisions of "Windows Installation"

From TexGen
Jump to navigationJump to search
Line 17: Line 17:
  
 
==FAQ==
 
==FAQ==
Q: I get the following error message when trying to run TexGen: "This application has failed to start because python25.dll was not found. Re-installing the application may fix this problem."
+
===python25.dll not found, how do i fix it?===
  
A: Normally python25.dll should be placed in windows\system32 directory on installation of Python. In some cases this may not happen, python25.dll may be placed in your Python installation directory instead. If this happens TexGen will not know where to look for it, to solve the issue copy python25.dll from the Python directory to the TexGen directory.
+
Normally python25.dll should be placed in windows\system32 directory on installation of Python. In some cases this may not happen, python25.dll may be placed in your Python installation directory instead. If this happens TexGen will not know where to look for it, to solve the issue copy python25.dll from the Python directory to the TexGen directory.

Revision as of 13:02, 28 November 2006

Download

TexGen is hosted on sourceforge and the latest version can be downloaded here. Download the latest executable named texgen-3.x.x.exe.

Installation

Prerequisites

Before installing TexGen you will need to download and install version 2.5 of Python which can be downloaded here. Install it anywhere on your hard disk it doesn't matter.

Install

Run texgen-3.x.x.exe and follow the on screen instructions. During the installation you will be asked to specify where Python has been installed. The installer should detect this automatically if all goes well, if not you must specify the directory manually. This is necessary because TexGen will install an extension module in the Python directory. This is so that Python scripts can be executed from anywhere on the system. Since the TexGen graphical user interface also relies on the Python interface to function, it will not work unless this step is completed correctly.

Running

If TexGen has successfully been installed you should be able to run it from the start menu:

Start -> Programs -> TexGen -> TexGen

Visit the User Guide section for information on using TexGen.

FAQ

python25.dll not found, how do i fix it?

Normally python25.dll should be placed in windows\system32 directory on installation of Python. In some cases this may not happen, python25.dll may be placed in your Python installation directory instead. If this happens TexGen will not know where to look for it, to solve the issue copy python25.dll from the Python directory to the TexGen directory.