|
From: matply <ma...@gm...> - 2009-08-09 17:03:16
|
Hi
Has anyone attempted this with any luck. I have tried to do this by
1. downloading the windows build of python
2. download pyzor
3. run C:\pyzor>python setup.py build
4. run C:\pyzor>python setup.py install
However, when I run something like C:\pyzor\scripts>python pyzor check , I
get the following
C:\Python26\lib\site-packages\pyzor\__init__.py:11: DeprecationWarning: the
sha module is depreca
; use the hashlib module instead
import sha
C:\Python26\lib\site-packages\pyzor\client.py:12: DeprecationWarning: the
multifile module has be
deprecated since Python 2.5
import multifile
Traceback (most recent call last):
File "pyzor", line 8, in <module>
pyzor.client.run()
File "C:\Python26\lib\site-packages\pyzor\client.py", line 1022, in run
ExecCall().run()
File "C:\Python26\lib\site-packages\pyzor\client.py", line 180, in run
os.mkdir(homedir)
WindowsError: [Error 3] The system cannot find the path specified:
'/etc\\pyzor'
Thanks
-MT
|