[Bug 343300] New: Python-Bindings: WFM module in python
https://bugzilla.novell.com/show_bug.cgi?id=343300 Summary: Python-Bindings: WFM module in python Product: openSUSE 11.0 Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: juhliarik@novell.com ReportedBy: dfiser@novell.com QAContact: jsrain@novell.com Found By: --- It's not possible to call WFM module from python. In ycp I can do something like: list args = WFM::Args(); but in python this is not possible at all. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=343300 User juhliarik@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=343300#c1 Jozef Uhliarik <juhliarik@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Jozef Uhliarik <juhliarik@novell.com> 2007-12-05 02:08:52 MST --- yast modules written in python will handle arguments with python's functions for handling arguments. There are no plan for using WFM from yast. example: import sys for arg in sys.argv: print arg -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com