| Reply | « Previous Thread | Next Thread » |
|
V:\pys60-1_3_20_src\src\py2sis>C:\Python24\python py2sis.py snake.py --uid=0x012
34567 --sdk30 --caps="NetworkServices LocalServices ReadUserData WriteUserData" --leavetemp Creating SIS for SDK3.0 and later Processing template V:\pys60-1_3_20_src\src\py2sis\build\Icons_aif.mk.template Processing template V:\pys60-1_3_20_src\src\py2sis\build\PyTest.cpp.template Processing template V:\pys60-1_3_20_src\src\py2sis\build\PyTest.rss.template Processing template V:\pys60-1_3_20_src\src\py2sis\build\PyTest_reg.rss.template Processing template V:\pys60-1_3_20_src\src\py2sis\build\app.mmp.template Compiling... Done. ERROR [Errno 2] No such file or directory: '\\Epoc32\\release\\GCCE\\UREL\\snake _0x01234567.exe' What does "Errno 2" mean? How can I fix it? Platform: S60 3rd MR |
| Cxt_programmer |
| View Public Profile |
| Find all posts by Cxt_programmer |
|
Hi,
this is wild guess but maybe: No such file or directory .Have you installed S60 SDK and substed it like: subst l: c:\symbian\9.1\S60_3rd_MR also set EPOCROOT=\ Also one possibility is that you haven't build the PyS60. (I got the same error when it wasn't configured) Here are the commands that I use to set up PyS60: Code:
subst l: C:\symbian\9.1\S60_3rd_MR l: set EPOCROOT=\ devices -setdefault @S60_3rd_MR:com.nokia.s60 cd \epoc32\include\ "c:\Program Files\GnuWin32\bin\patch.exe" -p1 < \python\src\pys60-fix-3rded-sdk.diff cd \python\src\ python setup.py configure 30 SIGN_KEY=c:\temp\selfs.key SIGN_CERT=c:\temp\selfs.cer SIGN_PASS= SCRIPTSHELL_CAPABILITIES="LocalServices NetworkServices ReadUserData WriteUserData UserEnvironment" DLL_CAPABILITIES="LocalServices NetworkServices ReadUserData WriteUserData UserEnvironment" PYS60_VERSION_TAG=final python setup.py build_emu python setup.py build_device python setup.py target_device python setup.py target_emu python setup.py bdist_sis python setup.py install |
|
Hi
Using ensymble makes things much easier. It's a Python script that does the same than py2sis and even more If you use it, you don't even need to have any SDK installed on your machine.Check ensymble doc for more info. LFD Devices: Nokia E61 3rd Edition - pys60 1.4.0 Tips and modules: http://www.lfdm.net/thesis |
|
Quote:
|
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Panic "CBA 2" means what ? | amitkankani | General Symbian C++ | 0 | 2007-04-24 13:13 |
| Series 60 "Feature Pack 2" SDK | Steely1 | Mobile Java General | 0 | 2004-07-23 18:21 |