Menu

PyS60 3rd doesn't work !!!

Help
cyke64
2007-03-09
2013-04-25
  • cyke64

    cyke64 - 2007-03-09

    Version for 3rd is there but it doesn't work  There's a error message in the installation process on phone !

    I know why

    pyd files must be installed in \sys\bin not in \sys\bin\lightblue because you can't create a folder in \sys\bin (it's forbidden in 3rd !)

    I try to change it but it does'nt work
    I think that there are many problems too
    You have to add similar to this code below somewhere but don't interfere with _lightblue.py !

    import e32

    if e32.s60_version_info>=(3,0):
        import imp
        _lightblue=imp.load_dynamic('_lightblue',
                                       'c:\\sys\\bin\\_lightblue.pyd')
        del imp
    else:
        import _lightblue

    del e32
    from _lightblue import *
    del _lightblue

    Other suggestions : * making installable to e: !
                        * add an unsigned version for dev cert free !

    Thanks
    Cyke64

     
    • blam

      blam - 2007-03-22

      Thanks a lot cyke64,

      I've uploaded files for a 0.2.1 release which hopefully fixes the problems with the sisx file and also includes an unsigned sis binary for dev cert free.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.