[mod_python] ANN: Vampire 1.6 is now available.

Graham Dumpleton grahamd at dscpl.com.au
Fri Apr 22 17:27:52 EDT 2005


I have heard that with some Linux distros that Python distutils which
"setup.py" uses doesn't work properly if you don't have the full
python-dev version of Pythoninstalled.

Thus, see if the Debian packaging system provides a "python" and
"python-dev" package and make sure you install both.

On 23/04/2005, at 2:22 AM, Stephen Vermeulen wrote:

> Graham Dumpleton wrote:
>
>> Vampire 1.6 is now available.
>>
>>    http://www.dscpl.com.au/projects/vampire
>>
>>    http://www.dscpl.com.au/downloads/vampire-1.6-20050422.tar.gz
>
> I downloaded this, unpacked it and tried to set it up, but ran into an  
> error executing
> the "python setup.py install" phase, here's the console log (I ran all  
> this as root):
>
> -----------------------------
>
> orion:/home/files/downloads/python/vampire/vampire-1.6-20050422/ 
> software# python setup.py build
> running build
> running build_py
> creating build
> creating build/lib
> creating build/lib/vampire
> copying vampire/__init__.py -> build/lib/vampire
> copying vampire/cache.py -> build/lib/vampire
> copying vampire/config.py -> build/lib/vampire
> copying vampire/forms.py -> build/lib/vampire
> copying vampire/lookup.py -> build/lib/vampire
> copying vampire/markup.py -> build/lib/vampire
> copying vampire/xmlrpc.py -> build/lib/vampire
> orion:/home/files/downloads/python/vampire/vampire-1.6-20050422/ 
> software# python setup.py install
> running install
> error: invalid Python installation: unable to open  
> /usr/lib/python2.3/config/Makefile (No such file or directory)
> orion:/home/files/downloads/python/vampire/vampire-1.6-20050422/ 
> software# pythonPython 2.3.5 (#2, Feb  9 2005, 00:38:15)
> [GCC 3.3.5 (Debian 1:3.3.5-8)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>>
> orion:/home/files/downloads/python/vampire/vampire-1.6-20050422/ 
> software#
>
> ---------------------------------
>
> I checked, and while my Linux has /usr/lib/python2.3 it does not have  
> the config directory.
>
> Stephen
>



More information about the Mod_python mailing list