Re: [Freevo-users] Freevo PyLirc problem

2006-11-19 Thread Duncan Webb
[EMAIL PROTECTED] wrote:
>>> You need to install pylirc into /usr/lib/python2.4/site-packages and
>>> check that you have all the other dependencies. AFAIK you have two
>>> versions of python, and the site-packages are dependant on the version.
>>>
>>> Duncan
>>>
>> Thanks, I installed python 2.3 and then reinstalled pylirc and lirc.  This
>> fixed my problem.
>>
> 
> Well, I am having problems again.  After rebooting I no longer have the
> remote working.  Here is the error from the freevo main-0.log:
> 
> Freevo (1.6.0) start at Sat Nov 18 18:22:46 2006
> ---
> WARNING: PyLirc not found, lirc remote control disabled!
> 
> Here is the output from the python import command:
> 
> Python 2.4.4 (#1, Nov 12 2006, 19:36:37)
> [GCC 4.1.1 20060525 (Red Hat 4.1.1-1)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
 import pylirc
> Traceback (most recent call last):
>   File "", line 1, in ?
> ImportError: liblirc_client.so.0: cannot open shared object file: No such
> file or directory
> 
> I have pylirc installed at
> /usr/local/lib/python2.4/site-packages/pylircmodule.so
> 
> The file that the import complained it couldn't find is located at
> /usr/local/lib/liblirc_client.so.0.
> 
> What could the issue be?

This shared library is installed with lirc, so it looks like lirc has
not been installed correctly.

Duncan


-
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-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo PyLirc problem

2006-11-18 Thread jon
>>
>> You need to install pylirc into /usr/lib/python2.4/site-packages and
>> check that you have all the other dependencies. AFAIK you have two
>> versions of python, and the site-packages are dependant on the version.
>>
>> Duncan
>>
> Thanks, I installed python 2.3 and then reinstalled pylirc and lirc.  This
> fixed my problem.
>

Well, I am having problems again.  After rebooting I no longer have the
remote working.  Here is the error from the freevo main-0.log:

Freevo (1.6.0) start at Sat Nov 18 18:22:46 2006
---
WARNING: PyLirc not found, lirc remote control disabled!

Here is the output from the python import command:

Python 2.4.4 (#1, Nov 12 2006, 19:36:37)
[GCC 4.1.1 20060525 (Red Hat 4.1.1-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pylirc
Traceback (most recent call last):
  File "", line 1, in ?
ImportError: liblirc_client.so.0: cannot open shared object file: No such
file or directory
>>>

I have pylirc installed at
/usr/local/lib/python2.4/site-packages/pylircmodule.so

The file that the import complained it couldn't find is located at
/usr/local/lib/liblirc_client.so.0.

What could the issue be?

Thanks,
Jon


-
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-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo PyLirc problem

2006-11-11 Thread jon
>
> You need to install pylirc into /usr/lib/python2.4/site-packages and
> check that you have all the other dependencies. AFAIK you have two
> versions of python, and the site-packages are dependant on the version.
>
> Duncan
>
Thanks, I installed python 2.3 and then reinstalled pylirc and lirc.  This
fixed my problem.


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo PyLirc problem

2006-11-11 Thread Duncan Webb
[EMAIL PROTECTED] wrote:
>>> I
>>> did notice that FC5 comes with python 2.4.  Could that be the issue?
>> More than likely.
>>
>> Simple test is
>> python
>> 
>> import pylirc
>>
>> Duncan
>>
> Thanks for the quick reply.  Here are the results from your suggestion:
> 
> [EMAIL PROTECTED] ~]# python
> Python 2.4.3 (#1, Oct 23 2006, 14:19:47)

You need to install pylirc into /usr/lib/python2.4/site-packages and
check that you have all the other dependencies. AFAIK you have two
versions of python, and the site-packages are dependant on the version.

Duncan

> [GCC 4.1.1 20060525 (Red Hat 4.1.1-1)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
 import pylirc
> Traceback (most recent call last):
>   File "", line 1, in ?
> ImportError: liblirc_client.so.0: cannot open shared object file: No such
> file or directory
> 
> Jon
> 
> 
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
> 



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo PyLirc problem

2006-11-11 Thread jon
>> I
>> did notice that FC5 comes with python 2.4.  Could that be the issue?
>
> More than likely.
>
> Simple test is
> python
> 
> import pylirc
>
> Duncan
>
Thanks for the quick reply.  Here are the results from your suggestion:

[EMAIL PROTECTED] ~]# python
Python 2.4.3 (#1, Oct 23 2006, 14:19:47)
[GCC 4.1.1 20060525 (Red Hat 4.1.1-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pylirc
Traceback (most recent call last):
  File "", line 1, in ?
ImportError: liblirc_client.so.0: cannot open shared object file: No such
file or directory
>>>

Jon


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Freevo PyLirc problem

2006-11-11 Thread Duncan Webb
[EMAIL PROTECTED] wrote:
> With the release of 1.6, I decided to rebuild one of my freevo hosts
> entirely.  I rebuilt with Fedora core 5, and have almost everything
> working except for the remote.  Here is the error I get when I start up
> freevo:
> 
>  Freevo (1.6.0) start at Fri Nov 10 19:24:13 2006
>  -
>  WARNING: PyLirc not found, lirc remote control disabled!
> 
> I did install pylirc, here is what I have on my host:
> 
>  [EMAIL PROTECTED] ~]# locate pylirc
>  /usr/lib/python2.3/site-packages/pylircmodule.so
> 
> Lirc works fine outside of Freevo as well.  When I run
> 
>  ircat --config=/etc/freevo/lircrc freevo
> 
> I see the Freevo button names.  Any idea why Freevo can't find pylirc?  I
> did notice that FC5 comes with python 2.4.  Could that be the issue?

More than likely.

Simple test is
python

import pylirc

Duncan


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Freevo PyLirc problem

2006-11-11 Thread jon
With the release of 1.6, I decided to rebuild one of my freevo hosts
entirely.  I rebuilt with Fedora core 5, and have almost everything
working except for the remote.  Here is the error I get when I start up
freevo:

 Freevo (1.6.0) start at Fri Nov 10 19:24:13 2006
 -
 WARNING: PyLirc not found, lirc remote control disabled!

I did install pylirc, here is what I have on my host:

 [EMAIL PROTECTED] ~]# locate pylirc
 /usr/lib/python2.3/site-packages/pylircmodule.so

Lirc works fine outside of Freevo as well.  When I run

 ircat --config=/etc/freevo/lircrc freevo

I see the Freevo button names.  Any idea why Freevo can't find pylirc?  I
did notice that FC5 comes with python 2.4.  Could that be the issue?

Thanks,
Jon


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users