O arquivo mysite/ interior é o pacote Python para o seu projeto.
The inner mysite/ directory is the actual Python package for your project.
Django em si também é um pacote Python.
A solução é recompilar o pacote python que esteja causando problema, por exemplo fink rebuild python24 para o caso acima.
The fix is to rebuild the offending python package, e.g. fink rebuild python24 for the case above.
Um erro no pacote python presente no jaunty antes da versão candidata Ubuntu 9.04 causa a falha dos módulos python ao serem registrados para uso com a atual versão python, python 2.6.
A bug in the python packages present in jaunty prior to the Ubuntu 9.04 release candidate caused python modules to fail to be registered for use with the current python version, python 2.6.
Este pacote Python fornece uma das implementações mais rápidas de redes neurais dinâmicas para obter velocidade e flexibilidade.
This Python package provides one of the fastest implementations of dynamic neural networks to achieve speed and flexibility.
Posteriormente usamos o termo empacotamento para descrever o processo de tornar um pacote Python fácil para outros instalarem.
Later on we use the term packaging to describe the process of making a Python package easy for others to install.
Uma vez que tenha limpado seus modelos, nomeie arquivo "models.py" e coloque-o no pacote Python que contém sua aplicação.
Once you've cleaned up your models, name the file models.py and put it in the Python package that holds your app.
Nesse diretório, há um diretório locomotive para o pacote Python do mesmo nome.
Within this directory, there exists a locomotive directory for a Python package of the same name.
Por exemplo, quando você executa django-admin startproject mysite você criará um diretório de projeto mysite que contêm o pacote Python mysite com os módulos settings.py, urls.py, and wsgi.py.
For example, when you run django-admin startproject mysite you'll get a mysite project directory that contains a mysite Python package with settings.py, urls.py, and wsgi.py.
Seu nome é o nome do pacote Python que você vai precisar usar para importar coisas do seu interior (por exemplo, mysite.urls).
Its name is the Python package name you'll need to use to import anything inside it (e.g. mysite.urls).
Nós transformaremos nossa aplicação web em um pacote Python autônomo que você pode reutilizar em novos projetos e compartilhar com outras pessoas.
We'll be turning our Web-poll into a standalone Python package you can reuse in new projects and share with other people.
Os exemplos de código a seguir ilustram como é possível realizar operações comuns do BigQuery usando a biblioteca google-cloud-bigquery para desenvolvedores que já estão familiarizados com o pacote Python datalab.
The following code examples illustrate how to perform common BigQuery operations using the google-cloud-bigquery library for developers who are already familar with the datalab Python package.
Ele oferece um modelo e gera arquivos que viabilizam distribuições padronizadas, como um pacote Python ou contêiner Docker.
It provides a template and generates files to enable standardized distributions as Python packages or Docker containers.