What about some change in gluon/widget.py?

224a225,228
>
>         (options, args) = console()
>         port_number=int(options.port)
>
232c236
<         self.port_number.insert(Tkinter.END, '8000')
>         self.port_number.insert(Tkinter.END, port_number)

My solution is probably wrong but when you type -p "port_number" you expect
this value  to appear in the form..

This is a diff based on 1.56.4

Regards

-- 
Kuba

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to