Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2011 15:11:19 +1000
From:      Da Rock <freebsd-questions@herveybayaustralia.com.au>
To:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Pysycache errors on run
Message-ID:  <4EF2BBF7.60002@herveybayaustralia.com.au>

next in thread | raw e-mail | index | archive | help
Just something for the kids, but I'm wondering how to get this to work?

I've installed from ports, but when I run it from the cli to test it I 
get an error:

Traceback (most recent call last):
   File "/usr/local/bin/pysycache.py", line 442, in <module>
     if __name__ == '__main__': main(const.GWithFullScreen)
   File "/usr/local/bin/pysycache.py", line 266, in main
     myrep = os.path.join(const.GRepPysycache, 
'/usr/local/share/pysycache/help', const.GMyLocale )
   File "/usr/local/lib/python2.7/posixpath.py", line 66, in join
     if b.startswith('/'):
AttributeError: 'NoneType' object has no attribute 'startswith'

Assuming this _does_ actually work, anyone know the trick to getting 
this work?

Cheers



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4EF2BBF7.60002>