07-10-2007, 04:24 PM,
|
|
mpo
Member
  
|
Posts: 65
Threads: 18
Joined: May 2007
|
|
scons doesn't work
I have downloaded phyton and scons but when i type "scons" in the command line the system tell me:
"scons" it is not recognized like inner or external command, a eseguibile program or batch file.
What is the problem?
thanks.
|
|
07-10-2007, 04:58 PM,
|
|
mpo
Member
  
|
Posts: 65
Threads: 18
Joined: May 2007
|
|
I have done it, i have installed Python in C:\Python25 and in the enviroment variables i have added: name variable "Python25", value "C:\Python25".
|
|
07-10-2007, 05:22 PM,
|
|
thelusiv
Administrator
      
|
Posts: 2,346
Threads: 223
Joined: Jun 2005
|
|
That won't quite do it...I guess my instructions weren't clear enough. You have to add the path to the end of the PATH environment variable, not make a new environment variable. You should already have a PATH variable in the system section. Each path is separated by a semicolon (  . So you probably need to add
Code: ;C:\Python25;C:\Dev-Cpp\bin
to the end of what's already in the PATH variable.
|
|
07-11-2007, 10:12 AM,
|
|
mpo
Member
  
|
Posts: 65
Threads: 18
Joined: May 2007
|
|
I have just tried, but when click on the executable i have the following windows error:
(i'm translating)
Impossible to find the library to dynamic connection ode.dll in the path specified
C:\sour\build;.;C:\WINNT\system32;C:\WINNT\system;C:\WINNT;...C\Python25;C:\Dev-Cpp\bin.
i need to download ode package?
|
|
07-11-2007, 10:55 AM,
|
|
mpo
Member
  
|
Posts: 65
Threads: 18
Joined: May 2007
|
|
Now it open and close a windows in a second, it's ok?
|
|
07-11-2007, 11:18 AM,
|
|
mpo
Member
  
|
Posts: 65
Threads: 18
Joined: May 2007
|
|
I haven't these files, i have searched them also with the "search" of windows but it don't find nothing
|
|
07-11-2007, 11:35 AM,
|
|
mpo
Member
  
|
Posts: 65
Threads: 18
Joined: May 2007
|
|
It tells me:
CONFIGFILE.Load: Couldn't find file: C:\Documents and Settings\mpo/Vdrift/Vdrift.config
data/settings/Vdrift.config not found. Attempting to load from ./data
./data/settings/Vdrift.config not found. Attempting to load from ../data
../data/settings/Vdrift.config not found. Can't find data in directory with executable, or in parent dir. Giving up.
|
|
|