Author: duncan
Date: Tue Sep 26 13:17:42 2006
New Revision: 8243

Modified:
   branches/rel-1-5/freevo/src/main.py

Log:
Added version check for mmpython for latest svn version


Modified: branches/rel-1-5/freevo/src/main.py
==============================================================================
--- branches/rel-1-5/freevo/src/main.py (original)
+++ branches/rel-1-5/freevo/src/main.py Tue Sep 26 13:17:42 2006
@@ -125,6 +125,12 @@
     print 'Please update mmpython to version 0.4.3 or higher'
     print
     sys.exit(0)
+
+if mmpython.version.CHANGED < 20060926:
+    print 'Warning: Installed mmpython version is old.'
+    print 'Please update mmpython to version 0.4.10 or higher, get it with 
subversion'
+    print 'svn export svn://svn.freevo.org/kaa/branches/mmpython-0-4/mmpython 
mmpython-0.4.10'
+    print
     
 import util    # Various utilities
 import osd     # The OSD class, used to communicate with the OSD daemon

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to