Update of /cvsroot/freevo/freevo/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1866

Modified Files:
        main.py 
Log Message:
check for numeric

Index: main.py
===================================================================
RCS file: /cvsroot/freevo/freevo/src/main.py,v
retrieving revision 1.123
retrieving revision 1.124
diff -C2 -d -r1.123 -r1.124
*** main.py     30 May 2004 18:27:53 -0000      1.123
--- main.py     6 Jun 2004 07:45:35 -0000       1.124
***************
*** 11,14 ****
--- 11,17 ----
  # -----------------------------------------------------------------------
  # $Log$
+ # Revision 1.124  2004/06/06 07:45:35  dischi
+ # check for numeric
+ #
  # Revision 1.123  2004/05/30 18:27:53  dischi
  # More event / main loop cleanup. rc.py has a changed interface now
***************
*** 75,79 ****
      import pygame
      import twisted
! 
      import config
  
--- 78,83 ----
      import pygame
      import twisted
!     import Numeric
!     
      import config
  
***************
*** 93,96 ****
--- 97,102 ----
      print 'Can\'t find all Python dependencies:'
      print i
+     if str(i)[-7:] == 'Numeric':
+         print 'You need to recompile pygame after installing Numeric!'
      print
      print 'Not all requirements of Freevo are installed on your system.'



-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
Freevo-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to