I am very new with Python and I have just received this message while trying to use Visual Studio plugin for Python:
try:
import boinc # getting the exception here
_BOINC_ENABLED = True
except:
_BOINC_ENABLED = False
and this is the error message that I get:
exceptions.ImportError occurred Message: No module named boinc
the other lines that import files are here :
from util import *
from util import raiseNotDefined
import time, os
import traceback
(i haven’t wrote them they were given in the pacman project)
I am trying to use Python for the pacman project that was given to me as an assignment
and I am having trouble running the project – debugging it (I didn’t write any code yet).
Thanks in advance for your kind help.
problem was that my project was not on the root of my hard drive and
the project was inside a folder named in hebrew.
the path of the folder containning the project must be in english for it to work