Ok I'm making a program in PyQt and when I call
os.path.join("~/", "otherdirectory")
It gives me:
File '/usr/lib/python2.5/posixpath.py', Line 62, in join:
elif path == ' ' or path.endswith('/'):
Attribute Error: endswith
I don't know what is causing this. :S
Any help would be appreciated!