Can't create a project

You must Login before you can answer or comment on any questions.

I get the following error:

Traceback (most recent call last): File "C:\Users\??????\AppData\Roaming\Titanium\mobilesdk\win32\2.1.2.GA\project.py", line 136, in <module> main(args, options.update_platforms) File "C:\Users\??????\AppData\Roaming\Titanium\mobilesdk\win32\2.1.2.GA\project.py", line 105, in main run(run_args) File "C:\Users\??????\AppData\Roaming\Titanium\mobilesdk\win32\2.1.2.GA\project.py", line 18, in run return subprocess.Popen(args, stderr=subprocess.PIPE, stdout=subprocess.PIPE).communicate() File "C:\Users\??????\AppData\Local\Titanium Studio\plugins\com.appcelerator.titanium.python.win32_1.0.0.1338515509\python\lib\subprocess.py", line 672, in init errread, errwrite) File "C:\Users\??????\AppData\Local\Titanium Studio\plugins\com.appcelerator.titanium.python.win32_1.0.0.1338515509\python\lib\subprocess.py", line 841, in _execute_child args = list2cmdline(args) File "C:\Users\??????\AppData\Local\Titanium Studio\plugins\com.appcelerator.titanium.python.win32_1.0.0.1338515509\python\lib\subprocess.py", line 608, in list2cmdline return ''.join(result) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc0 in position 0: ordinal not in range(128)

Windows 7 64-bit, Titanium Studio, build: 2.1.2.201208301612

4 Answers

Are you getting the error on device or on emulator?

Make sure python is installed on your machine. Also try setting python in environment variables(may refer http://www.anthonydebarros.com/2011/10/15/setting-up-python-in-windows-7/).

Are you getting the error on device or on emulator?

I'm launching Titanium Studio on my PC

No. I run on window 7 (32 bit) machine and I do not get this kind of error(either on device or on emulator). Just to bring into notice,the path for your system variable on the 64 bit machines is c:\progra~2. You need to have a spaceless path for your environmental variable, otherwise the system won't read further than C:\programs.After this, try after a restart and cleaning of the project.

Your Answer

Think you can help? Login to answer this question!