<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Python in C++ Code Blocks Linux !]]></title><description><![CDATA[<p>Hallo<br />
Ich weis nicht wie ich die Bibliothek in Code Blocks einbinde<br />
also die von Python .<br />
Hab unzaehlige libs hinzugefügt kommt immer.</p>
<pre><code>main.cpp|1|schwerwiegender Fehler: Python.h: Datei oder Verzeichnis nicht gefunden|
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/298073/python-in-c-code-blocks-linux</link><generator>RSS for Node</generator><lastBuildDate>Thu, 13 Aug 2026 23:33:17 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/298073.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 12 Jan 2012 22:56:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Python in C++ Code Blocks Linux ! on Thu, 12 Jan 2012 22:56:04 GMT]]></title><description><![CDATA[<p>Hallo<br />
Ich weis nicht wie ich die Bibliothek in Code Blocks einbinde<br />
also die von Python .<br />
Hab unzaehlige libs hinzugefügt kommt immer.</p>
<pre><code>main.cpp|1|schwerwiegender Fehler: Python.h: Datei oder Verzeichnis nicht gefunden|
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2167442</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2167442</guid><dc:creator><![CDATA[Cho++]]></dc:creator><pubDate>Thu, 12 Jan 2012 22:56:04 GMT</pubDate></item><item><title><![CDATA[Reply to Python in C++ Code Blocks Linux ! on Fri, 13 Jan 2012 00:06:30 GMT]]></title><description><![CDATA[<p>Python.h ist aber eine Header Datei und keine Lib, und Header Dateien werden per #include eingebunden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2167455</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2167455</guid><dc:creator><![CDATA[Cybertec]]></dc:creator><pubDate>Fri, 13 Jan 2012 00:06:30 GMT</pubDate></item><item><title><![CDATA[Reply to Python in C++ Code Blocks Linux ! on Fri, 13 Jan 2012 19:43:46 GMT]]></title><description><![CDATA[<p>python.h reicht aber nicht ich möchte die ganze Python libary adden...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2167773</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2167773</guid><dc:creator><![CDATA[Cho++]]></dc:creator><pubDate>Fri, 13 Jan 2012 19:43:46 GMT</pubDate></item><item><title><![CDATA[Reply to Python in C++ Code Blocks Linux ! on Fri, 13 Jan 2012 19:57:37 GMT]]></title><description><![CDATA[<p>Doch, python.h reicht da es sämtlichen anderen Krempel inkludiert.<br />
Hau doch mal /usr/include/python2.7 in den Suchpfad.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2167776</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2167776</guid><dc:creator><![CDATA[Ethon]]></dc:creator><pubDate>Fri, 13 Jan 2012 19:57:37 GMT</pubDate></item><item><title><![CDATA[Reply to Python in C++ Code Blocks Linux ! on Fri, 13 Jan 2012 20:09:05 GMT]]></title><description><![CDATA[<p>Hmm Ich finde kein Python.h da sind mehrere Python ordner da sind auch header datein aber kein Python.h.<br />
Meistens immerein Ordner namens numby</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2167777</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2167777</guid><dc:creator><![CDATA[Cho++]]></dc:creator><pubDate>Fri, 13 Jan 2012 20:09:05 GMT</pubDate></item><item><title><![CDATA[Reply to Python in C++ Code Blocks Linux ! on Fri, 13 Jan 2012 20:11:42 GMT]]></title><description><![CDATA[<blockquote>
<p>find /usr -name Python.h</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/2167779</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2167779</guid><dc:creator><![CDATA[Ethon]]></dc:creator><pubDate>Fri, 13 Jan 2012 20:11:42 GMT</pubDate></item><item><title><![CDATA[Reply to Python in C++ Code Blocks Linux ! on Fri, 13 Jan 2012 20:29:08 GMT]]></title><description><![CDATA[<p>Ah habs jetzt gedownloadet bei link libary unter build options<br />
kann man keine header dateien linken?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2167784</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2167784</guid><dc:creator><![CDATA[Cho++]]></dc:creator><pubDate>Fri, 13 Jan 2012 20:29:08 GMT</pubDate></item><item><title><![CDATA[Reply to Python in C++ Code Blocks Linux ! on Fri, 13 Jan 2012 20:38:03 GMT]]></title><description><![CDATA[<p>Du brauchst nichts downloaden! Python-Libs hast du echt bei jeder Linux Installation dabei.</p>
<p>Pack einfach zu den Linker-Einstellungen das Linken von &quot;python2.7&quot; dazu, zu dem Include-Pfad &quot;/usr/include/python2.7&quot; (oder was er bei dir ist und gut)</p>
<blockquote>
<p>kann man keine header dateien linken?</p>
</blockquote>
<p>Nein!<br />
<a href="http://www.lurklurk.org/linkers/linkers.html" rel="nofollow">http://www.lurklurk.org/linkers/linkers.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2167789</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2167789</guid><dc:creator><![CDATA[Ethon]]></dc:creator><pubDate>Fri, 13 Jan 2012 20:38:03 GMT</pubDate></item><item><title><![CDATA[Reply to Python in C++ Code Blocks Linux ! on Fri, 13 Jan 2012 20:59:51 GMT]]></title><description><![CDATA[<p>Hmm sorry wenn ich nerv aber ich weis nicht wo ich des hinzufügen soll.<br />
Bei Linker Settings gehen nur .lib oder .a soll ich bei Globale Variablen<br />
einfügen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2167798</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2167798</guid><dc:creator><![CDATA[Cho++]]></dc:creator><pubDate>Fri, 13 Jan 2012 20:59:51 GMT</pubDate></item><item><title><![CDATA[Reply to Python in C++ Code Blocks Linux ! on Fri, 13 Jan 2012 21:10:20 GMT]]></title><description><![CDATA[<blockquote>
<p>Bei Linker Settings gehen nur .lib oder .a soll ich bei Globale Variablen</p>
</blockquote>
<p>Da fügst bei den Linker Settings einfach ein &quot;python2.7&quot; (nicht den Datei-Dialog zur Auswahl von Datein aufmachen). Beim Suchpfad dann halt /usr/include/python2.7 rein.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2167799</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2167799</guid><dc:creator><![CDATA[Ethon]]></dc:creator><pubDate>Fri, 13 Jan 2012 21:10:20 GMT</pubDate></item><item><title><![CDATA[Reply to Python in C++ Code Blocks Linux ! on Fri, 13 Jan 2012 21:38:38 GMT]]></title><description><![CDATA[<p>-.- kommt immer noch datei oder verzeichnis nicht gefunden .<br />
hab suchpfad eingegeben und bei other linker options &quot;python2.7&quot;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2167804</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2167804</guid><dc:creator><![CDATA[Cho++]]></dc:creator><pubDate>Fri, 13 Jan 2012 21:38:38 GMT</pubDate></item><item><title><![CDATA[Reply to Python in C++ Code Blocks Linux ! on Sun, 15 Jan 2012 14:38:41 GMT]]></title><description><![CDATA[<p>Wieso unter Options? &quot;python2.7&quot; ist der Name der Bibliothek! Also ab ins Fenster links davon.</p>
<p>Und um den Suchpfad einzugeben gehst du 1 Tab nach rechts (Von Linker Settings zu Search Directories) und trägst es da ein.<br />
Ernsthaft, so schwer ist das wirklich nicht ...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2168370</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2168370</guid><dc:creator><![CDATA[Ethon]]></dc:creator><pubDate>Sun, 15 Jan 2012 14:38:41 GMT</pubDate></item><item><title><![CDATA[Reply to Python in C++ Code Blocks Linux ! on Sun, 15 Jan 2012 16:33:23 GMT]]></title><description><![CDATA[<p>Schau dir mal den Screenshot an den ich eben extra für dich gemacht habe. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
<p><a href="http://www.abload.de/image.php?img=codeblockscbjn7.png" rel="nofollow">http://www.abload.de/image.php?img=codeblockscbjn7.png</a></p>
<p>EDIT:</p>
<p>wie du siehst, ist in dem Verzeichnis die Python.h drin.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2168411</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2168411</guid><dc:creator><![CDATA[Cybertec]]></dc:creator><pubDate>Sun, 15 Jan 2012 16:33:23 GMT</pubDate></item></channel></rss>