Re: [Freevo-users] python 2.6 popen errorFreevo 1.8.3 ready Traceback (most recent call last): File "/usr/local/lib/python2.6/dist-packages/freevo/main.py", line 299, in eventhandler app.eventhandler(event) File "/usr/local/lib/python2.6/dist-packages/freevo/util/benchmark.py", line 91, in origfunc return func(*args, **kwargs) File "/usr/local/lib/python2.6/dist-packages/freevo/menu.py", line 874, in eventhandler self._handle_play_item(menu, event) File "/usr/local/lib/python2.6/dist-packages/freevo/util/benchmark.py", line 91, in origfunc return func(*args, **kwargs) File "/usr/local/lib/python2.6/dist-packages/freevo/menu.py", line 683, in _handle_play_item action(arg=arg, menuw=self) File "/usr/local/lib/python2.6/dist-packages/freevo/util/benchmark.py", line 91, in origfunc return func(*args, **kwargs) File "/usr/local/lib/python2.6/dist-packages/freevo/menu.py", line 111, in select self.function(arg=self.arg, menuw=menuw) File "/usr/local/lib/python2.6/dist-packages/freevo/tv/plugins/manual_record.py", line 344, in save_changes result = self.check_prog() File "/usr/local/lib/python2.6/dist-packages/freevo/tv/plugins/manual_record.py", line 370, in check_prog starttime = time.mktime(strptime.strptime(str(self.start_month)+" "+str(self.start_day)+" "+str(startyear)+" "+str(self.start_time)+":00", '%m %d %Y '+config.TV_TIME_FORMAT+':%S')) AttributeError: 'module' object has no attribute 'strptime' /usr/local/bin/freevo:36: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module.

Thu, 07 May 2009 09:58:43 -0700

Phil Raymond wrote:
> Installed 1.8.3 on another machine, and I'm getting this error message, even 
> though Freevo does open. It just won't start recording, here's the error 
> message....
> 
> Freevo 1.8.3 ready
> Traceback (most recent call last):
>   File "/usr/local/lib/python2.6/dist-packages/freevo/main.py", line 299, in 
> eventhandler
>     app.eventhandler(event)
>   File "/usr/local/lib/python2.6/dist-packages/freevo/util/benchmark.py", 
> line 91, in origfunc
>     return func(*args, **kwargs)
>   File "/usr/local/lib/python2.6/dist-packages/freevo/menu.py", line 874, in 
> eventhandler
>     self._handle_play_item(menu, event)
>   File "/usr/local/lib/python2.6/dist-packages/freevo/util/benchmark.py", 
> line 91, in origfunc
>     return func(*args, **kwargs)
>   File "/usr/local/lib/python2.6/dist-packages/freevo/menu.py", line 683, in 
> _handle_play_item
>     action(arg=arg, menuw=self)
>   File "/usr/local/lib/python2.6/dist-packages/freevo/util/benchmark.py", 
> line 91, in origfunc
>     return func(*args, **kwargs)
>   File "/usr/local/lib/python2.6/dist-packages/freevo/menu.py", line 111, in 
> select
>     self.function(arg=self.arg, menuw=menuw)
>   File 
> "/usr/local/lib/python2.6/dist-packages/freevo/tv/plugins/manual_record.py", 
> line 344, in save_changes
>     result = self.check_prog()
>   File 
> "/usr/local/lib/python2.6/dist-packages/freevo/tv/plugins/manual_record.py", 
> line 370, in check_prog
>     starttime = time.mktime(strptime.strptime(str(self.start_month)+" 
> "+str(self.start_day)+" "+str(startyear)+" "+str(self.start_time)+":00",'%m 
> %d %Y '+config.TV_TIME_FORMAT+':%S'))
> AttributeError: 'module' object has no attribute 'strptime'
> /usr/local/bin/freevo:36: DeprecationWarning: The popen2 module is 
> deprecated.  Use the subprocess module.
> 
> 
> Any ideas what's going on?

freevo-1.8.3 is Python-2.4 and Python-2.5 compatible, the current svn
(1.8.4) should be Python-2.5 and Python-2.6 compatible.

Having said that this bug may be in svn too.

Duncan

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to