Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 76235 Details for
Bug 117885
Some wxPython functions are broken on amd64
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
testcase
test.py (text/plain), 498 bytes, created by
David Leverton
on 2006-01-05 06:22:13 UTC
(
hide
)
Description:
testcase
Filename:
MIME Type:
Creator:
David Leverton
Created:
2006-01-05 06:22:13 UTC
Size:
498 bytes
patch
obsolete
>#! /usr/bin/python > >import wxversion >wxversion.select("2.4") > >from wxPython.wx import * >from wxPython import html > >class TestApp(wxApp): > def OnInit(self): > frame = wxFrame(None, -1, "Test", size=(400,300)) > htmlwin = html.wxHtmlWindow(frame, -1, style=wxVSCROLL) > htmlwin.SetPage("<h1>This is a test</h1><p>" + " ".join("blah" for i in range(1,200)).capitalize() + "...</p>") > htmlwin.Show() > frame.Show() > return True > >app = TestApp() >app.MainLoop() >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 117885
: 76235 |
76236
|
76309