Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Can HFSS read .pyc Files?

Status
Not open for further replies.

Daniel Waseem

Newbie level 5
Joined
Sep 12, 2014
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
57
I have a couple of python scripts I need to distribute to my coworkers. I do not want them to be able to edit the code. I found that I can make the .py files into pyc executable files. I wanted to know if HFSS would be able to read that code?
 

HFSS relies on IronPython (see ironpython.net).
.pyc files are generated by the reference python interpreter (cpython) and are not recognized by IronPython.
The latest versions of IronPython include a script called pyc.py which allows to generate executables, but I've never tested it so I can't say more on that one.
 

My scripts are written in IronPython. I apologize for the confusion there. I have not tried running a .pyc file from HFSS.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top