f5inet / django-dms

Automatically exported from code.google.com/p/django-dms
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

mention python 2.5 required #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. use a centos 5 distribution 
2. follow the howto up to pp syncdb --noinput

What is the expected output? What do you see instead?
pp syncdb --noinput - expected to see tables created, instead got error 
ending with: 
DeserializationError: Invalid model identifier: 'large_dms.document'

running the server gave me first an error about uuid - resolved via:
easy_install uuid

then another error for hashlib, solved this with:

http://skvidal.wordpress.com/2009/01/28/python-hashlib/

What version of the product are you using? On what operating system?
svn; centos 5

Please provide any additional information below.

Hi there, please could you mention that python 2.5 or above is required as 
it toom me quite a while to work out what was going wrong.

thanks

Kerry

Original issue reported on code.google.com by wag...@gmail.com on 5 Jul 2009 at 4:44

GoogleCodeExporter commented 8 years ago
Thanks for that; sorry that it took up so much of your time, I'll mention it 
and look
into backwards compatibility.

Original comment by e.willha...@gmail.com on 13 Jul 2009 at 11:43