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
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,
I\'m having some issues importing scapy under jython. I\'ve been doing java forever, but python for only a day or two.
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?
I compiled matplotlib on a mac running snow leopard only to find that when I import matplotlib.pyplot I get the following error:
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.
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
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
I tried to find a question that would answer to this question but wasn\'t succesful, so I made a new question.
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