Closed christoph-maurer closed 2 years ago
@christoph-maurer We recently promoted quite a few changes to pywincalc. Among those was renaming the default branch to main and restructuring the examples. So there is no long a single example.py file. Instead there are many (20+) example scripts in a /examples directory here https://github.com/LBNL-ETA/pyWinCalc/tree/main/examples.
Can you first verify that you have pulled the latest version of the repo and are on the main branch?
A couple notes:
Let me know if you still have trouble running any of the examples or have any other questions.
Sorry, I used an old version. Thank you, @StephenCzarnecki , it works great!
Hi @StephenCzarnecki, when I run
python3 example.py
, I get the error messageIf I exchange
pywincalc.Glazing_System
in line 16 bypywincalc.GlazingSystem
, I get the error messageDo you know how I can run an example?