<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Thema "Re: Nüschte is - Prozess abgebrochen" in Programmierung</title>
    <link>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560668#M7094</link>
    <description>Wäre das im Vorfeld kommuniziert worden hätten wir ca. 6 Mannstunden weniger Zeit vergeigelt... &lt;!-- s:| --&gt;&lt;span class="lia-unicode-emoji" title=":neutrales_Gesicht:"&gt;😐&lt;/span&gt;&lt;!-- s:| --&gt;</description>
    <pubDate>Fri, 16 Oct 2020 12:03:24 GMT</pubDate>
    <dc:creator>Stefan L_</dc:creator>
    <dc:date>2020-10-16T12:03:24Z</dc:date>
    <item>
      <title>Nüschte is - Prozess abgebrochen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560661#M7087</link>
      <description>Heute habe ich mal "versucht, testweise rumzuprobieren".&lt;BR /&gt;Aber irgendwas stimmt da nicht, egal welches der Beispiel-Scripts ich probiere, die Konsole wirft mir das hier raus:&lt;BR /&gt;&lt;PRE&gt;==========&lt;BR /&gt;&lt;BR /&gt;Skript unused_items_in_view_map.py wird ausgeführt&lt;BR /&gt;&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;  File "C:\!ProjekteLokal\Python\unused_items_in_view_map.py", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;    from archicad import ACConnection&lt;BR /&gt;  File "C:\Program Files\Python39\lib\site-packages\archicad\__init__.py", line 5, in &amp;lt;module&amp;gt;&lt;BR /&gt;    from .connection import ACConnection&lt;BR /&gt;  File "C:\Program Files\Python39\lib\site-packages\archicad\connection.py", line 8, in &amp;lt;module&amp;gt;&lt;BR /&gt;    from .versioning import _Versioning&lt;BR /&gt;  File "C:\Program Files\Python39\lib\site-packages\archicad\versioning.py", line 4, in &amp;lt;module&amp;gt;&lt;BR /&gt;    from .releases import Types, Commands, Utilities&lt;BR /&gt;  File "C:\Program Files\Python39\lib\site-packages\archicad\releases\__init__.py", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;    from archicad.releases.ac24 import Commands, Types, Utilities&lt;BR /&gt;  File "C:\Program Files\Python39\lib\site-packages\archicad\releases\ac24\__init__.py", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;    from archicad.releases.ac24.b3004types import Types&lt;BR /&gt;  File "C:\Program Files\Python39\lib\site-packages\archicad\releases\ac24\b3004types.py", line 85, in &amp;lt;module&amp;gt;&lt;BR /&gt;    ClassificationId.get_classinfo().add_field('classificationItemId', Optional[ClassificationItemId])&lt;BR /&gt;  File "C:\Program Files\Python39\lib\site-packages\archicad\acbasetype.py", line 120, in add_field&lt;BR /&gt;    assert is_class(field_type) or is_generic_list(field_type) or is_union(field_type)&lt;BR /&gt;AssertionError&lt;BR /&gt;&lt;BR /&gt;=== Prozess abgebrochen ===&lt;/PRE&gt;Weiß wer was?&lt;BR /&gt;&lt;BR /&gt;-- &lt;BR /&gt;Stefan</description>
      <pubDate>Tue, 13 Oct 2020 15:33:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560661#M7087</guid>
      <dc:creator>Stefan L_</dc:creator>
      <dc:date>2020-10-13T15:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Nüschte is - Prozess abgebrochen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560662#M7088</link>
      <description>Welches Beispielskript mit welchem Archicad?&lt;BR /&gt;Die Skripte von der internationalen Seite funktionieren nur mit der internationalen Bibliothek/Version</description>
      <pubDate>Wed, 14 Oct 2020 13:29:19 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560662#M7088</guid>
      <dc:creator>Holger Kreienbrink</dc:creator>
      <dc:date>2020-10-14T13:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Nüschte is - Prozess abgebrochen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560663#M7089</link>
      <description>Mein Admin sagt, der Support hätte gesagt es liegt an einer zu neuen Python-Version (hier die 3.9.0), allerdings steht die Gegenprobe mit einer älteren noch aus, dann hätte ich mich nochmal gemeldet.&lt;BR /&gt;&lt;BR /&gt;Bezgl. INT-Version:&lt;BR /&gt;Heißt das, dass auch dieser Beispielschnipsel aus der GettingStarted-PDF nicht in der GER-Version funktionieren würde?&lt;PRE&gt;from archicad import ACConnection &lt;BR /&gt;conn = ACConnection.connect() &lt;BR /&gt; &lt;BR /&gt;elements = conn.commands.GetAllElements() &lt;BR /&gt; &lt;BR /&gt;for element in elements: &lt;BR /&gt;    print(element.elementId.guid)&lt;/PRE&gt;&lt;BR /&gt;-- &lt;BR /&gt;Stefan</description>
      <pubDate>Wed, 14 Oct 2020 16:29:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560663#M7089</guid>
      <dc:creator>Stefan L_</dc:creator>
      <dc:date>2020-10-14T16:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nüschte is - Prozess abgebrochen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560664#M7090</link>
      <description>&lt;BLOCKQUOTE&gt;Mein Admin sagt, der Support hätte gesagt es liegt an einer zu neuen Python-Version (hier die 3.9.0), allerdings steht die Gegenprobe mit einer älteren noch aus, dann hätte ich mich nochmal gemeldet.&lt;BR /&gt;&lt;BR /&gt;Bezgl. INT-Version:&lt;BR /&gt;Heißt das, dass auch dieser Beispielschnipsel aus der GettingStarted-PDF nicht in der GER-Version funktionieren würde?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;Das hatte ich mir auch fast gedacht. Wär noch spannend, was geändert wurde, dass das nicht mehr geht... &lt;BR /&gt;&lt;BR /&gt;Dein Code-Schnipselchen geht auf alle Fälle. &lt;BR /&gt;Was Holger wohl meint, ist die Lokalisierung der Strings, sofern denn welche in den Skripten auftauchen. Aber das ergibt sich schon, wenn man sich die anschaut, wo man was ändern muss.</description>
      <pubDate>Wed, 14 Oct 2020 18:04:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560664#M7090</guid>
      <dc:creator>runxel</dc:creator>
      <dc:date>2020-10-14T18:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Nüschte is - Prozess abgebrochen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560665#M7091</link>
      <description>OK, danke erstmal.&lt;BR /&gt;Mal sehen, wann die wirklichen Machthaber hier eine ältere Python-Version verteilen...&lt;BR /&gt;&lt;BR /&gt;-- &lt;BR /&gt;Stefan</description>
      <pubDate>Thu, 15 Oct 2020 06:58:17 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560665#M7091</guid>
      <dc:creator>Stefan L_</dc:creator>
      <dc:date>2020-10-15T06:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Nüschte is - Prozess abgebrochen [Py 3.8.6 läuft]</title>
      <link>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560666#M7092</link>
      <description>Python 3.8.6 in AC 24.0.0.3022 GER WIN läuft.&lt;BR /&gt;Jetzt kann ich endlich Wandhöhen in Excel verändern und bin nicht mehr nur auf die Dialogfelder von Archicad angewiesen. Echte Freiheit!  &lt;!-- s:mrgreen: --&gt;&lt;span class="lia-unicode-emoji" title=":strahlendes_Gesicht_mit_lächelnden_Augen:"&gt;😁&lt;/span&gt;&lt;!-- s:mrgreen: --&gt;&lt;BR /&gt;&lt;BR /&gt;-- &lt;BR /&gt;Stefan</description>
      <pubDate>Fri, 16 Oct 2020 07:19:52 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560666#M7092</guid>
      <dc:creator>Stefan L_</dc:creator>
      <dc:date>2020-10-16T07:19:52Z</dc:date>
    </item>
    <item>
      <title>Re: Nüschte is - Prozess abgebrochen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560667#M7093</link>
      <description>Richtig, bitte vorläufig Python 3.8.6 installieren, AC unterstützt die 3.9.0 noch nicht.</description>
      <pubDate>Fri, 16 Oct 2020 08:02:08 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560667#M7093</guid>
      <dc:creator>gmassmann</dc:creator>
      <dc:date>2020-10-16T08:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: Nüschte is - Prozess abgebrochen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560668#M7094</link>
      <description>Wäre das im Vorfeld kommuniziert worden hätten wir ca. 6 Mannstunden weniger Zeit vergeigelt... &lt;!-- s:| --&gt;&lt;span class="lia-unicode-emoji" title=":neutrales_Gesicht:"&gt;😐&lt;/span&gt;&lt;!-- s:| --&gt;</description>
      <pubDate>Fri, 16 Oct 2020 12:03:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560668#M7094</guid>
      <dc:creator>Stefan L_</dc:creator>
      <dc:date>2020-10-16T12:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Nüschte is - Prozess abgebrochen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560669#M7095</link>
      <description>Wir kommunizieren, sobald wir von einem Problem erfahren. Python 3.8.6 kam am 24.09.2020 heraus. Das schon am 05.10. die 3.9.0 heraus kam, war nicht zu erwarten.</description>
      <pubDate>Sun, 18 Oct 2020 20:26:11 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560669#M7095</guid>
      <dc:creator>gmassmann</dc:creator>
      <dc:date>2020-10-18T20:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Nüschte is - Prozess abgebrochen</title>
      <link>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560670#M7096</link>
      <description>Sorry, wollte nicht pampig klingen.&lt;BR /&gt;Hat nicht geklappt...  &lt;!-- s:oops: --&gt;&lt;span class="lia-unicode-emoji" title=":grinsendes,_blinzelndes_Gesicht:"&gt;😆&lt;/span&gt;&lt;!-- s:oops: --&gt;</description>
      <pubDate>Mon, 19 Oct 2020 09:02:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Programmierung/N%C3%BCschte-is-Prozess-abgebrochen/m-p/560670#M7096</guid>
      <dc:creator>Stefan L_</dc:creator>
      <dc:date>2020-10-19T09:02:50Z</dc:date>
    </item>
  </channel>
</rss>

