¡@

Home 

python Programming Glossary: setup.cfg

error: command 'gcc' failed with exit status 1 while installing eventlet

http://stackoverflow.com/questions/11094718/error-command-gcc-failed-with-exit-status-1-while-installing-eventlet

0.3.4.zip Writing tmp easy_install _aeHYm greenlet 0.3.4 setup.cfg Running greenlet 0.3.4 setup.py q bdist_egg dist dir tmp easy_install..

Error: No module named psycopg2.extensions

http://stackoverflow.com/questions/12728004/error-no-module-named-psycopg2-extensions

Writing tmp easy_install l7Qi62 psycopg2 2.4.5 setup.cfg Running psycopg2 2.4.5 setup.py q bdist_egg dist dir tmp easy_install..

Force Python to forego native sqlite3 and use the (installed) latest sqlite3 version

http://stackoverflow.com/questions/1545479/force-python-to-forego-native-sqlite3-and-use-the-installed-latest-sqlite3-ver

2.5.5.tar.gz tar xz cd pysqlite 2.5.5 Then edit the setup.cfg file to comment out the SQLITE_OMIT_LOAD_EXTENSION directive.. to comment out the SQLITE_OMIT_LOAD_EXTENSION directive ed setup.cfg EOF SQLITE_OMIT_LOAD_EXTENSION s define #define w q EOF Since..

django-admin.py: command not found (bluehost server)

http://stackoverflow.com/questions/15671877/django-admin-py-command-not-found-bluehost-server

setup.py .. INSTALL MANIFEST.in README.rst django extras setup.cfg tests and ~ Django 1.5 bin looks like this username@domain.com..

Custom distutils commands

http://stackoverflow.com/questions/1710839/custom-distutils-commands

in your home directory no leading dot on Windows or setup.cfg in the current directory. Then you need a foo.bar package in..

Installing psycopg2 has it stuck between xcrun and lipo

http://stackoverflow.com/questions/18667916/installing-psycopg2-has-it-stuck-between-xcrun-and-lipo

Writing tmp easy_install dTk7cd psycopg2 2.5.1 setup.cfg Running psycopg2 2.5.1 setup.py q bdist_egg dist dir tmp easy_install..

Why doesn't the save button work on a matplotlib plot?

http://stackoverflow.com/questions/3692928/why-doesnt-the-save-button-work-on-a-matplotlib-plot

. Below are the potentially relevant sections of setup.cfg and make.osx including the sections that I modified prior to.. that I modified prior to compiling and installing. setup.cfg egg_info tag_svn_revision 1 directories basedirlist Users matthew.. .sdk FFLAGS arch i386 arch x86_64 After modifying setup.cfg and make.osx I issued the following commands to install matplotlib..

How to structure a python projects with shared sub apps using git and buidout without symbolic links

http://stackoverflow.com/questions/7140321/how-to-structure-a-python-projects-with-shared-sub-apps-using-git-and-buidout-wi

git repo project_one apps app_one models.py app_two setup.cfg setup.py project_two git repo project_two apps app_one same.. apps app_one same app as project_one models.py app_two setup.cfg setup.py Currently I'm using git submodules for this the downside..