makerplane / FIX-Gateway

Flight Information eXchange Gateway
GNU General Public License v2.0
10 stars 22 forks source link

fixgw module not loading #92

Open Snowflake6 opened 3 years ago

Snowflake6 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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.