wie mache ich sie in den pathsnafu hat geschrieben: Samstag 18. September 2021, 12:27 Wahrscheinlich sind Python und der Skript-Ordner nicht im PATH. Da hätte man bei der Installation unter Windows das Häkchen entsprechend setzen müssen. Oder man passt den PATH nachträglich per Hand an.
Ansonsten: py -m pip install paketname
Die Suche ergab 9 Treffer
- Freitag 24. September 2021, 18:08
- Forum: Allgemeine Fragen
- Thema: TypeError: 'module' object is not callable
- Antworten: 16
- Zugriffe: 2587
Re: TypeError: 'module' object is not callable
- Freitag 17. September 2021, 16:29
- Forum: Allgemeine Fragen
- Thema: TypeError: 'module' object is not callable
- Antworten: 16
- Zugriffe: 2587
Re: TypeError: 'module' object is not callable
@MauroMauHD,
auf was für einem System verwendest du das denn? Windows, Linux, ...
Anscheinend Windows, ...
Auf Windows wird es meistens schon mit dem Python Installer mit installiert. Wie hast du denn Python installiert?
Ich denke am einfachsten wäre es, du gehst die gleichen Schritte wie bei ...
- Freitag 17. September 2021, 15:19
- Forum: Allgemeine Fragen
- Thema: TypeError: 'module' object is not callable
- Antworten: 16
- Zugriffe: 2587
Re: TypeError: 'module' object is not callable
@MauroMauHD,
die Fehlermeldung bedeutet, dass aiofiles bei dir nicht installiert ist.
aiofiles ist ein externe Library, die man zusätzlich installieren muss.
Dazu must du im Terminal "pip install aiofiles" eingeben.
danke aber jetzt kommt das :/
pip : Die Benennung "pip" wurde nicht als ...
- Freitag 17. September 2021, 15:19
- Forum: Allgemeine Fragen
- Thema: TypeError: 'module' object is not callable
- Antworten: 16
- Zugriffe: 2587
Re: TypeError: 'module' object is not callable
@MauroMauHD,
die Fehlermeldung bedeutet, dass aiofiles bei dir nicht installiert ist.
aiofiles ist ein externe Library, die man zusätzlich installieren muss.
Dazu must du im Terminal "pip install aiofiles" eingeben.
danke aber jetzt kommt das :/
pip : Die Benennung "pip" wurde nicht als ...
- Sonntag 12. September 2021, 15:18
- Forum: Allgemeine Fragen
- Thema: TypeError: 'module' object is not callable
- Antworten: 16
- Zugriffe: 2587
Re: TypeError: 'module' object is not callable
@MauroMauHD,
in dem anderen Thread hatte ich geschrieben:
"aiofiles" wirst du wohl auch importieren müssen.
Also must du oben in den ersten Zeilen
import aiofiles
einfügen.
Falls weitere Fehlermeldungen kommen, must du halt fragen. Dann schauen wir mal wie man das lösen kann.
Danke ...
- Samstag 11. September 2021, 16:34
- Forum: Allgemeine Fragen
- Thema: TypeError: 'module' object is not callable
- Antworten: 16
- Zugriffe: 2587
Re: TypeError: 'module' object is not callable
Das hattest Du doch hier schon mal gefragt: https://www.python-forum.de/viewtopic.php?f=1&t=52924
Ich denke nicht, dass sich an der/den Antworten was ändert, nur weil Du es noch einmal fragst. Du hast da von rogerb sowohl den Grund, als auch eine Lösung bekommen.
NEIN! das was er geschriben ...
- Samstag 11. September 2021, 15:33
- Forum: Allgemeine Fragen
- Thema: TypeError: 'module' object is not callable
- Antworten: 16
- Zugriffe: 2587
TypeError: 'module' object is not callable
hallo,kann mir jemand helfen ich code einen discord bot und komme nicht weiter da immer ein fehler auftretet
das hier ist der code:
import asyncio
import discord
from discord import client
from discord import embeds
from discord import colour
from discord import file
from discord.colour import ...
das hier ist der code:
import asyncio
import discord
from discord import client
from discord import embeds
from discord import colour
from discord import file
from discord.colour import ...
- Samstag 4. September 2021, 11:36
- Forum: Allgemeine Fragen
- Thema: TypeError: 'module' object is not callable
- Antworten: 5
- Zugriffe: 749
Re: TypeError: 'module' object is not callable
Die Fehlermeldung passt nicht zum Quelltext.
danke sehe gerade habe das falsche hochgeladen hier ist der code sorry
import asyncio
import discord
from discord import client
from discord import embeds
from discord import colour
from discord import file
from discord.colour import Color
from ...
- Freitag 3. September 2021, 15:57
- Forum: Allgemeine Fragen
- Thema: TypeError: 'module' object is not callable
- Antworten: 5
- Zugriffe: 749
TypeError: 'module' object is not callable
Bitte hilft mir ich bin einen discord bot am coden und komme nicht weiter.
import discord
from discord import client
from discord import embeds
from discord import colour
from discord import file
from discord.colour import Color
from discord.ext import commands
from discord.ext.commands.core import ...
import discord
from discord import client
from discord import embeds
from discord import colour
from discord import file
from discord.colour import Color
from discord.ext import commands
from discord.ext.commands.core import ...
