← Back to team overview

linuxdcpp-team team mailing list archive

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

 

Seems like there is a getter in Util for appName, perhaps that is just
the easiest solution for versionString and versionFloat?

patch file extends adchpp::Util for the 2 getter functions in
swig/python.i

** Patch added: "versionString_Float.patch"
   https://bugs.launchpad.net/adchpp/+bug/830805/+attachment/2572822/+files/versionString_Float.patch

-- 
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


References