python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Java/Maven Project has red X's on all imports not starting with Java in Eclipse
After system recovery and a reinstall I re-imported one of my projects. I have tried cleaning the project, doing a maven update, maven install, etc. However, in the import section in my .java files ...
user348136
Votes: 0
Answers: 1
ImportError in terminal for importing a module created in VS Code
Created in VS Code a file containing a new class called Book. When I try and import it via terminal (on MacBook), I get this error message:
ImportError: No module named Book.
This is the VS Code cod...

Mihaela Costea
Votes: 0
Answers: 3
ImportError: cannot import name 'url' from 'django.conf.urls' django-rest-auth
error : from django.conf.urls import url
ImportError: cannot import name 'url' from 'django.conf.urls'
-version
Django==4.0.1
django-rest-auth==0.9.5
Pl help me.Thank you in advance
url.py
# Cor...

user17953070
Votes: 0
Answers: 3
Import error using Python uadt package (machine learning)
I'm tyring to use this program (https://github.com/tbabej/uadt) to test my pcap captures and do some machine learning. I use the command git clone to have everything on my pc, then I use "pip -r ...
Marco
Votes: 0
Answers: 1