importerror
Strange PYTHONPATH problem
I recently updated my python installation to 2.7 (previously 2.5), and I\'ve noticed a strange problem where I cannot import certain modules that I created.I had no problem bef开发者_运维百科ore.Norma[详细]
2023-02-02 03:51 分类:问答python __import__ from same folder fails
I have a directory structure like so: - project |- commands.py |- Modules - __init__.py - base.py \\- build.py[详细]
2023-01-31 18:42 分类:问答Installing MySQL on Mac for use with Python
I simply want to install MySQL on my Mac (ru开发者_开发知识库nning Mac OS X 10.6.5 (Snow Leopard)) for use with Python.[详细]
2023-01-31 17:17 分类:问答Problem with complex derived type importing to MEF Host app
Receiving the following upon call to hostContainer.ComposeParts(): System.ComponentModel.Composition.ChangeRejectedException[详细]
2023-01-29 21:41 分类:问答Importing files from different folder
I have this folder structure: application ├── app │ └── folder │ └── file.py[详细]
2023-01-29 04:04 分类:问答Django ImportError: Could not import settings 'settings' - No module named csrf
I am just starting to fiddle around with django. First I made a small app on my windows machine and verified it worked fine[详细]
2023-01-28 19:11 分类:问答Python ImportError on web hosting
I\'m fairly new to Python, so forgive me if I\'m missing something obvious. I have been using the Topia TermExtract package, and the code I wrote has been working fine on my local machine (Mac OS 10.[详细]
2023-01-27 13:14 分类:问答Using Django ORM outside of Django throws ImportError on assigning to the FK
When using the Django ORM from an external shell, using a model with a ForeignKey field an ImportError is thrown when assigning to it.[详细]
2023-01-21 19:45 分类:问答Django Celery causes an import error on runserver command
When I issue a runserver command, an ImportError is raised from djcelery (Django Celery). % python manage.py runserver[详细]
2023-01-21 03:06 分类:问答Import from a Django project with a different top-level folder name
I recently setup a deployment solution for my Django project using Fabric. The basic workflow being: Check out the latest source from git on the server.[详细]
2023-01-18 23:52 分类:问答