I still cant get it to work. >_<
Any Chance you can make it create a dummy file I can look for, or I can give you a r/o account for my FTP so you can see whats wrong?
tried using
#!/usr/bin/python
import os
hlb = os.path.expanduser('~')
os.mkdir(hlb+'/lib')
os.mkdir(hlb+'/lib/python')...
The path it ended up with was
/home/danielb/lib/python
I cant seem to find this directory. Where am I putting these files?
(also, on a side note, I was able to get it to tell me where the os lib was installed [/usr/lib/python2.4/], if that helps)