mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
82ab43bb1e
https://svn.pyinstaller.python-hosting.com/branches/python2.5 ........ r342 | naufraghi | 2007-12-03 20:02:47 +0100 (Lun, 03 Dic 2007) | 5 lines r238@rosen: naufraghi | 2007-12-03 19:59:24 +0100 r200@rosen: naufraghi | 2007-11-23 15:54:13 +0100 Cleanup, remove some warning ........ r343 | naufraghi | 2007-12-03 20:02:56 +0100 (Lun, 03 Dic 2007) | 5 lines r239@rosen: naufraghi | 2007-12-03 19:59:24 +0100 r201@rosen: naufraghi | 2007-11-23 17:23:15 +0100 Allow starting runtests from any path ........ r344 | naufraghi | 2007-12-03 20:03:04 +0100 (Lun, 03 Dic 2007) | 5 lines r240@rosen: naufraghi | 2007-12-03 20:00:51 +0100 r202@rosen: naufraghi | 2007-11-23 17:24:17 +0100 Add natural sort for tests ........ r345 | naufraghi | 2007-12-03 20:03:12 +0100 (Lun, 03 Dic 2007) | 5 lines r241@rosen: naufraghi | 2007-12-03 20:00:51 +0100 r203@rosen: naufraghi | 2007-11-23 17:32:46 +0100 Fix some fragile import? ........ r346 | naufraghi | 2007-12-03 20:03:21 +0100 (Lun, 03 Dic 2007) | 5 lines r242@rosen: naufraghi | 2007-12-03 20:01:01 +0100 r204@rosen: naufraghi | 2007-11-23 17:46:41 +0100 Adds a basic way to choose tests to run ........ r347 | naufraghi | 2007-12-03 20:03:29 +0100 (Lun, 03 Dic 2007) | 5 lines r243@rosen: naufraghi | 2007-12-03 20:01:04 +0100 r205@rosen: naufraghi | 2007-11-23 17:57:31 +0100 Adds and xml.dom test ........ r348 | naufraghi | 2007-12-03 20:03:38 +0100 (Lun, 03 Dic 2007) | 5 lines r244@rosen: naufraghi | 2007-12-03 20:01:04 +0100 r206@rosen: naufraghi | 2007-11-23 18:05:04 +0100 Remove cmd line quoting ........ r349 | naufraghi | 2007-12-03 20:03:46 +0100 (Lun, 03 Dic 2007) | 5 lines r245@rosen: naufraghi | 2007-12-03 20:01:06 +0100 r207@rosen: naufraghi | 2007-11-23 19:47:13 +0100 Adds 'import os' in one specfile ........ r350 | naufraghi | 2007-12-03 20:03:54 +0100 (Lun, 03 Dic 2007) | 5 lines r246@rosen: naufraghi | 2007-12-03 20:01:08 +0100 r208@rosen: naufraghi | 2007-11-23 19:49:21 +0100 Add an 'encoding' hiddeimport test ........ r351 | naufraghi | 2007-12-03 20:04:05 +0100 (Lun, 03 Dic 2007) | 5 lines r248@rosen: naufraghi | 2007-12-03 20:01:08 +0100 r211@rosen: naufraghi | 2007-11-27 16:13:30 +0100 Rewrite exec in execfile ........ r352 | naufraghi | 2007-12-03 20:04:15 +0100 (Lun, 03 Dic 2007) | 5 lines r250@rosen: naufraghi | 2007-12-03 20:01:09 +0100 r214@rosen: naufraghi | 2007-11-30 11:49:23 +0100 Adds support for extended __path__ ........ r353 | naufraghi | 2007-12-03 20:04:23 +0100 (Lun, 03 Dic 2007) | 5 lines r251@rosen: naufraghi | 2007-12-03 20:01:13 +0100 r215@rosen: naufraghi | 2007-11-30 11:52:18 +0100 Simplify execfile ........ r354 | naufraghi | 2007-12-03 20:04:30 +0100 (Lun, 03 Dic 2007) | 5 lines r252@rosen: naufraghi | 2007-12-03 20:01:15 +0100 r216@rosen: naufraghi | 2007-11-30 11:52:56 +0100 Fix output path ........ r355 | naufraghi | 2007-12-03 20:04:38 +0100 (Lun, 03 Dic 2007) | 5 lines r253@rosen: naufraghi | 2007-12-03 20:01:16 +0100 r217@rosen: naufraghi | 2007-11-30 12:13:17 +0100 Add optional logging of self.moduleds ........ r356 | naufraghi | 2007-12-03 20:04:46 +0100 (Lun, 03 Dic 2007) | 5 lines r254@rosen: naufraghi | 2007-12-03 20:01:16 +0100 r218@rosen: naufraghi | 2007-11-30 12:19:13 +0100 Add __str__ at Module class (and adds a default __file__ too) ........ r357 | naufraghi | 2007-12-03 20:04:54 +0100 (Lun, 03 Dic 2007) | 5 lines r255@rosen: naufraghi | 2007-12-03 20:01:18 +0100 r219@rosen: naufraghi | 2007-11-30 12:30:19 +0100 Add version info to log filename ........ r358 | naufraghi | 2007-12-03 20:05:01 +0100 (Lun, 03 Dic 2007) | 5 lines r256@rosen: naufraghi | 2007-12-03 20:01:19 +0100 r220@rosen: naufraghi | 2007-11-30 16:11:07 +0100 Asset-ize a comment + cosmetics (align variable name to other scopes) ........ r359 | naufraghi | 2007-12-03 20:05:09 +0100 (Lun, 03 Dic 2007) | 5 lines r257@rosen: naufraghi | 2007-12-03 20:01:21 +0100 r221@rosen: naufraghi | 2007-11-30 16:46:17 +0100 Add comments and a None-iti assert ........ r360 | naufraghi | 2007-12-03 20:05:16 +0100 (Lun, 03 Dic 2007) | 5 lines r258@rosen: naufraghi | 2007-12-03 20:01:24 +0100 r222@rosen: naufraghi | 2007-12-03 16:23:17 +0100 Remove user interaction ........ r361 | naufraghi | 2007-12-03 20:05:25 +0100 (Lun, 03 Dic 2007) | 5 lines r259@rosen: naufraghi | 2007-12-03 20:01:25 +0100 r223@rosen: naufraghi | 2007-12-03 16:39:48 +0100 Activate the option to run selected tests: runtests.py --run 12 13 ........ r362 | naufraghi | 2007-12-03 20:05:32 +0100 (Lun, 03 Dic 2007) | 5 lines r260@rosen: naufraghi | 2007-12-03 20:01:28 +0100 r224@rosen: naufraghi | 2007-12-03 16:51:02 +0100 Adds a test that fails ........ r363 | naufraghi | 2007-12-03 20:05:41 +0100 (Lun, 03 Dic 2007) | 5 lines r261@rosen: naufraghi | 2007-12-03 20:01:28 +0100 r225@rosen: naufraghi | 2007-12-03 17:11:07 +0100 Expand imports ........ r364 | naufraghi | 2007-12-03 20:05:48 +0100 (Lun, 03 Dic 2007) | 5 lines r262@rosen: naufraghi | 2007-12-03 20:01:29 +0100 r226@rosen: naufraghi | 2007-12-03 17:12:21 +0100 Reorder imports ........ r365 | naufraghi | 2007-12-03 20:05:55 +0100 (Lun, 03 Dic 2007) | 5 lines r263@rosen: naufraghi | 2007-12-03 20:01:30 +0100 r227@rosen: naufraghi | 2007-12-03 17:16:11 +0100 Turns 1-0 to True-False ........ r366 | naufraghi | 2007-12-03 20:06:03 +0100 (Lun, 03 Dic 2007) | 5 lines r264@rosen: naufraghi | 2007-12-03 20:01:30 +0100 r228@rosen: naufraghi | 2007-12-03 17:32:17 +0100 Path cleanup ........ r367 | naufraghi | 2007-12-03 20:06:10 +0100 (Lun, 03 Dic 2007) | 5 lines r265@rosen: naufraghi | 2007-12-03 20:01:32 +0100 r229@rosen: naufraghi | 2007-12-03 17:35:21 +0100 Followup: Path cleanup ........ r368 | naufraghi | 2007-12-03 20:06:17 +0100 (Lun, 03 Dic 2007) | 5 lines r266@rosen: naufraghi | 2007-12-03 20:01:33 +0100 r230@rosen: naufraghi | 2007-12-03 18:42:00 +0100 Add some docs to assemble() ........ r369 | naufraghi | 2007-12-03 20:06:23 +0100 (Lun, 03 Dic 2007) | 5 lines r267@rosen: naufraghi | 2007-12-03 20:01:35 +0100 r231@rosen: naufraghi | 2007-12-03 18:55:32 +0100 Remove criptic outN.toc numbering, use class names + reformat docs ........ r370 | naufraghi | 2007-12-03 20:06:30 +0100 (Lun, 03 Dic 2007) | 5 lines r268@rosen: naufraghi | 2007-12-03 20:01:36 +0100 r232@rosen: naufraghi | 2007-12-03 18:56:26 +0100 Restore common prefix 'out' ........ r371 | naufraghi | 2007-12-03 20:06:38 +0100 (Lun, 03 Dic 2007) | 5 lines r269@rosen: naufraghi | 2007-12-03 20:01:37 +0100 r236@rosen: naufraghi | 2007-12-03 19:16:19 +0100 Cosmetic ........ r372 | naufraghi | 2007-12-03 20:06:45 +0100 (Lun, 03 Dic 2007) | 5 lines r270@rosen: naufraghi | 2007-12-03 20:01:37 +0100 r237@rosen: naufraghi | 2007-12-03 19:17:17 +0100 Factorize py[c|o] extension choice ........ r373 | naufraghi | 2007-12-04 12:01:51 +0100 (Mar, 04 Dic 2007) | 3 lines r302@rosen: naufraghi | 2007-12-04 12:00:38 +0100 Restore invcnum ........ r374 | naufraghi | 2007-12-04 12:01:58 +0100 (Mar, 04 Dic 2007) | 3 lines r303@rosen: naufraghi | 2007-12-04 12:01:41 +0100 Add warning for mod == None ........ r375 | naufraghi | 2007-12-04 12:08:04 +0100 (Mar, 04 Dic 2007) | 2 lines Add final final "done" message ........ r376 | naufraghi | 2007-12-04 12:09:30 +0100 (Mar, 04 Dic 2007) | 3 lines Ops, is "config.dat" ........ r377 | naufraghi | 2007-12-04 12:26:20 +0100 (Mar, 04 Dic 2007) | 2 lines Restored removed "break" ........ r378 | naufraghi | 2007-12-04 16:01:18 +0100 (Mar, 04 Dic 2007) | 2 lines Remove already logged warning ........ r379 | naufraghi | 2007-12-04 17:46:50 +0100 (Mar, 04 Dic 2007) | 1 line Minimize test case ........ r380 | naufraghi | 2007-12-04 17:51:07 +0100 (Mar, 04 Dic 2007) | 1 line Update PathImportDirector if __path__ changes (for example if modified by _xmlplus hook) ........ r381 | naufraghi | 2007-12-04 18:06:10 +0100 (Mar, 04 Dic 2007) | 1 line Localize hiddenimport and add hook ........ r382 | naufraghi | 2007-12-04 19:37:45 +0100 (Mar, 04 Dic 2007) | 1 line Add another elementree test ........ r383 | naufraghi | 2007-12-17 12:58:57 +0100 (Lun, 17 Dic 2007) | 1 line Fix importHook debug print, add other (commented) print debugs ........ r384 | naufraghi | 2007-12-17 13:00:32 +0100 (Lun, 17 Dic 2007) | 1 line Support more then one log per spec ........ r385 | naufraghi | 2007-12-17 13:01:10 +0100 (Lun, 17 Dic 2007) | 1 line Add hidden xml.etree.ElementTree import ........ r386 | naufraghi | 2007-12-17 13:02:35 +0100 (Lun, 17 Dic 2007) | 1 line Restore PATH before assert + comments ........ r387 | naufraghi | 2007-12-17 14:42:32 +0100 (Lun, 17 Dic 2007) | 1 line Print warnings for generic excepts in the code ........ r388 | naufraghi | 2007-12-17 14:56:12 +0100 (Lun, 17 Dic 2007) | 1 line Use a specific exception for Owners ........ r389 | naufraghi | 2007-12-17 16:44:59 +0100 (Lun, 17 Dic 2007) | 1 line Remove final comma ........ r390 | naufraghi | 2007-12-18 14:51:06 +0100 (Mar, 18 Dic 2007) | 1 line Expand debug print ........ r391 | naufraghi | 2007-12-19 18:21:05 +0100 (Mer, 19 Dic 2007) | 1 line Avoid 'import os' that causes problems in py25 ........ r392 | naufraghi | 2007-12-19 18:34:46 +0100 (Mer, 19 Dic 2007) | 1 line Represent with %r the exception ........ r393 | naufraghi | 2007-12-19 18:37:52 +0100 (Mer, 19 Dic 2007) | 1 line Add comments and commented prints ........ r401 | naufraghi | 2008-01-11 16:47:02 +0100 (Ven, 11 Gen 2008) | 1 line Use sys.executable saved at build time (unknown when frozen) ........ r402 | naufraghi | 2008-01-11 17:17:37 +0100 (Ven, 11 Gen 2008) | 1 line Restore linux compatibility ........ r403 | naufraghi | 2008-01-11 18:37:22 +0100 (Ven, 11 Gen 2008) | 1 line Add test for sys.getfilesystemencoding() ........ r404 | naufraghi | 2008-01-11 19:42:42 +0100 (Ven, 11 Gen 2008) | 1 line Accept different error under windows (FIXME: do a real isfile check) ........ r413 | naufraghi | 2008-01-25 19:47:50 +0100 (Ven, 25 Gen 2008) | 1 line Restore compatibility with python 2.4 ........ r424 | naufraghi | 2008-02-18 11:53:12 +0100 (Lun, 18 Feb 2008) | 3 lines r343@trinity: naufraghi | 2008-02-18 11:53:00 +0100 Merge dal trunk ........ r426 | naufraghi | 2008-02-18 14:49:15 +0100 (Lun, 18 Feb 2008) | 1 line Catch SyntaxError too ........ r427 | naufraghi | 2008-02-18 15:02:45 +0100 (Lun, 18 Feb 2008) | 1 line Revert: DummyZlib is a zero commpression zlib ........ r429 | naufraghi | 2008-02-23 17:05:35 +0100 (Sab, 23 Feb 2008) | 1 line Add a (failing) test on module imp ........ r430 | naufraghi | 2008-02-23 18:12:59 +0100 (Sab, 23 Feb 2008) | 1 line Modified runtest, now all tests are executed (default) but the interactive one(s), thet are executed if -i option is provided ........ r431 | naufraghi | 2008-02-23 18:18:02 +0100 (Sab, 23 Feb 2008) | 1 line Merge dal branch dl ........ r432 | danielevarrazzo | 2008-02-24 14:38:15 +0100 (Dom, 24 Feb 2008) | 2 lines Added missing file from the 'dl' branch. ........ r433 | naufraghi | 2008-02-25 13:07:44 +0100 (Lun, 25 Feb 2008) | 1 line Continue on test failure and report (...) at the end ........ r435 | naufraghi | 2008-02-25 13:28:08 +0100 (Lun, 25 Feb 2008) | 1 line Stub of a launcher rebuilder ........ r436 | danielevarrazzo | 2008-02-25 13:30:56 +0100 (Lun, 25 Feb 2008) | 2 lines The Python library is found both in onedir and onefile mode. ........ r437 | naufraghi | 2008-02-25 18:42:16 +0100 (Lun, 25 Feb 2008) | 1 line Add comments and (commented) debug prints ........ r439 | naufraghi | 2008-02-28 00:16:38 +0100 (Gio, 28 Feb 2008) | 1 line Cosmetics ........ r440 | danielevarrazzo | 2008-02-28 20:21:15 +0100 (Gio, 28 Feb 2008) | 4 lines The Python library is added to the package even if bindepend couldn't find it. This may happen when Python is statically linked, e.g. on debian-based systems. ........ r441 | naufraghi | 2008-03-01 00:46:00 +0100 (Sab, 01 Mar 2008) | 1 line Remove too restrictive assert ........ r442 | naufraghi | 2008-03-01 00:47:07 +0100 (Sab, 01 Mar 2008) | 1 line Run Configure.py after make ........ r445 | naufraghi | 2008-04-28 19:42:13 +0200 (Lun, 28 Apr 2008) | 1 line Merge follow up ........ r448 | naufraghi | 2008-04-30 15:41:51 +0200 (Mer, 30 Apr 2008) | 2 lines ops, svnmerge was not complete... ........ git-svn-id: http://svn.pyinstaller.org/trunk@449 8dd32b29-ccff-0310-8a9a-9233e24343b1
367 lines
11 KiB
C
367 lines
11 KiB
C
/*
|
|
* Launch a python module from an archive.
|
|
* Copyright (C) 2005, Giovanni Bajo
|
|
* Based on previous work under copyright (c) 2002 McMillan Enterprises, Inc.
|
|
*
|
|
* This program is free software; you can redistribute it and/or
|
|
* modify it under the terms of the GNU General Public License
|
|
* as published by the Free Software Foundation; either version 2
|
|
* of the License, or (at your option) any later version.
|
|
*
|
|
* In addition to the permissions in the GNU General Public License, the
|
|
* authors give you unlimited permission to link or embed the compiled
|
|
* version of this file into combinations with other programs, and to
|
|
* distribute those combinations without any restriction coming from the
|
|
* use of this file. (The General Public License restrictions do apply in
|
|
* other respects; for example, they cover modification of the file, and
|
|
* distribution when not linked into a combine executable.)
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program; if not, write to the Free Software
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
|
*/
|
|
#ifndef LAUNCH_H
|
|
#define LAUNCH_H
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdlib.h>
|
|
#ifdef WIN32
|
|
#include <io.h>
|
|
#else
|
|
#include <unistd.h>
|
|
#endif
|
|
#include <fcntl.h>
|
|
#ifdef WIN32
|
|
#include <winsock.h> /* for ntohl */
|
|
#else
|
|
#include <netinet/in.h>
|
|
#endif
|
|
|
|
/* We use dynamic loading so one binary
|
|
can be used with (nearly) any Python version.
|
|
This is the cruft necessary to do dynamic loading
|
|
*/
|
|
|
|
/*
|
|
* These macros used to define variables to hold dynamically accessed entry
|
|
* points. These are declared 'extern' in this header, and defined fully later.
|
|
*/
|
|
#ifdef WIN32
|
|
|
|
#define EXTDECLPROC(result, name, args)\
|
|
typedef result (__cdecl *__PROC__##name) args;\
|
|
extern __PROC__##name PI_##name;
|
|
|
|
#define EXTDECLVAR(vartyp, name)\
|
|
typedef vartyp __VAR__##name;\
|
|
extern __VAR__##name *PI_##name;
|
|
|
|
#else
|
|
|
|
#define EXTDECLPROC(result, name, args)\
|
|
typedef result (*__PROC__##name) args;\
|
|
extern __PROC__##name PI_##name;
|
|
|
|
#define EXTDECLVAR(vartyp, name)\
|
|
typedef vartyp __VAR__##name;\
|
|
extern __VAR__##name *PI_##name;
|
|
|
|
#endif /* WIN32 */
|
|
|
|
/*
|
|
* These types and macros are included from the Python header file object.h
|
|
* They are needed to do very basic Python functionality.
|
|
*/
|
|
/*typedef _typeobject;*/
|
|
typedef struct _object {
|
|
int ob_refcnt;
|
|
struct _typeobject *ob_type;
|
|
} PyObject;
|
|
typedef void (*destructor)(PyObject *);
|
|
typedef struct _typeobject {
|
|
int ob_refcnt;
|
|
struct _typeobject *ob_type;
|
|
int ob_size;
|
|
char *tp_name; /* For printing */
|
|
int tp_basicsize, tp_itemsize; /* For allocation */
|
|
destructor tp_dealloc;
|
|
/* ignore the rest.... */
|
|
} PyTypeObject;
|
|
struct _ts; /* forward */
|
|
typedef struct _is {
|
|
struct _is *next;
|
|
struct _ts *tstate_head;
|
|
PyObject *modules;
|
|
PyObject *sysdict;
|
|
PyObject *builtins;
|
|
int checkinterval;
|
|
} PyInterpreterState;
|
|
typedef struct _ts {
|
|
struct _ts *next;
|
|
PyInterpreterState *interp;
|
|
void *frame; /* struct _frame *frame; */
|
|
int recursion_depth;
|
|
int ticker;
|
|
int tracing;
|
|
PyObject *sys_profilefunc;
|
|
PyObject *sys_tracefunc;
|
|
PyObject *curexc_type;
|
|
PyObject *curexc_value;
|
|
PyObject *curexc_traceback;
|
|
PyObject *exc_type;
|
|
PyObject *exc_value;
|
|
PyObject *exc_traceback;
|
|
PyObject *dict;
|
|
/* XXX signal handlers should also be here */
|
|
} PyThreadState;
|
|
|
|
|
|
/* These are the non reference debugging version of Py_INCREF and DECREF */
|
|
#define _Py_Dealloc(op) (*(op)->ob_type->tp_dealloc)((PyObject *)(op))
|
|
#define Py_INCREF(op) ((op)->ob_refcnt++)
|
|
#define Py_DECREF(op) \
|
|
if (--(op)->ob_refcnt != 0) \
|
|
; \
|
|
else \
|
|
_Py_Dealloc((PyObject *)(op))
|
|
#define Py_XINCREF(op) if ((op) == NULL) ; else Py_INCREF(op)
|
|
#define Py_XDECREF(op) if ((op) == NULL) ; else Py_DECREF(op)
|
|
|
|
/* The actual declarations of var & function entry points used. */
|
|
EXTDECLVAR(int, Py_NoSiteFlag);
|
|
EXTDECLVAR(int, Py_OptimizeFlag);
|
|
EXTDECLVAR(int, Py_VerboseFlag);
|
|
EXTDECLPROC(int, Py_Initialize, (void));
|
|
EXTDECLPROC(int, Py_Finalize, (void));
|
|
EXTDECLPROC(PyObject *, PyImport_ExecCodeModule, (char *, PyObject *));
|
|
EXTDECLPROC(int, PyRun_SimpleString, (char *));
|
|
EXTDECLPROC(void, Py_SetProgramName, (char *));
|
|
EXTDECLPROC(PyObject *, PyImport_ImportModule, (char *));
|
|
EXTDECLPROC(PyObject *, PyImport_AddModule, (char *));
|
|
EXTDECLPROC(int, PyObject_SetAttrString, (PyObject *, char *, PyObject *));
|
|
EXTDECLPROC(PyObject *, PyList_New, (int));
|
|
EXTDECLPROC(int, PyList_Append, (PyObject *, PyObject *));
|
|
EXTDECLPROC(PyObject *, Py_BuildValue, (char *, ...));
|
|
EXTDECLPROC(PyObject *, PyString_FromStringAndSize, (const char *, int));
|
|
EXTDECLPROC(PyObject *, PyObject_CallFunction, (PyObject *, char *, ...));
|
|
EXTDECLPROC(PyObject *, PyModule_GetDict, (PyObject *));
|
|
EXTDECLPROC(PyObject *, PyDict_GetItemString, (PyObject *, char *));
|
|
EXTDECLPROC(void, PyErr_Clear, (void) );
|
|
EXTDECLPROC(PyObject *, PyErr_Occurred, (void) );
|
|
EXTDECLPROC(void, PyErr_Print, (void) );
|
|
EXTDECLPROC(void, PySys_AddWarnOption, (char *));
|
|
EXTDECLPROC(void, PyEval_InitThreads, (void) );
|
|
EXTDECLPROC(void, PyEval_AcquireThread, (PyThreadState *) );
|
|
EXTDECLPROC(void, PyEval_ReleaseThread, (PyThreadState *) );
|
|
EXTDECLPROC(PyThreadState *, PyThreadState_Swap, (PyThreadState *) );
|
|
EXTDECLPROC(PyThreadState *, Py_NewInterpreter, (void) );
|
|
EXTDECLPROC(void, Py_EndInterpreter, (PyThreadState *) );
|
|
EXTDECLPROC(long, PyInt_AsLong, (PyObject *) );
|
|
EXTDECLPROC(int, PySys_SetObject, (char *, PyObject *));
|
|
|
|
/* Macros to declare and get Python entry points in the C file.
|
|
* Typedefs '__PROC__...' have been done above
|
|
*/
|
|
#ifdef WIN32
|
|
|
|
#define DECLPROC(name)\
|
|
__PROC__##name PI_##name = NULL;
|
|
#define GETPROC(dll, name)\
|
|
PI_##name = (__PROC__##name)GetProcAddress (dll, #name);\
|
|
if (!PI_##name) {\
|
|
FATALERROR ("Cannot GetProcAddress for " #name);\
|
|
return -1;\
|
|
}
|
|
#define DECLVAR(name)\
|
|
__VAR__##name *PI_##name = NULL;
|
|
#define GETVAR(dll, name)\
|
|
PI_##name = (__VAR__##name *)GetProcAddress (dll, #name);\
|
|
if (!PI_##name) {\
|
|
FATALERROR ("Cannot GetProcAddress for " #name);\
|
|
return -1;\
|
|
}
|
|
|
|
#else
|
|
|
|
#define DECLPROC(name)\
|
|
__PROC__##name PI_##name = NULL;
|
|
#define GETPROC(dll, name)\
|
|
PI_##name = (__PROC__##name)dlsym (dll, #name);\
|
|
if (!PI_##name) {\
|
|
FATALERROR ("Cannot dlsym for " #name);\
|
|
return -1;\
|
|
}
|
|
#define DECLVAR(name)\
|
|
__VAR__##name *PI_##name = NULL;
|
|
#define GETVAR(dll, name)\
|
|
PI_##name = (__VAR__##name *)dlsym(dll, #name);\
|
|
if (!PI_##name) {\
|
|
FATALERROR ("Cannot dlsym for " #name);\
|
|
return -1;\
|
|
}
|
|
|
|
#endif /* WIN32 */
|
|
|
|
/*
|
|
* #defines
|
|
*/
|
|
#define MAGIC "MEI\014\013\012\013\016"
|
|
|
|
#if !defined WIN32 && !defined _CONSOLE
|
|
#define _CONSOLE
|
|
#endif
|
|
|
|
#ifdef _CONSOLE
|
|
# define FATALERROR printf
|
|
# define OTHERERROR printf
|
|
#else
|
|
# define FATALERROR mbfatalerror
|
|
# define OTHERERROR mbothererror
|
|
#endif
|
|
|
|
#ifdef LAUNCH_DEBUG
|
|
# ifdef _CONSOLE
|
|
# define VS printf
|
|
# else
|
|
# define VS mbvs
|
|
# endif
|
|
#else
|
|
# ifdef WIN32
|
|
# define VS
|
|
# else
|
|
# define VS(...)
|
|
# endif
|
|
#endif
|
|
|
|
/* TOC entry for a CArchive */
|
|
typedef struct _toc {
|
|
int structlen; /*len of this one - including full len of name */
|
|
int pos; /* pos rel to start of concatenation */
|
|
int len; /* len of the data (compressed) */
|
|
int ulen; /* len of data (uncompressed) */
|
|
char cflag; /* is it compressed (really a byte) */
|
|
char typcd; /* 'b' binary, 'z' zlib, 'm' module, 's' script (v3),
|
|
'x' data, 'o' runtime option */
|
|
char name[1]; /* the name to save it as */
|
|
/* starting in v5, we stretch this out to a mult of 16 */
|
|
} TOC;
|
|
|
|
/* The CArchive Cookie, from end of the archive. */
|
|
typedef struct _cookie {
|
|
char magic[8]; /* 'MEI\014\013\012\013\016' */
|
|
int len; /* len of entire package */
|
|
int TOC; /* pos (rel to start) of TableOfContents */
|
|
int TOClen; /* length of TableOfContents */
|
|
int pyvers; /* new in v4 */
|
|
} COOKIE;
|
|
|
|
/* _MAX_PATH for non-Windows */
|
|
#ifndef _MAX_PATH
|
|
#define _MAX_PATH 256
|
|
#endif
|
|
|
|
/**
|
|
* Load Python using code stored in the following archive.
|
|
* Intended for use by embedding applications.
|
|
*
|
|
* @param archivePath The path to the archive directory, with trailing
|
|
* backslash. This directory will also contain the binary
|
|
* dependencies of the application. There can be no
|
|
* binaries inside the archive.
|
|
*
|
|
* @param archiveName The file name of the archive, without a path.
|
|
*
|
|
* @return 0 on success, non-zero otherwise.
|
|
*
|
|
*/
|
|
int launchembedded(char const * archivePath, char const * archiveName);
|
|
|
|
/*****************************************************************
|
|
* The following 4 entries are for applications which may need to
|
|
* use to 2 steps to execute
|
|
*****************************************************************/
|
|
|
|
/**
|
|
* Initialize the paths and open the archive
|
|
*
|
|
* @param archivePath The path (with trailing backslash) to the archive.
|
|
*
|
|
* @param archiveName The file name of the archive, without a path.
|
|
*
|
|
* @param workpath The path (with trailing backslash) to where
|
|
* the binaries were extracted. If they have not
|
|
* benn extracted yet, this is NULL. If they have,
|
|
* this will either be archivePath, or a temp dir
|
|
* where the user has write permissions.
|
|
*
|
|
* @return 0 on success, non-zero otherwise.
|
|
*/
|
|
int init(char const * archivePath, char const * archiveName, char const * workpath);
|
|
|
|
/**
|
|
* Extract binaries in the archive
|
|
*
|
|
* @param workpath (OUT) Where the binaries were extracted to. If
|
|
* none extracted, is NULL.
|
|
*
|
|
* @return 0 on success, non-zero otherwise.
|
|
*/
|
|
int extractBinaries(char **workpath);
|
|
|
|
/**
|
|
* Load Python and execute all scripts in the archive
|
|
*
|
|
* @param argc Count of "commandline" args
|
|
*
|
|
* @param argv The "commandline".
|
|
*
|
|
* @return -1 for internal failures, or the rc of the last script.
|
|
*/
|
|
int doIt(int argc, char *argv[]);
|
|
|
|
/*
|
|
* Call a simple "int func(void)" entry point. Assumes such a function
|
|
* exists in the main namespace.
|
|
* Return non zero on failure, with -2 if the specific error is
|
|
* that the function does not exist in the namespace.
|
|
*
|
|
* @param name Name of the function to execute.
|
|
* @param presult Integer return value.
|
|
*/
|
|
int callSimpleEntryPoint(char *name, int *presult);
|
|
|
|
/**
|
|
* Clean up extracted binaries
|
|
*/
|
|
void cleanUp(void);
|
|
|
|
/**
|
|
* Helpers for embedders
|
|
*/
|
|
int getPyVersion(void);
|
|
void finalizePython(void);
|
|
|
|
/**
|
|
* The gory detail level
|
|
*/
|
|
int setPaths(char const * archivePath, char const * archiveName);
|
|
int openArchive(void);
|
|
int attachPython(int *loadedNew);
|
|
int loadPython(void); /* note - attachPython will call this if not already loaded */
|
|
void acquirePythonThread(void);
|
|
void releasePythonThread(void);
|
|
int startPython(int argc, char *argv[]);
|
|
int importModules(void);
|
|
int installZlibs(void);
|
|
int runScripts(void);
|
|
TOC *getFirstTocEntry(void);
|
|
TOC *getNextTocEntry(TOC *entry);
|
|
void clear(const char *dir);
|
|
#endif
|
|
|