Command line: -u "F:\Frontier\Trade\TD\trade.py" import --plug=maddavo --opt=usefull,force
ERROR: Unable to load the Python 'requests' package.
Traceback (most recent call last):
This often happens if you have bits of 32-bit and 64-bit Python installed.
File "F:\Frontier\Trade\TD\trade.py", line 104, in <module>
Consider using control panel to uninstall Python, delete the Python folder (usually C:\Python34\) and re-install Python.
main(sys.argv)
File "F:\Frontier\Trade\TD\trade.py", line 77, in main
results = cmdenv.run(tdb)
File "F:\Frontier\Trade\TD\commands\commandenv.py", line 80, in run
return self._cmd.run(results, self, tdb)
File "F:\Frontier\Trade\TD\commands\import_cmd.py", line 124, in run
if not plugin.run():
File "F:\Frontier\Trade\TD\plugins\maddavo_plug.py", line 721, in run
self.import_prices()
File "F:\Frontier\Trade\TD\plugins\maddavo_plug.py", line 584, in import_prices
self.download_prices(lastRunDays)
File "F:\Frontier\Trade\TD\plugins\maddavo_plug.py", line 567, in download_prices
shebang=lambda line: self.check_shebang(line, True),
File "F:\Frontier\Trade\TD\transfers.py", line 125, in download
requests = import_requests()
File "F:\Frontier\Trade\TD\transfers.py", line 47, in import_requests
"I can try and install the package automatically using 'pip'.\n"
RuntimeError: input(): lost sys.stdin
Finished updating using all available data from Maddavo.
Command line: -u "F:\Frontier\Trade\TD\trade.py" import --plug=maddavo --opt=use2d,force
Traceback (most recent call last):
ERROR: Unable to load the Python 'requests' package.
File "F:\Frontier\Trade\TD\trade.py", line 104, in <module>
This often happens if you have bits of 32-bit and 64-bit Python installed.
main(sys.argv)
Consider using control panel to uninstall Python, delete the Python folder (usually C:\Python34\) and re-install Python.
File "F:\Frontier\Trade\TD\trade.py", line 77, in main
results = cmdenv.run(tdb)
File "F:\Frontier\Trade\TD\commands\commandenv.py", line 80, in run
return self._cmd.run(results, self, tdb)
File "F:\Frontier\Trade\TD\commands\import_cmd.py", line 124, in run
if not plugin.run():
File "F:\Frontier\Trade\TD\plugins\maddavo_plug.py", line 721, in run
self.import_prices()
File "F:\Frontier\Trade\TD\plugins\maddavo_plug.py", line 584, in import_prices
self.download_prices(lastRunDays)
File "F:\Frontier\Trade\TD\plugins\maddavo_plug.py", line 567, in download_prices
shebang=lambda line: self.check_shebang(line, True),
File "F:\Frontier\Trade\TD\transfers.py", line 125, in download
requests = import_requests()
File "F:\Frontier\Trade\TD\transfers.py", line 47, in import_requests
"I can try and install the package automatically using 'pip'.\n"
RuntimeError: input(): lost sys.stdin
Finished updating using all available data from Maddavo.
Command line: -u "F:\Frontier\Trade\TD\trade.py" import --plug=maddavo --opt=use3h,force,csvs
NOTE: Importing Corrections
ERROR: Unable to load the Python 'requests' package.
Traceback (most recent call last):
This often happens if you have bits of 32-bit and 64-bit Python installed.
File "F:\Frontier\Trade\TD\trade.py", line 104, in <module>
Consider using control panel to uninstall Python, delete the Python folder (usually C:\Python34\) and re-install Python.
main(sys.argv)
File "F:\Frontier\Trade\TD\trade.py", line 77, in main
results = cmdenv.run(tdb)
File "F:\Frontier\Trade\TD\commands\commandenv.py", line 80, in run
return self._cmd.run(results, self, tdb)
File "F:\Frontier\Trade\TD\commands\import_cmd.py", line 124, in run
if not plugin.run():
File "F:\Frontier\Trade\TD\plugins\maddavo_plug.py", line 710, in run
self.import_corrections()
File "F:\Frontier\Trade\TD\plugins\maddavo_plug.py", line 173, in import_corrections
for src, oldName, newName in stream:
File "F:\Frontier\Trade\TD\plugins\maddavo_plug.py", line 132, in csv_stream_rows
for _, values in transfers.CSVStream(url, tdenv=self.tdenv):
File "F:\Frontier\Trade\TD\transfers.py", line 261, in __init__
requests = import_requests()
File "F:\Frontier\Trade\TD\transfers.py", line 47, in import_requests
"I can try and install the package automatically using 'pip'.\n"
RuntimeError: input(): lost sys.stdin
Finished updating using all available data from Maddavo.