Hello I am having an issue when running this code. I downloaded the folder and I moved the importer folder only to my sites packages folder within my python folder. I successfully pip installed the importer folder. I successfully imported strategy importer with no errors "import importer.StrategyImporter as StrategyImporter". When running the program i get an index error.
"Traceback (most recent call last):
File "C:\Users\Rashad Powell\workspace\MyTutorial\BlackJack_Simulation.py", line 470, in
importer = StrategyImporter(sys.argv[1])
IndexError: list index out of range
I am using eclipse IDE. Your help will be much appreciated. Thank you.
Hello I am having an issue when running this code. I downloaded the folder and I moved the importer folder only to my sites packages folder within my python folder. I successfully pip installed the importer folder. I successfully imported strategy importer with no errors "import importer.StrategyImporter as StrategyImporter". When running the program i get an index error.
"Traceback (most recent call last):
File "C:\Users\Rashad Powell\workspace\MyTutorial\BlackJack_Simulation.py", line 470, in
importer = StrategyImporter(sys.argv[1])
IndexError: list index out of range
I am using eclipse IDE. Your help will be much appreciated. Thank you.