Doh! Cvs seems to be a little bit fscked up ...

During "python setup.py install"

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

running install
running build
running build_py
running build_scripts
running install_lib
byte-compiling
/usr/lib/python2.3/site-packages/freevo/audio/plugins/detach.py to
detach.pyc
  File "/usr/lib/python2.3/site-packages/freevo/audio/plugins/detach.py",
line 5
    <<<<<<< detach.py
     ^
SyntaxError: invalid syntax
byte-compiling /usr/lib/python2.3/site-packages/freevo/image/viewer.py to
viewer.pyc
  File "/usr/lib/python2.3/site-packages/freevo/image/viewer.py", line 5
    <<<<<<< viewer.py
     ^
SyntaxError: invalid syntax
byte-compiling /usr/lib/python2.3/site-packages/freevo/skins/main/screen.py
to screen.pyc
  File "/usr/lib/python2.3/site-packages/freevo/skins/main/screen.py", line
5
    <<<<<<< screen.py
     ^
SyntaxError: invalid syntax
byte-compiling /usr/lib/python2.3/site-packages/freevo/osd.py to osd.pyc
  File "/usr/lib/python2.3/site-packages/freevo/osd.py", line 6
    <<<<<<< osd.py
     ^
SyntaxError: invalid syntax
running install_scripts
changing mode of /usr/bin/freevo to 755
running install_data

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

And when starting freevo:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Traceback (most recent call last):
  File "/usr/lib/python2.3/site-packages/freevo/main.py", line 127, in ?
    import osd     # The OSD class, used to communicate with the OSD daemon
  File "/usr/lib/python2.3/site-packages/freevo/osd.py", line 6
    <<<<<<< osd.py
     ^
SyntaxError: invalid syntax

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

Help!

/jan


-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Im Auftrag von Dirk Meyer
Gesendet: Sonntag, 25. April 2004 13:32
An: [EMAIL PROTECTED]
Betreff: [Freevo-devel] Animation and Goom support in Freevo

Hi,

I just had some free time and added the animation stuff from Viggo to CVS. I
made some changes and deactivated some stuff for the moment, so not
everything is working as Viggo did it.

o There is no animation thread. Threading is bad! I had some bad race
  conditions when detaching the screen. There is now a function
  sleep() in osd.py. Use this function to wait and it will update the
  animations. 

o If you detach the player, there is no goom animation right
  now. Maybe someone can add it later, but since goom sets the
  animation to realtime (== no sleep), Freevo gets slow. So goom is
  only working when you see the player.

o I also removed the screensaver patch for now, the image viewer patch
  is included. Also the text animation is not in cvs now. 

o pygoom itself is not included. We need to find a good way to add it
  to cvs. Suggestions? For now, I included the latest version I got
  from Viggo to this mail.


Have fun and great work Viggo.


Dischi





-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg297
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to