In pyG4VProcess.cc the calls to BOOST_PYTHON_MEMBER_FUNCTION_OVERLOADS for StorePhysicsTable and RetrievePhysicsTable have a min_args argument of 2. I believe this should be 3, when it is set at 2 it throws an error: error: no matching function for call to ‘G4VProcess::StorePhysicsTable(const G4ParticleDefinition*&, const G4String&)’ /geant4.9.4.p02/include/G4VProcess.hh:232: note: candidates are: virtual G4bool G4VProcess::StorePhysicsTable(const G4ParticleDefinition*, const G4String&, G4bool)
Thans for report. That was fixed in 9.5.