importerror
python import error
what\'s wrong with my imports? App folder structure: myapp/ models/models.py contains SpotModel() tests/tests.py contains TestSpotModel(unittest.TestCase). tests.py imports from myapp.models.model[详细]
2023-01-12 18:41 分类:问答Pydev can't find matplotlib modules
I just installed matplotlib on my windows 7 Python 2.6.5 machine with the win32 installer . I\'ve tried some examples from the matplotlib site to test the installation,[详细]
2023-01-12 02:54 分类:问答Importing python modules in jython
I\'m having some issues importing scapy under jython. I\'ve been doing java forever, but python for only a day or two.[详细]
2023-01-07 02:31 分类:问答Django: ImportError: No module named ?z?
Hi I am trying to deploy a django app with uwsgi. I keep getting Import Errors that look like this: ImportError: No module named ?z?[详细]
2023-01-06 18:56 分类:问答How to fix ImportError in matplotlib
I compiled matplotlib on a mac running snow leopard only to find that when I import matplotlib.pyplot I get the following error:[详细]
2023-01-04 15:08 分类:问答python: importing modules with incorrect import statements => unexhaustive info from resulting ImportError
I have a funny problem I\'d like to ask you guys (\'n gals) about. I\'m importing some module A that is importing some non-existent module B. Of course this will result in an ImportError.[详细]
2022-12-31 12:43 分类:问答Python - problem in importing new module - libgmail
I downloaded Python module libgmail from sourceforge and extracted all the files in the archive. The archive had setup.py, so I went to that directory in command prompt and did[详细]
2022-12-30 02:07 分类:问答ImportError and Django driving me crazy
OK, I have the following directory structure (it\'s a django project): -> project --> app and within the app folder, there is a scraper.py file which needs to reference a class defined within mode[详细]
2022-12-25 20:53 分类:问答Python setuptools import error (Using NetBeans)
I tried to find a question that would answer to this question but wasn\'t succesful, so I made a new question.[详细]
2022-12-19 03:01 分类:问答Works using Django development server, but throws import error with Apache using mod_wsgi
I have a Django project that works fine with the development server that comes with it. No errors are produced at all when I use \"django manage.py runserver\" and the app works fine, but when I try[详细]
2022-12-18 09:22 分类:问答