essaic / ensymble

Automatically exported from code.google.com/p/ensymble
GNU General Public License v2.0
1 stars 0 forks source link

Component Python for S60 missing #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run ensymble py2sis
2.
3.

What is the expected output? What do you see instead?
When installing on E71 with Python 2.0, Component "Python for S60" missing is 
displayed.

What version of the product are you using? On what operating system?
S60 Python 2.0 + Ensymble 0.29

Please provide any additional information below.
It was also confirmed by 
http://discussion.forum.nokia.com/forum/showthread.php?202797-component-python-f
or-s60-missing

Original issue reported on code.google.com by alexck...@gmail.com on 30 Jul 2010 at 4:23

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
It does seem as if ensymble v0.29/0.28 still does not support the latest PyS60 
(v2.0.0), which means one must use Windows to package sis files if the current 
PyS60 is required. :-(  

Original comment by brett.cl...@gmail.com on 14 Aug 2010 at 3:54

GoogleCodeExporter commented 8 years ago
you don't necessary need to use windows, you just have to use the ensymble 
version distributed with the pys60 2.0.0 package.
it has some options that the standard ensymble release doesn't have.

Original comment by upu...@gmail.com on 16 Aug 2010 at 8:10

GoogleCodeExporter commented 8 years ago
Thanks, that did the trick.  

I took ensymble.py from the PyS60 release (out of the PyS60 environment created 
by the Windows PyS60 installer in my Windows VM) and put it in my build 
directory on my OSX machine.  I then took the following 3 supporting 
directories (from the same source) and put them in the same directory as 
ensymble: 
    - PyS60Dependencies/
    - module-repo/
    - templates/
Building with these in place, it worked great.

Original comment by brett.cl...@gmail.com on 18 Aug 2010 at 8:38