Can you copy & paste what you're doing (press alt+space if you're in windows to get the command window) or take a screenshot?
If you have Python installed "for all users" then you should be able to type:
Code:
[I]C:\...> [/I] [B]trade.py[/B]
and get something other than "command not found"

If that's the case, you should next be able to type
Code:
[I]C:\...> [/I] [B]trade.py local sol --ly 6 -vv[/B]
and get some info about systems near sol.
You probably then want to import some data, and if you're ok with using "maddavo"s crowd-sourced data (
http://www.davek.com.au/td/) you can do that by typing:
there are also some "helper" batch files in the "scripts" directories. For more on those, see the wiki or the scripts/README.txt file (just open it in notepad or something).
-Oliver
- - - Updated - - -
Just landed a new update with ~300 new systems and "--shorten" argument to "run" command.
--shorten requires "--to"; it does the same thing that "--to" does, but it will allow routes that reach the destination in less than --hops jumps to be considered and at the end of the route calculations it will compare routes based on their average Gain Per Ton (gpt).
This
will get stuck on loops if there's a really good loop between you and your destination (I just had this happen on the way to Shinrarta, someone had input a really bad price for Gold that produced >3000cr/ton profits, I shoulda used --max-gpt, duh).
-Oliver
here is what im doing:
C:\Users\User\Documents\trade>cd ""
C:\Users\User\Documents\trade
C:\Users\User\Documents\trade>call cmd
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\User\Documents\trade>python --version
Python 3.4.3
C:\Users\User\Documents\trade>trade.py
C:\Users\User\Documents\trade\trade.py: TradeDangerous provides a set o
f trade database facilities for Elite

angerous.
Usage: C:\Users\User\Documents\trade\trade.py <command>
Where <command> is one of:
buildcache Build TradeDangerous cache file from sources
buy Find places to buy a given item within range of a given
station.
export CSV exporter for TradeDangerous database.
import TD data import system. On its own, this command lets you
merge station prices from a '.prices' file (entries in the
file that are older than your local data are not loaded).
local Calculate local systems.
market Lists items bought/sold at a given station.
nav Calculate a route between two systems.
olddata Show oldest data in database.
rares Find rares near your current local.
run Calculate best trade run.
sell Find places to sell a given item within range of a given
station.
shipvendor List, add or update available ships to a station
station Add (or update) a station entry
trade Find places to buy a given item within range of a given
station.
update Update prices for a station.
For additional help on a specific command, such as 'update' use
C:\Users\User\Documents\trade\trade.py update -h
C:\Users\User\Documents\trade>trade.py local sol --ly 6 -vv
C:\Users\User\Documents\trade\trade.py: TradeDangerous provides a set o
f trade database facilities for Elite

angerous.
Usage: C:\Users\User\Documents\trade\trade.py <command>
Where <command> is one of:
buildcache Build TradeDangerous cache file from sources
buy Find places to buy a given item within range of a given
station.
export CSV exporter for TradeDangerous database.
import TD data import system. On its own, this command lets you
merge station prices from a '.prices' file (entries in the
file that are older than your local data are not loaded).
local Calculate local systems.
market Lists items bought/sold at a given station.
nav Calculate a route between two systems.
olddata Show oldest data in database.
rares Find rares near your current local.
run Calculate best trade run.
sell Find places to sell a given item within range of a given
station.
shipvendor List, add or update available ships to a station
station Add (or update) a station entry
trade Find places to buy a given item within range of a given
station.
update Update prices for a station.
For additional help on a specific command, such as 'update' use
C:\Users\User\Documents\trade\trade.py update -h
C:\Users\User\Documents\trade>
see i type in the command but i just get the main help screen again.
