What steps will reproduce the problem?
1. Running stockcraler example from git clone repo
What is the expected output? What do you see instead?
Expected to get ticks but see following output
Traceback (most recent call last):
File "examples\stockCrawler.py", line 6, in <module>
from ultrafinance.dam.DAMFactory import DAMFactory
File "C:\Python27\lib\site-packages\ultrafinance-1.0.1-py2.7.egg\ultrafinance\
__init__.py", line 9, in <module>
for entry in os.listdir(LIB):
WindowsError: [Error 3] The system cannot find the path specified: 'C:\\Python27
\\lib\\site-packages\\ultrafinance-1.0.1-py2.7.egg\\lib/*.*'
What version of the product are you using? On what operating system?
git master (latest version)
Please provide any additional information below.
Using on windows 7
I believe the package install is not working properly.
python setup.py test
has few failures, attaching log for the same.
Original issue reported on code.google.com by giridha...@gmail.com on 25 Mar 2013 at 9:05
Original issue reported on code.google.com by
giridha...@gmail.com
on 25 Mar 2013 at 9:05Attachments: