← Back to team overview

linuxdcpp-team team mailing list archive

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

 

Public bug reported:

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

** Affects: adchpp
     Importance: Undecided
         Status: New

-- 
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++:
  New

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


Follow ups

References