Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixgw module not loading #92

Open
Snowflake6 opened this issue Nov 7, 2020 · 2 comments
Open

fixgw module not loading #92

Snowflake6 opened this issue Nov 7, 2020 · 2 comments

Comments

@Snowflake6
Copy link

I've just done a clean install on a Raspberry Pi4 8GB and am getting an error trying to start the fixgw:

pi@raspberrypi:~/makerplane/FIX-Gateway-master $ fixgw
Traceback (most recent call last):
File "/usr/local/bin/fixgw", line 11, in
load_entry_point('fixgw==0.1.0', 'console_scripts', 'fixgw')()
TypeError: main() missing 1 required positional argument: 'args'
pi@raspberrypi:

It appears that load_entry_point() is getting the wrong number of arguments?

@Snowflake6
Copy link
Author

Update:

I was able to get fixgw running by entering the FIX-Gateway-master folder directly, and running ./fixgw.py. This worked whereas running fixgw (presumably from the /usr/local/bin location) does not.

@Snowflake6
Copy link
Author

Further update:

Confirmed that attempting to run fixgw from a random command prompt is non-functional as originally reported, and that the only fixgw executable in the path is indeed in /usr/local/bin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant