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 have the following installation error after run "python manage.py jslib":
(env) D:\apps\turbulenz_engine>python manage.py jslib
BUILD CMD IS:
D:\apps\turbulenz_engine\external\gnumake-win32\3.81\bin\make.exe -j 9 -C D:\a
pps\turbulenz_engine MODULAR=1 jslib
make: Entering directory `D:/apps/turbulenz_engine'
"[MKDIR] jslib-modular/""[CP ] tslib/base.d.ts tslib/turbulenz.d.ts""[CP ] tslib/base.d.ts tslib/turbulenz.d.ts""[TSC ] debug.ts -> jslib-modular/debug.js""[TSC ] observer.ts requesthandler.ts utilities.ts -> jslib-modular/utilities.j
s""[CP ] tslib/services/servicedatatypes.d.ts"
Traceback (most recent call last):
File "external/tzbuild/commands/cp.py", line 15, in <module>
shutil.copy(s, dest)
File "d:\apps\python27\Lib\shutil.py", line 119, in copy
copyfile(src, dst)
File "d:\apps\python27\Lib\shutil.py", line 83, in copyfile
with open(dst, 'wb') as fdst:
IOError: [Errno 22] invalid mode ('wb') or filename: 'jslib-modular/base.d.ts'
make: *** [jslib-modular/turbulenz.d.ts] Error 1
make: *** Waiting for unfinished jobs....
make: Leaving directory `D:/apps/turbulenz_engine'
BUILD TOOK: 1.344000 seconds
>> [ERROR] - D:\apps\turbulenz_engine\external\gnumake-win32\3.81\bin\make.ex
e -j 9 -C D:\apps\turbulenz_engine MODULAR=1 jslib
The text was updated successfully, but these errors were encountered:
remoe
changed the title
installation error with win64 on: python manage.py jslib
installation error with win64 with 'python manage.py jslib'
Jul 28, 2014
remoe
changed the title
installation error with win64 with 'python manage.py jslib'
installation error with 'python manage.py jslib'. platform: win64
Jul 28, 2014
Did you attempt to run this command from an admin console? It looks like it couldn't write a file, which should be a straight copy. See if it exists in tslib/base.d.ts
If you repeat the command do you get the same error?
Hi
I have the following installation error after run "python manage.py jslib":
The text was updated successfully, but these errors were encountered: