Archicad python connection - assertion error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-02-08 11:44 AM - edited 2023-02-08 12:10 PM
I'm trying to start with Archicad Python connection. The problem is that the sample script just won't work.
It appears that it's not even connecting to the running instance of Archicad but it's quite not clear
to me as I'm an absolute beginner.
EDIT: nevermind, as I've found that SE just doesn't support Python. That's dissapointing.
- Labels:
-
Automation (Python or JSON)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2023-02-08 12:24 PM
FYI, the assertion error means that the connection didn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2025-06-04 04:17 AM
I also encounter same problem. I have checked my connection should be ok as below figure, but still have error message "line 10, in <module>
assert conn ^^^^ AssertionError". This python script - "Excel File Exporter" is download from Graphisoft website .