NameMapper

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
markus101
Release Testers
Release Testers
Posts: 406
Joined: August 13th, 2008, 2:51 am

NameMapper

Post by markus101 »

Hi,

Not sure if this is related to the Trunk version only, but I get the following error message in the sabnzbd.error.log file every time SAB starts.

Code: Select all

/usr/lib/python2.5/site-packages/Cheetah/Compiler.py:1532: UserWarning: 
You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper.
  "\nYou don't have the C version of NameMapper installed! "
Just wondering if its an issue.

I'm running Trunk version: 2160
On Slackware 12.1
Python 2.5

I've looked at the Cheetah site and saw the note for Windows users to install the compiled version from their site, tried that despite running Linux.

Any info/suggestions would be great.

Thanks in advance,

Markus
Co-developer of NzbDrone (.Net NNTP PVR) - http://www.nzbdrone.com
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: NameMapper

Post by switch »

It isn't too serious, just a warning, however you should try reinstalling cheetah so it can compile again. The windows copy of namemapper won't be useful, it would need to be compiled on your system.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: NameMapper

Post by shypike »

You can download a compiled version of _namemapper here:
http://www.cheetahtemplate.org/download.html

Pick _namemapper.pyd2.4 or _namemapper.pyd2.5 depending on your Python version.
Rename the file to _namemapper.pyd and put it in folder:
PYTHON-PATH\Lib\site-packages\Cheetah
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: NameMapper

Post by switch »

He states he has already tried that, also I doubt a windows compiled pyd would work on a linux system.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: NameMapper

Post by shypike »

Sorry, did not read very well  :-[
Indeed it doesn't influence functionality, you may lose some Web-UI speed (on slower systems).
Last edited by shypike on February 16th, 2009, 2:43 am, edited 1 time in total.
markus101
Release Testers
Release Testers
Posts: 406
Joined: August 13th, 2008, 2:51 am

Re: NameMapper

Post by markus101 »

Thanks guys, I'll look into getting it compiled. Otherwise its good to know I'm okay running without it.

Cheers,

Markus
Co-developer of NzbDrone (.Net NNTP PVR) - http://www.nzbdrone.com
Post Reply