Jody Gugelhupf wrote: > i have freevo installed for sure, i was using it all the time, i didn't do a > source install though > run ubuntu feisty used apt-get to install it, could that be the reason maybe?
No, you must have a site-packages/freevo directory somewhere. try either: locate site-packages or find / -type d -name site-packages Can you type a ./bin/freevo prompt and get the python prompt? Something is a bit odd, but it's difficult to work it out exactly Try doing a svn update in the freevo source directory, when you run freevo you should now get a main.X.log.log file and set in local_conf.py: LOGGING = logging.DEBUG In the main.X.log.log, you will now see the svn revision number and timestamps, which will help when debugging problems. Another way to test this out is by doing the following: # freevo prompt import www.web_types c=www.web_types.HTMLResource() c.printHeader(title='One') print c.res ^D When you print res you should see: ... <li><a href="search.rpy" title="Advanced Search Page">Search</a></li> <li id="current"><a href="help/" title="View Online Help and Documentation">Help</a></li> <li><a href="duncan.html" title="My sensor information">Sensors</a></li> </ul> </div> <!-- Main Content --> The line: <li><a href="duncan.html" title="My sensor information">Sensors</a></li> Shows that it is working. Duncan > > katie :) > > --- Duncan Webb <[EMAIL PROTECTED]> wrote: > >> Jody Gugelhupf wrote: >>>> The rest of the instructions are correct, You didn't see: Change the 2.X >>>> to the correct version of Python. >>> yes i saw it, but there is no >>> >>> /usr/lib/python2.5/site-packages/freevo >>> >>> or >>> >>> /usr/lib/python2.4/site-packages/freevo >> This only means that you have never installed freevo, it this is correct >> you can do a straight forward install. ie >> >> python setup.py install >> >> If you have installed freevo before then the freevo site-packages could >> be in /usr/lib32 /usr/lib64 if you're on a 64 bit system. >> >> Then you do not need to set the PYTHONPATH. >> >> Can you type a freevo prompt and get a python prompt? >> >>> like i said the only directory which has 'site-packages/freevo' includes is >>> in the new freevo >> test >>> directory: >>> >>> /home/jody/freevo-test/lib/python2.5/site-packages/freevo >>> >>> correct me if i'm wrong but that is not the same as: >>> >>> /usr/lib/python2.5/site-packages/freevo >>> >>> so what do you mean exactly? and thx again for the help and patience :) >>> katie >> If you still don't have any success, please empty the log files, and >> restart the web server and go to the index page. Then send the webserver >> and main logs and a copy of you local_conf.py >> >> Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Freevo-users mailing list Freevo-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-users