← Back to team overview

linuxdcpp-team team mailing list archive

[Bug 830805] Re: adchpp: appName, versionString, and versionFloat variables not visible to Python

 

A bit obscure, but all exported globals are available through the cvar
as documented here: http://www.swig.org/Doc2.0/Python.html#Python_nn16

See r568 too...

** Changed in: adchpp
       Status: Confirmed => Won't Fix

** Changed in: adchpp
     Assignee: (unassigned) => Jacek Sieka (arnetheduck)

-- 
You received this bug notification because you are a member of
Dcplusplus-team, which is subscribed to ADCH++.
https://bugs.launchpad.net/bugs/830805

Title:
  adchpp: appName, versionString, and versionFloat variables not visible
  to Python

Status in ADCH++:
  Won't Fix

Bug description:
  variables outlined in adchpp.i:

  extern std::string appName;
  extern std::string versionString;
  extern float versionFloat;

  Can't seem to be accessed through python, but they are with lua

To manage notifications about this bug go to:
https://bugs.launchpad.net/adchpp/+bug/830805/+subscriptions


References