Discussion Board

Results 1 to 2 of 2

Hybrid View

  1. #1
    Registered User relbs's Avatar
    Join Date
    Nov 2004
    Posts
    14
    Hello,

    I want to make a standalone python app, but want to embed the python installer in the .SIS file. I tried adding this line to my .pkg file:

    @"PythonForSeries60.SIS",(0x10201510)

    but am getting the following error with makesis:

    Processing app.pkg...
    app.pkg(49) : error: file not found

    the @"PythonFor... line is line #49. It's definitely in the same directory as the .pkg file, and I run makesis from that directory, so I'm not sure what could be going wrong. Also, when I gave it the wrong UID for the Python .SIS, makesis complained, so it's definitely finding the the Ptyhon .SIS file. Any ideas?

    Thanks!

  2. #2
    Regular Contributor otsov's Avatar
    Join Date
    Sep 2003
    Location
    Finland
    Posts
    209
    Originally posted by relbs
    I want to make a standalone python app, but want to embed the python installer in the .SIS file. Any ideas?
    I don't know what SDK you are using, older SDKs might have some problems with embedding SIS files.

    If you really don't succeed embedding SIS files (try also giving e.g. ".\" prefix for the SIS file or even the full path) you could always "unsis" the package and add the needed files explicitly (this wipes out the signature though). The tool can be downloaded from:

    http://www.symbian.com/developer/dow...ols.html#unsis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved