You are assumed to have:
If you have not already done so, download and/or install the 64-bit versions of the following:
Verify that Python starts correctly by launching the Windows command shell (cmd.exe) and typing the following at the command prompt.
> C:\Python27\python
The Python interpreter should start and present the following prompt after a few seconds:
>>>
Verify that pywin32 installed correctly by typing the following at the Python prompt.
>>> import win32com
If an ImportError does not occur, then pywin32 is likely to have installed correctly.
Exit Python by pressing Ctrl+D.
Visit https://github.com/mradway/hycohanz and download the latest release of hycohanz as a zip file. As of this writing, this is done by clicking the button labeled “ZIP”.
Unzip the file to a convenient location on your computer
Open another Windows command shell.
Change to the directory where you unzipped hycohanz.
At the Windows command shell prompt, run:
> C:\Python27\python setup.py install
Verify that hycohanz installed correctly by opening another python shell
> C:\Python27\python
and entering at the interpreter prompt
>>> import hycohanzIf an ImportError does not occur, then it is possible that hycohanz installed correctly.
Ensure that all instances of HFSS are closed.
From where you downloaded hycohanz, change to the examples directory
> cd examples
and run the example script
> C:\Python27\python setup_interface_and_quit_application.pyYou should see HFSS open in the background. Pressing “Enter” at the prompt will cause HFSS to exit. If this happens without errors then hycohanz is installed correctly.