QUOTE(skyrajer888 @ Tue Feb 5 2008, 18:03) [snapback]494342[/snapback]
Thanks a lot
Cheers
i'm trying to install it, and i get a couple of errors
$ #: ./setup.py install_scripts
running install_scripts
running build_scripts
error: cannot copy tree 'build/scripts-2.5': not a directory
$# ./setup.py install_data
running install_data
Traceback (most recent call last):
File "./setup.py", line 136, in <module>
'install_lib': install_lib})
File "distutils/core.py", line 151, in setup
File "distutils/dist.py", line 974, in run_commands
File "distutils/dist.py", line 994, in run_command
File "distutils/command/install_data.py", line 50, in run
TypeError: 'NoneType' object is not iterable
# ./skysentials.py
Traceback (most recent call last):
File "./skysentials.py", line 165, in <module>
main()
File "./skysentials.py", line 158, in main
MainWindow()
File "./skysentials.py", line 136, in __init__
nb.append_page(self.RegisterPhone.window_register_phone(), label)
File "/home/judith/Documents/skysentials-1.0.0/RegisterPhone.py", line 82, in window_register_phone
label = gtk.Label(self.skype.CurrentUserProfile.ValidatedSmsNumbers)
File "/usr/lib/python2.5/site-packages/Skype4Py/profile.py", line 320, in _GetValidatedSmsNumbers
return tuple(esplit(self._Property('SMS_VALIDATED_NUMBERS'), ', '))
File "/usr/lib/python2.5/site-packages/Skype4Py/profile.py", line 22, in _Property
return self._Skype._Property('PROFILE', '', PropName, Set)
File "/usr/lib/python2.5/site-packages/Skype4Py/skype.py", line 374, in _Property
Value = self._DoCommand('GET %s' % jarg, jarg)
File "/usr/lib/python2.5/site-packages/Skype4Py/skype.py", line 360, in _DoCommand
raise ISkypeError(int(errnum), errstr)
Skype4Py.errors.ISkypeError: [Errno 10] Invalid PROP
Please can anyone help? Everything works until i get to install scripts, then everything breaks from there!