You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm relatively new to Python and currently working on learning it. I'm facing some challenges when it comes to running an application and would appreciate any assistance you can provide.
Here are the steps I've taken so far:
I cloned the pyetrade-Master repository.
Created a virtual environment using the following commands:
python3 -m venv venv
source venv/bin/activate
Navigated to the "pyetrade" folder.
Inside the "pyetrade" folder, I created a "Conf.ini" file (which I copied from the etrade example application). This file contains my consumer_key and secret_key.
Now, the problem I'm facing is that I'm not sure which file to run in order to launch the application. I've tried using a modified version of "EtradePythonClient.py" from the example app, but I encountered authentication errors.
I've been experimenting with different file structures, but I feel like I'm overlooking something obvious.
If anyone has experience with this application or any suggestions on what I might be missing, I would greatly appreciate your guidance.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I'm relatively new to Python and currently working on learning it. I'm facing some challenges when it comes to running an application and would appreciate any assistance you can provide.
Here are the steps I've taken so far:
I cloned the pyetrade-Master repository.
Created a virtual environment using the following commands:
Navigated to the "pyetrade" folder.
Inside the "pyetrade" folder, I created a "Conf.ini" file (which I copied from the etrade example application). This file contains my consumer_key and secret_key.
Now, the problem I'm facing is that I'm not sure which file to run in order to launch the application. I've tried using a modified version of "EtradePythonClient.py" from the example app, but I encountered authentication errors.
I've been experimenting with different file structures, but I feel like I'm overlooking something obvious.
If anyone has experience with this application or any suggestions on what I might be missing, I would greatly appreciate your guidance.
Thank you in advance for your help
Beta Was this translation helpful? Give feedback.
All reactions